From 0c996f80e8599e671fceb738deb6e60a94046242 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 06:26:19 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.11.0 to 2.11.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.11.0 to 2.11.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.11.0...v2.11.2) 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 b20eb9cc10..b456ad6cf4 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -21839,9 +21839,9 @@ } }, "rollup": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.11.0.tgz", - "integrity": "sha512-VIUTZJ/wmqtNBKwa0N6MgC2SOUZoruX3HO0UFRf2Ilv/xtswXw+lQ9COUPytRFMmGst/5+En23ZpVK64AI83Cw==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.11.2.tgz", + "integrity": "sha512-pJT6mfH+/gh1sOWyNMAWxjbYGL5x2AfsaR0SWLRwq2e7vxOKt/0mBjtYDTVYF8JXxVzmnuDzA+EpsPLWt/oyrg==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index 958a2ee924..86e7749b5b 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -124,7 +124,7 @@ "marked": "^1.1.0", "prettier": "^2.0.0", "rimraf": "3.0.2", - "rollup": "2.11.0", + "rollup": "2.11.2", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",