chore(deps): update dependency @sveltejs/kit to v2.5.24
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-08-19 11:29:49 +00:00
parent 5e91f7227f
commit b0c9467ab7

8
ui/package-lock.json generated
View File

@ -899,9 +899,9 @@
}
},
"node_modules/@sveltejs/kit": {
"version": "2.5.22",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.22.tgz",
"integrity": "sha512-PQ98baF2WzvG5yiO4cZKJZJG60XjHTZD1jyho3u9Kmthx2ytdGYyVPPvKXgKXpKSq4wwctD9dl0d2blSbJMcOg==",
"version": "2.5.24",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.24.tgz",
"integrity": "sha512-Nr2oxsCsDfEkdS/zzQQQbsPYTbu692Qs3/iE3L7VHzCVjG2+WujF9oMUozWI7GuX98KxYSoPMlAsfmDLSg44hQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@ -926,7 +926,7 @@
"node": ">=18.13"
},
"peerDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1",
"svelte": "^4.0.0 || ^5.0.0-next.0",
"vite": "^5.0.3"
}