diff --git a/client/package-lock.json b/client/package-lock.json index 1b2f764..c48828e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@playwright/test": "^1.49.1", - "@types/node": "^22.13.11", + "@types/node": "^24.3.1", "autoprefixer": "^10.4.21", "postcss": "^8.5.3", "tailwindcss": "^4.0.14" @@ -1709,13 +1709,13 @@ } }, "node_modules/@types/node": { - "version": "22.13.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz", - "integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==", + "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==", "devOptional": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.10.0" } }, "node_modules/@types/unist": { @@ -5231,9 +5231,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", + "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", "devOptional": true, "license": "MIT" }, diff --git a/client/package.json b/client/package.json index 165cae7..4f66ff6 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@playwright/test": "^1.49.1", - "@types/node": "^22.13.11", + "@types/node": "^24.3.1", "autoprefixer": "^10.4.21", "postcss": "^8.5.3", "tailwindcss": "^4.0.14"