Bump rollup from 3.19.0 to 3.19.1

Bumps [rollup](https://github.com/rollup/rollup) from 3.19.0 to 3.19.1.
- [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.19.0...v3.19.1)

---
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>
This commit is contained in:
dependabot[bot] 2023-03-13 23:32:38 +01:00 committed by GitHub
parent a97a217e63
commit 14027ddeb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -22,7 +22,7 @@
"bootstrap4": "npm:bootstrap@^4.6.2",
"browser-sync": "^2.28.3",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001462",
"caniuse-lite": "^1.0.30001464",
"clean-css-cli": "^5.6.2",
"font-awesome": "^4.7.0",
"nodemon": "^2.0.21",
@ -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.19.0",
"rollup": "^3.19.1",
"sass": "^1.58.3",
"terser": "^5.16.6"
},
@ -5276,9 +5276,9 @@
}
},
"node_modules/rollup": {
"version": "3.19.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.19.0.tgz",
"integrity": "sha512-xZzJZlH9Ca6cosfdNGPwl2z7Pby8dTi9TrYLPeg6/j7aUoDOhBd706tCUFvbiBj45h/cS7z/a4gS8xd5Yg0jBw==",
"version": "3.19.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.19.1.tgz",
"integrity": "sha512-lAbrdN7neYCg/8WaoWn/ckzCtz+jr70GFfYdlf50OF7387HTg+wiuiqJRFYawwSPpqfqDNYqK7smY/ks2iAudg==",
"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.19.0",
"rollup": "^3.19.1",
"sass": "^1.58.3",
"terser": "^5.16.6"
}