From 1ecb2f5c5c6d081c64e3fd7080c09994e742c524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 08:22:19 +0000 Subject: [PATCH] chore: bump rollup from 2.30.0 to 2.32.0 in /web3.js (#13009) Bumps [rollup](https://github.com/rollup/rollup) from 2.30.0 to 2.32.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.30.0...v2.32.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 8a24215fef..60252f05d9 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -20673,9 +20673,9 @@ } }, "rollup": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.30.0.tgz", - "integrity": "sha512-j4K1hUZfgFM03DUpayd3c7kZW+2wDbI6rj7ssQxpCpL1vsGpaM0vSorxBuePFwQDFq9O2DI6AOQbm174Awsq4w==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.32.0.tgz", + "integrity": "sha512-0FIG1jY88uhCP2yP4CfvtKEqPDRmsUwfY1kEOOM+DH/KOGATgaIFd/is1+fQOxsvh62ELzcFfKonwKWnHhrqmw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index 5cd6b5fb9f..10440e93dd 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -126,7 +126,7 @@ "marked": "^1.1.0", "prettier": "^2.0.0", "rimraf": "3.0.2", - "rollup": "2.30.0", + "rollup": "2.32.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",