From a6b5645ab04d3cc2987d3173d1b777f23cfe7657 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 05:12:03 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.24.0 to 1.25.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.24.0 to 1.25.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v1.24.0...v1.25.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59c4f913..d31bed18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7104,9 +7104,9 @@ } }, "rollup": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.24.0.tgz", - "integrity": "sha512-PiFETY/rPwodQ8TTC52Nz2DSCYUATznGh/ChnxActCr8rV5FIk3afBUb3uxNritQW/Jpbdn3kq1Rwh1HHYMwdQ==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", + "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 5c18e208..8c193638 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "postcss-nested": "^4.1.2", "prop-types": "^15.7.2", "react": "^16.10.2", - "rollup": "^1.24.0", + "rollup": "^1.25.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",