From 7527f076c9f4fe60969092cc31c8c26ea2fcb843 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 05:40:32 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.12.0 to 2.14.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.12.0 to 2.14.0. - [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/v2.12.0...v2.14.0) 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 5bfafbf3..2650c368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11291,9 +11291,9 @@ } }, "rollup": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.12.0.tgz", - "integrity": "sha512-vKwc/xFkZGM9DRai3Eztpr/4g0yYDgNKVq8tLXhq/aSLbR+/EVL6rTjEW9bgWgeYEIKoN66/5w2Bjv1gzyHR/w==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.14.0.tgz", + "integrity": "sha512-SUsFh2bBemQqCXOCBWRayjK3/6kNHVR8PbSKKYWIdI6e4zuGSW5B1hGVkFi40805dUrqosMLLxMuEyJMylC9YA==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 9894bcfc..7e58bf02 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "prop-types": "^15.7.2", "react": "^16.13.1", "release-it": "^13.6.2", - "rollup": "^2.12.0", + "rollup": "^2.14.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",