From f986607cf413672cbe929ec31376401f3b813eab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 09:25:35 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.0.5 to 2.0.6 Bumps [rollup](https://github.com/rollup/rollup) from 2.0.5 to 2.0.6. - [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.5...v2.0.6) 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 c519b19c37..dbcaf7c601 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -20431,9 +20431,9 @@ } }, "rollup": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.0.5.tgz", - "integrity": "sha512-bECGz+RYpw3NYCvLnABu3REUROYbnZsfQZA37ekm/KlgKt/fyxBNN4waBnlLwzx4r6jNBs56SbTn7PEgJjw3fQ==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.0.6.tgz", + "integrity": "sha512-P42IlI6a/bxh52ed8hEXXe44LcHfep2f26OZybMJPN1TTQftibvQEl3CWeOmJrzqGbFxOA000QXDWO9WJaOQpA==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/web3.js/package.json b/web3.js/package.json index 37a610a410..c340cae311 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.5", + "rollup": "2.0.6", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-copy": "^3.3.0",