Bump rollup from 3.5.1 to 3.6.0

Bumps [rollup](https://github.com/rollup/rollup) from 3.5.1 to 3.6.0.
- [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.1...v3.6.0)

---
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-06 12:17:51 +01:00 committed by GitHub
parent 0e5e7e5d24
commit a12a3a6810
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.19",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.5.1",
"rollup": "^3.6.0",
"sass": "^1.56.1",
"terser": "^5.16.1"
},
@ -4951,9 +4951,9 @@
}
},
"node_modules/rollup": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz",
"integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.6.0.tgz",
"integrity": "sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -9578,9 +9578,9 @@
"dev": true
},
"rollup": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz",
"integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.6.0.tgz",
"integrity": "sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

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