From 0d37832d3a4d560c2bff00701cb94891a4f88b33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 21:29:13 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.3.4 to 2.3.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) 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 e8af7d11e6..29e3ab3c20 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -18772,9 +18772,9 @@ } }, "rollup": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.3.4.tgz", - "integrity": "sha512-8U9x54RCVhrUEV1zon4Pp8kokg1HM0fwzf5vkwe2/rOfyTClarx5e27kFlaoZ7ofJiazWkNQ+dgdG4HuZxkQ9A==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.3.5.tgz", + "integrity": "sha512-SOdDjh1x+0q4/xZX3KGgT4+T3gp1E0U/9DfCW982Zd4PdKXqriJ9TosOEwzIA8fkhIQmxWhqeJCLZTmY3H/gdA==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index 733b9672dc..c07b50ddab 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -120,7 +120,7 @@ "marked": "^0.8.0", "prettier": "^2.0.0", "rimraf": "3.0.2", - "rollup": "2.3.4", + "rollup": "2.3.5", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",