From 1522080eb53a5af57b74f31afb5108b9b82d3ba1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 05:42:45 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.0.3 to 2.0.4 Bumps [rollup](https://github.com/rollup/rollup) from 2.0.3 to 2.0.4. - [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.0.3...v2.0.4) 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 8a1b6288a9..de77178d61 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -20431,9 +20431,9 @@ } }, "rollup": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.0.3.tgz", - "integrity": "sha512-OjTD1pmtqCFaaoTl+zf3dXlG0FR1PudauQzAYmP5hDLLrrisXP6EuzAx9MY6En5bv61e8F6JGcVQxsVOcqFTUA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.0.4.tgz", + "integrity": "sha512-Z/VZtyIVRBBmtyGQcRJKkwsYXHIVk9EuupprQJ7CKt8DnURQTVF6arptn5Ir/ihY0tZ166O1eTDKoi5quppXRg==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index 4d10e047f7..fb68fb8138 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -120,7 +120,7 @@ "marked": "^0.8.0", "prettier": "^1.14.3", "rimraf": "3.0.2", - "rollup": "2.0.3", + "rollup": "2.0.4", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",