Bump rollup from 3.26.2 to 3.27.2 in /ui (#1000)

Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 3.27.2.
- [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.26.2...v3.27.2)

---
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-08-05 11:04:54 -04:00 committed by GitHub
parent d6107ab14f
commit 102b1e421c
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.26",
"postcss-load-config": "^4.0.1",
"rollup": "^3.26.2",
"rollup": "^3.27.2",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
@ -3057,9 +3057,9 @@
}
},
"node_modules/rollup": {
"version": "3.26.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz",
"integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==",
"version": "3.27.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.2.tgz",
"integrity": "sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

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