Compare commits

..

1 Commits

Author SHA1 Message Date
6990b30e0a Update dependency @sveltejs/kit to v2.17.1
Some checks failed
renovate/artifacts Artifact file update failure
2025-02-03 15:04:01 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# build the application with node # build the application with node
FROM node:23.7.0 AS build FROM node:23.6.0 AS build
ARG WEBSITE_REPORT_URL ARG WEBSITE_REPORT_URL
ARG WEBSITE_SOURCE_URL ARG WEBSITE_SOURCE_URL

12
app/package-lock.json generated
View File

@ -1083,9 +1083,9 @@
"dev": true "dev": true
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.2.4", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz",
"integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==", "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==",
"license": "(MPL-2.0 OR Apache-2.0)", "license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": { "optionalDependencies": {
"@types/trusted-types": "^2.0.7" "@types/trusted-types": "^2.0.7"
@ -1660,9 +1660,9 @@
} }
}, },
"node_modules/svelte": { "node_modules/svelte": {
"version": "5.19.7", "version": "5.19.3",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.19.7.tgz", "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.19.3.tgz",
"integrity": "sha512-I0UUp2MpB5gF8aqHJVklOcRcoLgQNnBolSwLMMqDepE9gVwmGeYBmJp1/obzae72QpxdPIymA4AunIm2x70LBg==", "integrity": "sha512-rb/bkYG9jq67OCWikMvaPnfOobyGn0JizVDwHpdeBtLiNXPMcoA9GTFC3BhptP7xGNquUU8J5GiS7PlGlfDAFA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.3.0", "@ampproject/remapping": "^2.3.0",