diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..98321a47c 100644 --- a/ogp_functions/package.json +++ b/ogp_functions/package.json @@ -37,7 +37,7 @@ "@types/node": "18.0.6", "@types/puppeteer": "^5.4.6", "@types/react": "^18.0.23", - "@types/react-dom": "^18.0.7", + "@types/react-dom": "^18.2.3", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", diff --git a/ogp_functions/yarn.lock b/ogp_functions/yarn.lock index b33815d46..8077e723b 100644 --- a/ogp_functions/yarn.lock +++ b/ogp_functions/yarn.lock @@ -374,10 +374,10 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== -"@types/react-dom@^18.0.7": - version "18.0.7" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.7.tgz#ee7cf8ec4e6977e3f0a7b1d38bd89c75aa2aec28" - integrity sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ== +"@types/react-dom@^18.2.3": + version "18.2.3" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.3.tgz#2fe492bb0e67047b7b43e18166d8f50d44e0525e" + integrity sha512-hxXEXWxFJXbY0LMj/T69mznqOZJXNtQMqVxIiirVAZnnpeYiD4zt+lPsgcr/cfWg2VLsxZ1y26vigG03prYB+Q== dependencies: "@types/react" "*"