diff --git a/web/package.json b/web/package.json index 6d36b9d1..ea3c2aa2 100644 --- a/web/package.json +++ b/web/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^20.11.20", + "@types/node": "^24.3.3", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.25", "@vitejs/plugin-react": "^4.3.1", diff --git a/web/yarn.lock b/web/yarn.lock index 94a16e0d..7694b7c1 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -672,12 +672,12 @@ dependencies: "@babel/types" "^7.20.7" -"@types/node@^20.11.20": - version "20.11.20" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" - integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== +"@types/node@^24.3.3": + version "24.3.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.3.tgz#6d195b95af3cda4e74dcef7bb3797a1941e7d2d1" + integrity sha512-GKBNHjoNw3Kra1Qg5UXttsY5kiWMEfoHq2TmXb+b1rcm6N7B3wTrFYIf/oSZ1xNQ+hVVijgLkiDZh7jRRsh+Gw== dependencies: - undici-types "~5.26.4" + undici-types "~7.10.0" "@types/prop-types@*": version "15.7.4" @@ -1231,10 +1231,10 @@ typescript@^4.5.4: version "4.5.5" resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz" -undici-types@~5.26.4: - version "5.26.5" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" - integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici-types@~7.10.0: + version "7.10.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350" + integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag== update-browserslist-db@^1.0.13: version "1.0.16"