Compare commits

..

1 Commits

Author SHA1 Message Date
1ee5249e13 Update Node.js to v23.6.1 2025-01-27 11:06:38 +00:00
2 changed files with 4 additions and 4 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.1 AS build
ARG WEBSITE_REPORT_URL ARG WEBSITE_REPORT_URL
ARG WEBSITE_SOURCE_URL ARG WEBSITE_SOURCE_URL

6
app/package-lock.json generated
View File

@ -1660,9 +1660,9 @@
} }
}, },
"node_modules/svelte": { "node_modules/svelte": {
"version": "5.19.3", "version": "5.19.1",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.19.3.tgz", "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.19.1.tgz",
"integrity": "sha512-rb/bkYG9jq67OCWikMvaPnfOobyGn0JizVDwHpdeBtLiNXPMcoA9GTFC3BhptP7xGNquUU8J5GiS7PlGlfDAFA==", "integrity": "sha512-H/Vs2O51bwILZbaNUSdr4P1NbLpOGsxl4jJAjd88ELjzRgeRi1BHqexcVGannDr7D1pmTYWWajzHOM7bMbtB9Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.3.0", "@ampproject/remapping": "^2.3.0",