diff --git a/package.json b/package.json index b1241439..b1e497dc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@fortawesome/fontawesome-free": "^6.4.2", "@next/eslint-plugin-next": "^13.5.6", "@types/node": "^20.8.7", - "@types/react": "^18.2.31", + "@types/react": "^18.2.37", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.9.0", "babel-loader": "^9.1.3", diff --git a/yarn.lock b/yarn.lock index 256f39da..6a7edc4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1492,10 +1492,10 @@ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^18.2.31": - version "18.2.31" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.31.tgz#74ae2630e4aa9af599584157abd3b95d96fb9b40" - integrity sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g== +"@types/react@^18.2.37": + version "18.2.37" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae" + integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"