Bump rollup from 3.7.0 to 3.7.4

Bumps [rollup](https://github.com/rollup/rollup) from 3.7.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.7.0...v3.7.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-15 07:22:51 +01:00 committed by GitHub
parent 2144489a01
commit ffef48aa73
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

@ -31,7 +31,7 @@
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.7.0",
"rollup": "^3.7.4",
"sass": "^1.56.1",
"terser": "^5.16.1"
},
@ -4954,9 +4954,9 @@
}
},
"node_modules/rollup": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.0.tgz",
"integrity": "sha512-FIJe0msW9P7L9BTfvaJyvn1U1BVCNTL3w8O+PKIrCyiMLg+rIUGb4MbcgVZ10Lnm1uWXOTOWRNARjfXC1+M12Q==",
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz",
"integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -9585,9 +9585,9 @@
"dev": true
},
"rollup": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.0.tgz",
"integrity": "sha512-FIJe0msW9P7L9BTfvaJyvn1U1BVCNTL3w8O+PKIrCyiMLg+rIUGb4MbcgVZ10Lnm1uWXOTOWRNARjfXC1+M12Q==",
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.4.tgz",
"integrity": "sha512-jN9rx3k5pfg9H9al0r0y1EYKSeiRANZRYX32SuNXAnKzh6cVyf4LZVto1KAuDnbHT03E1CpsgqDKaqQ8FZtgxw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -75,7 +75,7 @@
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.7.0",
"rollup": "^3.7.4",
"sass": "^1.56.1",
"terser": "^5.16.1"
}