From 943cb8ee29243f54a2ae184ca299bcf96b1d230d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 17:43:24 +0300 Subject: [PATCH] Bump rollup from 2.10.0 to 2.10.4 (#30860) Bumps [rollup](https://github.com/rollup/rollup) from 2.10.0 to 2.10.4. - [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.10.0...v2.10.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- 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 0950e54cc7..1cb5959a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9853,9 +9853,9 @@ } }, "rollup": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.0.tgz", - "integrity": "sha512-7BmpEfUN9P6esJzWIn3DmR//90mW6YwYB1t3y48LpF8ITpYtL8s1kEirMKqUu44dVH/6a/rs0EuwYVL3FuRDoA==", + "version": "2.10.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.4.tgz", + "integrity": "sha512-aYvoYjeu9DwrUTEfRlHiugW1eoHz7EGxETaOISpw+zkH9oOaQLO85eG+14ky4vyYgi3mUofbpWJgb+yLBE0PKw==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 2e5bd4c2df..1161e5db67 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.1", - "rollup": "^2.10.0", + "rollup": "^2.10.4", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0",