0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-13 18:07:15 +02:00 committed by GitHub
parent f7ec6bca72
commit 6117bf6bf3
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

@ -57,7 +57,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"postcss-cli": "^10.1.0", "postcss-cli": "^10.1.0",
"rollup": "^3.5.0", "rollup": "^3.7.4",
"rollup-plugin-istanbul": "^4.0.0", "rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.0.0", "rtlcss": "^4.0.0",
"sass": "^1.56.2", "sass": "^1.56.2",
@ -8924,9 +8924,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "3.5.0", "version": "3.7.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz",
"integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==",
"dev": true, "dev": true,
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
@ -17117,9 +17117,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "3.5.0", "version": "3.7.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz",
"integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", "integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"

View File

@ -142,7 +142,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"postcss-cli": "^10.1.0", "postcss-cli": "^10.1.0",
"rollup": "^3.5.0", "rollup": "^3.7.4",
"rollup-plugin-istanbul": "^4.0.0", "rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.0.0", "rtlcss": "^4.0.0",
"sass": "^1.56.2", "sass": "^1.56.2",