From 6e902c71d86131ad7b5e89ab1fc96b0e41378f54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 05:44:35 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.21.0 to 2.22.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.21.0 to 2.22.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/v2.21.0...v2.22.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 da0dbbd1..a8813183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11328,9 +11328,9 @@ } }, "rollup": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.21.0.tgz", - "integrity": "sha512-BEGgy+wSzux7Ycq58pRiWEOBZaXRXTuvzl1gsm7gqmsAHxkWf9nyA5V2LN9fGSHhhDQd0/C13iRzSh4bbIpWZQ==", + "version": "2.22.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.22.1.tgz", + "integrity": "sha512-K9AUQUCJkVqC+A7uUDacfhmpEeAjc2uOmSpvGI5xaYsm8pXgy4ZWEM8wHPfKj11xvCwFZppkRDo8a0RESJXCnw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index c9aeee2e..008f72b0 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "prop-types": "^15.7.2", "react": "^16.13.1", "release-it": "^13.6.5", - "rollup": "^2.21.0", + "rollup": "^2.22.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",