From 69b2d6538fcbea1ea034ec7f61c750dae19cc93f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 12:35:25 +0200 Subject: [PATCH] Bump rollup from 1.30.1 to 1.31.0 (#30123) Bumps [rollup](https://github.com/rollup/rollup) from 1.30.1 to 1.31.0. - [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.30.1...v1.31.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8e94d99b7..fa2e461bca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11235,9 +11235,9 @@ } }, "rollup": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.30.1.tgz", - "integrity": "sha512-Uus8mwQXwaO+ZVoNwBcXKhT0AvycFCBW/W8VZtkpVGsotRllWk9oldfCjqWmTnFRI0y7x6BnEqSqc65N+/YdBw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.31.0.tgz", + "integrity": "sha512-9C6ovSyNeEwvuRuUUmsTpJcXac1AwSL1a3x+O5lpmQKZqi5mmrjauLeqIjvREC+yNRR8fPdzByojDng+af3nVw==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 74abdcde71..f44d24b8c0 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.0", - "rollup": "^1.30.1", + "rollup": "^1.31.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0",