From 6ad2c23edc4cf41bc557ab2ec97fda948847c27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 13:16:39 +0530 Subject: [PATCH] chore(deps-dev): bump rollup from 3.21.5 to 3.21.6 (#5118) Bumps [rollup](https://github.com/rollup/rollup) from 3.21.5 to 3.21.6. - [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.5...v3.21.6) --- 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 8f22a5483..f16d257e1 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.5", + "rollup": "^3.21.6", "rtlcss": "^4.1.0", "sass": "^1.62.1", "stylelint": "^15.6.1", @@ -8559,9 +8559,9 @@ } }, "node_modules/rollup": { - "version": "3.21.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz", - "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==", + "version": "3.21.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.6.tgz", + "integrity": "sha512-SXIICxvxQxR3D4dp/3LDHZIJPC8a4anKMHd4E3Jiz2/JnY+2bEjqrOokAauc5ShGVNFHlEFjBXAXlaxkJqIqSg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -16556,9 +16556,9 @@ } }, "rollup": { - "version": "3.21.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz", - "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==", + "version": "3.21.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.6.tgz", + "integrity": "sha512-SXIICxvxQxR3D4dp/3LDHZIJPC8a4anKMHd4E3Jiz2/JnY+2bEjqrOokAauc5ShGVNFHlEFjBXAXlaxkJqIqSg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 304c29227..1ee8b8eec 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.5", + "rollup": "^3.21.6", "rtlcss": "^4.1.0", "sass": "^1.62.1", "stylelint": "^15.6.1",