diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..d2dc50844 100644 --- a/ogp_functions/package.json +++ b/ogp_functions/package.json @@ -36,7 +36,7 @@ "@types/express": "^4.17.14", "@types/node": "18.0.6", "@types/puppeteer": "^5.4.6", - "@types/react": "^18.0.23", + "@types/react": "^18.2.22", "@types/react-dom": "^18.0.7", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^4.33.0", diff --git a/ogp_functions/yarn.lock b/ogp_functions/yarn.lock index b33815d46..e80f997d0 100644 --- a/ogp_functions/yarn.lock +++ b/ogp_functions/yarn.lock @@ -381,10 +381,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.23": - version "18.0.23" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4" - integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ== +"@types/react@*", "@types/react@^18.2.22": + version "18.2.22" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.22.tgz#abe778a1c95a07fa70df40a52d7300a40b949ccb" + integrity sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"