diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..f047a7fd3 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.5", "@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..977d6a0a9 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.5": + version "18.2.5" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.5.tgz#5c5f13548bda23cd98f50ca4a59107238bfe18f3" + integrity sha512-sRQsOS/sCLnpQhR4DSKGTtWFE3FZjpQa86KPVbhUqdYMRZ9FEFcfAytKhR/vUG2rH1oFbOOej6cuD7MFSobDRQ== dependencies: "@types/react" "*"