From 70a41c5aefadedb09ac63c79df441c44db77e441 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 16:22:01 +0300 Subject: [PATCH] Bump rollup from 2.7.3 to 2.7.6 (#30728) Bumps [rollup](https://github.com/rollup/rollup) from 2.7.3 to 2.7.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.7.3...v2.7.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 a6758047da..d88c199aa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10562,9 +10562,9 @@ } }, "rollup": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.7.3.tgz", - "integrity": "sha512-lAWJGZ5BQzcu/5fhMKGJrh5oy9LQUoaCid8cQV8k+E2vE9E/UWptzcM+bSBg+u8akORsvnybsqQUE/wVChIazg==", + "version": "2.7.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.7.6.tgz", + "integrity": "sha512-AdHosxHBKyBsdtbT1/AqbWNQ87O4SSxS4N9iMwEpoCDAT6e4Du3uJSy83mp3ckgmCxly5VeXGx0WHsm21Djytg==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 15db2ec1ec..837e052dc4 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.1", - "rollup": "^2.7.3", + "rollup": "^2.7.6", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0",