From e1d330a87d2983b5a86474df3164f59461f8801c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 03:27:46 +0000 Subject: [PATCH] build(deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2dfd7c3d9..3c427db4e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "onchange": "^7.0.2", "prettier": "2.0.5", "pretty-quick": "^2.0.1", - "rollup": "^2.21.0", + "rollup": "^2.22.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 12d1a0a77..6eb6ae409 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5070,10 +5070,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@^2.21.0: - version "2.21.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.21.0.tgz#d2e114533812043d5c9b7b0a83f1b2a242e4e1d6" - integrity sha512-BEGgy+wSzux7Ycq58pRiWEOBZaXRXTuvzl1gsm7gqmsAHxkWf9nyA5V2LN9fGSHhhDQd0/C13iRzSh4bbIpWZQ== +rollup@^2.22.1: + version "2.22.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.22.1.tgz#8700522aa5feb12c6bd51810df8a276699d136b1" + integrity sha512-K9AUQUCJkVqC+A7uUDacfhmpEeAjc2uOmSpvGI5xaYsm8pXgy4ZWEM8wHPfKj11xvCwFZppkRDo8a0RESJXCnw== optionalDependencies: fsevents "~2.1.2"