From 67c0954610869111005550fba92e09f7c40be1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:54:56 +0000 Subject: [PATCH] Bump rollup from 2.41.2 to 2.41.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.41.2 to 2.41.5. - [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.41.2...v2.41.5) Signed-off-by: dependabot[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 60d6a58ad8..dc3c3dbd8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23437,9 +23437,9 @@ } }, "rollup": { - "version": "2.41.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.2.tgz", - "integrity": "sha512-6u8fJJXJx6fmvKrAC9DHYZgONvSkz8S9b/VFBjoQ6dkKdHyPpPbpqiNl2Bao9XBzDHpq672X6sGZ9G1ZBqAHMg==", + "version": "2.41.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.5.tgz", + "integrity": "sha512-uG+WNNxhOYyeuO7oRt98GA2CNVRgQ67zca75UQVMPzMrLG9FUKzTCgvYVWhtB18TNbV7Uqxo97h+wErAnpFNJw==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/package.json b/package.json index 3f44fe06e5..387e8eea22 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "prettier": "2.2.1", "prettier-plugin-package": "1.3.0", "rimraf": "^3.0.2", - "rollup": "^2.41.2", + "rollup": "^2.41.5", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-re": "^1.0.7", "stylelint": "^13.12.0",