From b035661d9350507f0bdb2604ebc7437c504863c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 12:09:03 +0200 Subject: [PATCH] Bump rollup from 2.0.3 to 2.0.6 (#30404) Bumps [rollup](https://github.com/rollup/rollup) from 2.0.3 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.3...v2.0.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 2f97706242..1f7cfce600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11048,9 +11048,9 @@ } }, "rollup": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.0.3.tgz", - "integrity": "sha512-OjTD1pmtqCFaaoTl+zf3dXlG0FR1PudauQzAYmP5hDLLrrisXP6EuzAx9MY6En5bv61e8F6JGcVQxsVOcqFTUA==", + "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/package.json b/package.json index 8a5c6cae4c..95cb14287b 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.0", - "rollup": "^2.0.3", + "rollup": "^2.0.6", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0",