From 0711b86d00891d749dc8119a6ccd7114ff0d8aab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 05:54:25 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.9.1 to 2.10.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.9.1 to 2.10.2. - [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.9.1...v2.10.2) 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 e522cd87..13c627ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10137,9 +10137,9 @@ } }, "rollup": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.9.1.tgz", - "integrity": "sha512-kEZn76R0j+WD4AActu5Np4RShNlewTtJhdUaWNtHwHnAA8AOapyXgH6O7NL2RkcQLHnl49oz1xW1VrDcu5yP+Q==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.2.tgz", + "integrity": "sha512-tivFM8UXBlYOUqpBYD3pRktYpZvK/eiCQ190eYlrAyrpE/lzkyG2gbawroNdbwmzyUc7Y4eT297xfzv0BDh9qw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 6bd5eaaf..8c45c688 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "prop-types": "^15.7.2", "react": "^16.13.1", "release-it": "^13.6.1", - "rollup": "^2.9.1", + "rollup": "^2.10.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",