chore: bump svelte

This commit is contained in:
Daniel Dietzler 2025-06-03 20:48:16 +02:00
parent ebd70728ee
commit 41b9f2ba41
No known key found for this signature in database
GPG Key ID: A1C0B97CD8E18DFF
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -72,7 +72,7 @@
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-svelte": "^3.3.3",
"rollup-plugin-visualizer": "^5.14.0",
"svelte": "^5.25.3",
"svelte": "^5.33.14",
"svelte-check": "^4.1.5",
"tailwindcss": "^4.1.7",
"tslib": "^2.6.2",
@ -8612,9 +8612,9 @@
}
},
"node_modules/svelte": {
"version": "5.33.9",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.33.9.tgz",
"integrity": "sha512-6K/sK3Q0qsccMTITjqW57xOMsnVtMQAVgsd1n+6iz1pPO/D+uASqRaLR0UBjcwjk9Mc1mfzD2hysf6P+v73LfQ==",
"version": "5.33.14",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.33.14.tgz",
"integrity": "sha512-kRlbhIlMTijbFmVDQFDeKXPLlX1/ovXwV0I162wRqQhRcygaqDIcu1d/Ese3H2uI+yt3uT8E7ndgDthQv5v5BA==",
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.3.0",

View File

@ -89,7 +89,7 @@
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-svelte": "^3.3.3",
"rollup-plugin-visualizer": "^5.14.0",
"svelte": "^5.25.3",
"svelte": "^5.33.14",
"svelte-check": "^4.1.5",
"tailwindcss": "^4.1.7",
"tslib": "^2.6.2",