From 39d8df9c7d80f0fbf49b8a5048c39410bfe523e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:24:40 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.1.0 to 2.2.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.1.0 to 2.2.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.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- web3.js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 5b89fa749e..f21b7b96e4 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -20248,9 +20248,9 @@ } }, "rollup": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.1.0.tgz", - "integrity": "sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.2.0.tgz", + "integrity": "sha512-iAu/j9/WJ0i+zT0sAMuQnsEbmOKzdQ4Yxu5rbPs9aUCyqveI1Kw3H4Fi9NWfCOpb8luEySD2lDyFWL9CrLE8iw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index 5a03457213..9dcec798a7 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -120,7 +120,7 @@ "marked": "^0.8.0", "prettier": "^2.0.0", "rimraf": "3.0.2", - "rollup": "2.1.0", + "rollup": "2.2.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",