From 1a7459db83f095c91bcca908531c8addfe73c387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 10:55:20 +0000 Subject: [PATCH] Bump rollup from 2.37.0 to 2.41.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.37.0 to 2.41.3. - [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.37.0...v2.41.3) Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++------------- package.json | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2299361c38d6..a94edce8043f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8832,21 +8832,12 @@ } }, "rollup": { - "version": "2.37.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.37.0.tgz", - "integrity": "sha512-cbxuxkMGCQV+TnVh+yZSUerbVb5i8soRydbzHYoMNojgt7MMi+jDLLs24U9HHCssKkwkXmsj+LXcOZMldTbz2w==", + "version": "2.41.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.3.tgz", + "integrity": "sha512-swrSUfX3UK7LGd5exBJNUC7kykdxemUTRuyO9hUFJsmQUsUovHcki9vl5MAWFbB6oI47HpeZHtbmuzdm1SRUZw==", "dev": true, "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": { - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "dev": true, - "optional": true - } + "fsevents": "~2.3.1" } }, "rollup-plugin-istanbul": { diff --git a/package.json b/package.json index d7954eaf22d5..758db04f0895 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.2.4", "postcss-cli": "^8.3.1", - "rollup": "^2.37.0", + "rollup": "^2.41.3", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.0.0", "sass": "^1.32.5",