From 55d4f28bfa2a865702f6e5f1223a2fae852027cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 04:49:38 +0000 Subject: [PATCH] Bump rollup from 1.27.5 to 1.27.13 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.5 to 1.27.13. - [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.27.13) 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..b84f772 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.27.13", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.13.tgz", + "integrity": "sha512-hDi7M07MpmNSDE8YVwGVFA8L7n8jTLJ4lG65nMAijAyqBe//rtu4JdxjUBE7JqXfdpqxqDTbCDys9WcqdpsQvw==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 63de3ec..b971708 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.27.13", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.2",