From e76c2758678abecb4866f5582936ad8702aae7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 01:02:46 +0000 Subject: [PATCH] chore: bump rollup from 2.50.6 to 2.51.0 in /web3.js (#17820) Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.51.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.50.6...v2.51.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 14 +++++++------- web3.js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index dc803ddc8b..76120ece27 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -74,7 +74,7 @@ "nyc": "^15.1.0", "prettier": "^2.3.0", "rimraf": "3.0.2", - "rollup": "2.50.6", + "rollup": "2.51.0", "rollup-plugin-dts": "^3.0.1", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2", @@ -17066,9 +17066,9 @@ } }, "node_modules/rollup": { - "version": "2.50.6", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.6.tgz", - "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==", + "version": "2.51.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.0.tgz", + "integrity": "sha512-ITLt9sScNCBVspSHauw/W49lEZ0vjN8LyCzSNsNaqT67vTss2lYEfOyxltX8hjrhr1l/rQwmZ2wazzEqhZ/fUg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -33101,9 +33101,9 @@ } }, "rollup": { - "version": "2.50.6", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.6.tgz", - "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==", + "version": "2.51.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.0.tgz", + "integrity": "sha512-ITLt9sScNCBVspSHauw/W49lEZ0vjN8LyCzSNsNaqT67vTss2lYEfOyxltX8hjrhr1l/rQwmZ2wazzEqhZ/fUg==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/web3.js/package.json b/web3.js/package.json index 25b0181203..84b37ac02e 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -127,7 +127,7 @@ "nyc": "^15.1.0", "prettier": "^2.3.0", "rimraf": "3.0.2", - "rollup": "2.50.6", + "rollup": "2.51.0", "rollup-plugin-dts": "^3.0.1", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2",