From 8b7603707daf0226390736b79f74f2b013f4351b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 11:51:03 +0530 Subject: [PATCH] chore(deps-dev): bump rollup from 3.21.2 to 3.21.5 (#5111) Bumps [rollup](https://github.com/rollup/rollup) from 3.21.2 to 3.21.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/v3.21.2...v3.21.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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 4bcf5a11e..18cf1e38f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.23", "postcss-cli": "^10.1.0", - "rollup": "^3.21.2", + "rollup": "^3.21.5", "rtlcss": "^4.1.0", "sass": "^1.62.1", "stylelint": "^15.6.0", @@ -8557,9 +8557,9 @@ } }, "node_modules/rollup": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.2.tgz", - "integrity": "sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==", + "version": "3.21.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz", + "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -16539,9 +16539,9 @@ } }, "rollup": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.2.tgz", - "integrity": "sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==", + "version": "3.21.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz", + "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index c2231ce77..1d99fae7e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.23", "postcss-cli": "^10.1.0", - "rollup": "^3.21.2", + "rollup": "^3.21.5", "rtlcss": "^4.1.0", "sass": "^1.62.1", "stylelint": "^15.6.0",