Bump rollup from 3.28.1 to 3.29.4 in /ui (#1058)

Bumps [rollup](https://github.com/rollup/rollup) from 3.28.1 to 3.29.4.
- [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.28.1...v3.29.4)

---
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-11-01 21:09:07 -04:00 committed by GitHub
parent 26223405f2
commit 2ef87e3734
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

@ -20,7 +20,7 @@
"pascal-case": "^3.1.2",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"rollup": "^3.28.1",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
@ -3055,9 +3055,9 @@
}
},
"node_modules/rollup": {
"version": "3.28.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz",
"integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==",
"version": "3.29.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
"integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@ -23,7 +23,7 @@
"pascal-case": "^3.1.2",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"rollup": "^3.28.1",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",