diff --git a/frontend/package.json b/frontend/package.json index e455ddd0..aaf0bb70 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@nabla/vite-plugin-eslint": "^2.0.4", "@types/node": "^20.14.9", - "@types/react": "^18.3.3", + "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@types/react-router-dom": "^5.1.7", "@typescript-eslint/eslint-plugin": "^7.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4bf0929d..3e209d37 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1693,10 +1693,10 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@^18.0.9", "@types/react@^18.3.3": - version "18.3.3" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f" - integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw== +"@types/react@*", "@types/react@^18.0.9", "@types/react@^18.3.8": + version "18.3.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.8.tgz#1672ab19993f8aca7c7dc844c07d5d9e467d5a79" + integrity sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q== dependencies: "@types/prop-types" "*" csstype "^3.0.2"