From 6117bf6bf3b61567a6ed98c76936e5a4f2202112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:07:15 +0200 Subject: [PATCH] Build(deps-dev): Bump rollup from 3.5.0 to 3.7.4 (#37633) Bumps [rollup](https://github.com/rollup/rollup) from 3.5.0 to 3.7.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/v3.5.0...v3.7.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40cf4a63e0..ceb7861e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", - "rollup": "^3.5.0", + "rollup": "^3.7.4", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.0.0", "sass": "^1.56.2", @@ -8924,9 +8924,9 @@ } }, "node_modules/rollup": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", - "integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz", + "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -17117,9 +17117,9 @@ } }, "rollup": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", - "integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz", + "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 687b0ac3b4..04f0f2e021 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", - "rollup": "^3.5.0", + "rollup": "^3.7.4", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.0.0", "sass": "^1.56.2", -- 2.47.2