Bump rollup-plugin-svelte from 7.1.6 to 7.2.0 in /ui (#1251)

Bumps [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) from 7.1.6 to 7.2.0.
- [Changelog](https://github.com/sveltejs/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/rollup-plugin-svelte/commits/v7.2.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-svelte
  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] 2024-05-23 18:41:42 +00:00 committed by GitHub
parent 0ddb789065
commit d3e5fbd4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -24,7 +24,7 @@
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-svelte": "^7.2.0",
"svelte": "^4.2.15",
"svelte-preprocess": "^5.1.4",
"svelte-spa-router": "^4.0.1",
@ -4245,9 +4245,9 @@
}
},
"node_modules/rollup-plugin-svelte": {
"version": "7.1.6",
"resolved": "https://registry.npmjs.org/rollup-plugin-svelte/-/rollup-plugin-svelte-7.1.6.tgz",
"integrity": "sha512-nVFRBpGWI2qUY1OcSiEEA/kjCY2+vAjO9BI8SzA7NRrh2GTunLd6w2EYmnMt/atgdg8GvcNjLsmZmbQs/u4SQA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-svelte/-/rollup-plugin-svelte-7.2.0.tgz",
"integrity": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "^4.1.0",

View File

@ -27,7 +27,7 @@
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-svelte": "^7.2.0",
"svelte": "^4.2.15",
"svelte-preprocess": "^5.1.4",
"svelte-spa-router": "^4.0.1",