From 4c9ebc7fa804c58d9f1a5b997c065af749703647 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 06:16:59 +0000 Subject: [PATCH] Bump rollup from 0.51.5 to 2.55.0 Bumps [rollup](https://github.com/rollup/rollup) from 0.51.5 to 2.55.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/v0.51.5...v2.55.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 46bb639..fd1c16a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "mocha": "^4.0.1", "npm-run-all": "^4.1.2", "nyc": "^11.3.0", - "rollup": "^0.51.5", + "rollup": "^2.55.0", "rollup-plugin-babel": "^3.0.2", "snazzy": "^7.0.0", "standard": "^10.0.3" diff --git a/yarn.lock b/yarn.lock index 7ab9eff..9696175 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1606,6 +1606,10 @@ fsevents@^1.0.0: nan "^2.3.0" node-pre-gyp "^0.6.36" +fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + fstream-ignore@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105" @@ -2976,9 +2980,11 @@ rollup-pluginutils@^1.5.0: estree-walker "^0.2.1" minimatch "^3.0.2" -rollup@^0.51.5: - version "0.51.5" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.51.5.tgz#5caf9101fcaefe344065701ece7de697631a8035" +rollup@^2.55.0: + version "2.55.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.55.0.tgz#e23bb51194d9706b4661515a14feeefaaa1830c2" + optionalDependencies: + fsevents "~2.3.2" run-async@^0.1.0: version "0.1.0"