diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..0aba581f2 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.20", "@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..1c0ded6d3 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.20": + version "18.2.20" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.20.tgz#1605557a83df5c8a2cc4eeb743b3dfc0eb6aaeb2" + integrity sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"