From d8e84b8687be702f8139086f8f2e36e37a34ffb5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 20:55:22 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.27.0 to 1.27.3 Bumps [rollup](https://github.com/rollup/rollup) from 1.27.0 to 1.27.3. - [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.0...v1.27.3) 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 4b8bce77..f1a09665 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7099,9 +7099,9 @@ } }, "rollup": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.0.tgz", - "integrity": "sha512-yaMna4MJ8LLEHhHl1ilgHakylf0LKeQctDxhngZLQ+W57GnXa5vtH7XKaK8zlAhNEhlWiH5YFVFt+QCDPUmNkw==", + "version": "1.27.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.3.tgz", + "integrity": "sha512-79AEh4m5NPCz97GTuIoXpSFIMPyk2AiqVQp040baSRPXk/I4YMGt5/CR9GX5oEYEkxwBZoWLheaS1/w/FidfJw==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 50b3de3a..0fb72b72 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prettier": "1.18.2", "prop-types": "^15.7.2", "react": "^16.11.0", - "rollup": "^1.27.0", + "rollup": "^1.27.3", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",