Bump rollup from 3.11.0 to 3.12.0

Bumps [rollup](https://github.com/rollup/rollup) from 3.11.0 to 3.12.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.11.0...v3.12.0)

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

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] 2023-01-28 09:46:03 +01:00 committed by GitHub
parent c194153ae0
commit b3c0131807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -31,7 +31,7 @@
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.11.0",
"rollup": "^3.12.0",
"sass": "^1.57.1",
"terser": "^5.16.1"
},
@ -5090,9 +5090,9 @@
}
},
"node_modules/rollup": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.11.0.tgz",
"integrity": "sha512-+uWPPkpWQ2H3Qi7sNBcRfhhHJyUNgBYhG4wKe5wuGRj2m55kpo+0p5jubKNBjQODyPe6tSBE3tNpdDwEisQvAQ==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.12.0.tgz",
"integrity": "sha512-4MZ8kA2HNYahIjz63rzrMMRvDqQDeS9LoriJvMuV0V6zIGysP36e9t4yObUfwdT9h/szXoHQideICftcdZklWg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@ -76,7 +76,7 @@
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.11.0",
"rollup": "^3.12.0",
"sass": "^1.57.1",
"terser": "^5.16.1"
}