From f2b0bad4f115352de01ea07ea752ae0331f8920b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 07:13:30 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.1.1 to 1.1.2 Bumps [rollup](https://github.com/rollup/rollup) from 1.1.1 to 1.1.2. - [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/v1.1.1...v1.1.2) Signed-off-by: dependabot[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 10d551f701..e20c1dbfd3 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -14014,9 +14014,9 @@ } }, "rollup": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.1.1.tgz", - "integrity": "sha512-0bNXof9J3Qy0PeAoB6Nu0SBl6yOEZ4qnFVcicZULYBe4+6/s7ApVzF7SeLVBgLxtlgAoBSSGmR6P0ecnCoXrYA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.1.2.tgz", + "integrity": "sha512-OkdMxqMl8pWoQc5D8y1cIinYQPPLV8ZkfLgCzL6SytXeNA2P7UHynEQXI9tYxuAjAMsSyvRaWnyJDLHMxq0XAg==", "dev": true, "requires": { "@types/estree": "0.0.39", diff --git a/web3.js/package.json b/web3.js/package.json index d4ab1644ad..4118a83880 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -109,7 +109,7 @@ "marked": "^0.6.0", "prettier": "^1.14.3", "rimraf": "2.6.3", - "rollup": "1.1.1", + "rollup": "1.1.2", "rollup-plugin-babel": "3.0.7", "rollup-plugin-commonjs": "9.2.0", "rollup-plugin-json": "^3.0.0",