Bump rollup from 3.23.1 to 3.25.3 in /ui (#948)

Bumps [rollup](https://github.com/rollup/rollup) from 3.23.1 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.23.1...v3.25.3)

---
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-06-27 07:44:34 -04:00 committed by GitHub
parent dc676d0fb5
commit 1576f84b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -25,7 +25,7 @@
"pascal-case": "^3.1.2",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"rollup": "^3.23.1",
"rollup": "^3.25.3",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
@ -3399,9 +3399,9 @@
}
},
"node_modules/rollup": {
"version": "3.23.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.23.1.tgz",
"integrity": "sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==",
"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

@ -24,7 +24,7 @@
"pascal-case": "^3.1.2",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"rollup": "^3.23.1",
"rollup": "^3.25.3",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",