Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5108/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
8b7603707d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -32,7 +32,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.23", "postcss": "^8.4.23",
"postcss-cli": "^10.1.0", "postcss-cli": "^10.1.0",
"rollup": "^3.21.2", "rollup": "^3.21.5",
"rtlcss": "^4.1.0", "rtlcss": "^4.1.0",
"sass": "^1.62.1", "sass": "^1.62.1",
"stylelint": "^15.6.0", "stylelint": "^15.6.0",
@ -8557,9 +8557,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "3.21.2", "version": "3.21.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.2.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz",
"integrity": "sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==", "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==",
"dev": true, "dev": true,
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
@ -16539,9 +16539,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "3.21.2", "version": "3.21.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.2.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.5.tgz",
"integrity": "sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==", "integrity": "sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"

2
package.json

@ -80,7 +80,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.23", "postcss": "^8.4.23",
"postcss-cli": "^10.1.0", "postcss-cli": "^10.1.0",
"rollup": "^3.21.2", "rollup": "^3.21.5",
"rtlcss": "^4.1.0", "rtlcss": "^4.1.0",
"sass": "^1.62.1", "sass": "^1.62.1",
"stylelint": "^15.6.0", "stylelint": "^15.6.0",

Loading…
Cancel
Save