From ec5573ca4b57018e969ff04713bc88a7dc689ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 08:52:41 +0000 Subject: [PATCH] chore: bump rollup from 2.26.4 to 2.26.11 in /web3.js (#12131) Bumps [rollup](https://github.com/rollup/rollup) from 2.26.4 to 2.26.11. - [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.26.4...v2.26.11) 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 d5884f9cb1..175ed59e3d 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -20440,9 +20440,9 @@ } }, "rollup": { - "version": "2.26.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.4.tgz", - "integrity": "sha512-6+qsGuP0MXGd7vlYmk72utm1MrgZj5GfXibGL+cRkKQ9+ZL/BnFThDl0D5bcl7AqlzMjAQXRAwZX1HVm22M/4Q==", + "version": "2.26.11", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.11.tgz", + "integrity": "sha512-xyfxxhsE6hW57xhfL1I+ixH8l2bdoIMaAecdQiWF3N7IgJEMu99JG+daBiSZQjnBpzFxa0/xZm+3pbCdAQehHw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index db260c1d6a..f141dd8e78 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -125,7 +125,7 @@ "marked": "^1.1.0", "prettier": "^2.0.0", "rimraf": "3.0.2", - "rollup": "2.26.4", + "rollup": "2.26.11", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",