chore(deps-dev): Bump rollup from 3.21.0 to 3.21.2 (#2790)

Bumps [rollup](https://github.com/rollup/rollup) from 3.21.0 to 3.21.2.
- [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.0...v3.21.2)

---
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/2778/head
dependabot[bot] 2023-05-01 15:18:09 -05:00 committed by GitHub
parent 5b746231fc
commit 63d3cd8de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -33,7 +33,7 @@
"jasmine": "^4.6.0",
"markdown-it": "13.0.1",
"node-fetch": "^3.3.1",
"rollup": "^3.21.0",
"rollup": "^3.21.2",
"semantic-release": "^21.0.1",
"titleize": "^3.0.0",
"uglify-js": "^3.17.4",
@ -9631,9 +9631,9 @@
}
},
"node_modules/rollup": {
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.0.tgz",
"integrity": "sha512-ANPhVcyeHvYdQMUyCbczy33nbLzI7RzrBje4uvNiTDJGIMtlKoOStmympwr9OtS1LZxiDmE2wvxHyVhoLtf1KQ==",
"version": "3.21.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.2.tgz",
"integrity": "sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -21231,9 +21231,9 @@
}
},
"rollup": {
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.0.tgz",
"integrity": "sha512-ANPhVcyeHvYdQMUyCbczy33nbLzI7RzrBje4uvNiTDJGIMtlKoOStmympwr9OtS1LZxiDmE2wvxHyVhoLtf1KQ==",
"version": "3.21.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.2.tgz",
"integrity": "sha512-c4vC+JZ3bbF4Kqq2TtM7zSKtSyMybFOjqmomFax3xpfYaPZDZ4iz8NMIuBRMjnXOcKYozw7bC6vhJjiWD6JpzQ==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -64,7 +64,7 @@
"jasmine": "^4.6.0",
"markdown-it": "13.0.1",
"node-fetch": "^3.3.1",
"rollup": "^3.21.0",
"rollup": "^3.21.2",
"semantic-release": "^21.0.1",
"titleize": "^3.0.0",
"uglify-js": "^3.17.4",