Bump rollup from 3.25.2 to 3.25.3

Bumps [rollup](https://github.com/rollup/rollup) from 3.25.2 to 3.25.3.
- [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.25.2...v3.25.3)

---
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-06-28 01:47:08 +02:00 committed by GitHub
parent 3697ffae4d
commit 18a3eaefdd
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.24",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.25.2",
"rollup": "^3.25.3",
"sass": "^1.63.6",
"terser": "^5.18.1"
},
@ -5344,9 +5344,9 @@
}
},
"node_modules/rollup": {
"version": "3.25.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.2.tgz",
"integrity": "sha512-VLnkxZMDr3jpxgtmS8pQZ0UvhslmF4ADq/9w4erkctbgjCqLW9oa89fJuXEs4ZmgyoF7Dm8rMDKSS5b5u2hHUg==",
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.3.tgz",
"integrity": "sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@ -76,7 +76,7 @@
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^3.25.2",
"rollup": "^3.25.3",
"sass": "^1.63.6",
"terser": "^5.18.1"
}