diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 792de62..40276e5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "@playwright/test": "1.55.0", "@tanstack/router-devtools": "1.131.42", "@tanstack/router-plugin": "1.131.41", - "@types/node": "24.3.1", + "@types/node": "24.6.2", "@types/react": "19.1.12", "@types/react-dom": "19.1.9", "@vitejs/plugin-react-swc": "4.0.1", @@ -2360,13 +2360,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz", - "integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==", + "version": "24.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.2.tgz", + "integrity": "sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/parse-json": { @@ -5441,9 +5441,9 @@ } }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true, "license": "MIT" }, diff --git a/frontend/package.json b/frontend/package.json index fc686a8..d3875ce 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "@playwright/test": "1.55.0", "@tanstack/router-devtools": "1.131.42", "@tanstack/router-plugin": "1.131.41", - "@types/node": "24.3.1", + "@types/node": "24.6.2", "@types/react": "19.1.12", "@types/react-dom": "19.1.9", "@vitejs/plugin-react-swc": "4.0.1",