From 2d3464a5480dd8b0ccad6d79ffe8e64571504ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 08:44:23 +0000 Subject: [PATCH] chore: bump rollup from 2.40.0 to 2.42.0 in /web3.js (#16010) Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.42.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.40.0...v2.42.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c2adb40e8b..20bbe6c8b1 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -15490,9 +15490,9 @@ } }, "rollup": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.40.0.tgz", - "integrity": "sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==", + "version": "2.42.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.0.tgz", + "integrity": "sha512-P9bJnaZ2P0hawoJo+Jto8YZZqil9URogNVE4KJeyj6wrUSDIbdMvmj7CsyEFwdXu/I5SiWEzB1hfmLeMldH6ww==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/web3.js/package.json b/web3.js/package.json index c8286a11a6..05ee18fe9c 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -141,7 +141,7 @@ "nyc": "^15.1.0", "prettier": "^2.0.0", "rimraf": "3.0.2", - "rollup": "2.40.0", + "rollup": "2.42.0", "rollup-plugin-flat-dts": "^1.0.3", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2",