diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..85cd29348 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.13", "@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..7201222f6 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.13": + version "18.2.13" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.13.tgz#a98c09bde8b18f80021935b11d2d29ef5f4dcb2f" + integrity sha512-vJ+zElvi/Zn9cVXB5slX2xL8PZodPCwPRDpittQdw43JR2AJ5k3vKdgJJyneV/cYgIbLQUwXa9JVDvUZXGba+Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"