From b8280b2a77e8125c5c070ee9b3854c0ae4b6fe30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 04:43:42 +0000 Subject: [PATCH] Bump rollup from 1.27.5 to 1.30.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.5 to 1.30.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.27.5...v1.30.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 5f58de3..74e78bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11566,9 +11566,9 @@ } }, "rollup": { - "version": "1.27.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.5.tgz", - "integrity": "sha512-8rfVdzuTg2kt8ObD9LNJpEwUN7B6lsl3sHc5fddtgICpLjpYeSf4m2+RftBzcCaBTMi1iYX3Ez8zFT4Gj2nJjg==", + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.30.1.tgz", + "integrity": "sha512-Uus8mwQXwaO+ZVoNwBcXKhT0AvycFCBW/W8VZtkpVGsotRllWk9oldfCjqWmTnFRI0y7x6BnEqSqc65N+/YdBw==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 63de3ec..6ad05c1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react": "16.9.0", "react-dom": "16.12.0", "rimraf": "3.0.0", - "rollup": "1.27.5", + "rollup": "1.30.1", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.2",