From 055c285a31ece7bcce81a026203f03d8aae1388e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:29:12 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 18.3.6 to 18.3.7 in the types group (#11816) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0b1a522b3d71..31246bcceb8f 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "@types/mdast": "^4.0.4", "@types/node": "^18.19.50", "@types/prismjs": "^1.26.4", - "@types/react": "^18.3.6", + "@types/react": "^18.3.7", "@types/react-dom": "^18.3.0", "@types/react-modal": "^3.16.3", "babel-jest": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index 3242aa46483b..c466f1b0d156 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3344,10 +3344,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.3.6": - version "18.3.6" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.6.tgz#1cb5895c5ea0d99d8bc7d659e42f72713cbd3942" - integrity sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg== +"@types/react@*", "@types/react@^18.3.7": + version "18.3.7" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.7.tgz#6decbfbb01f8d82d56ff5403394121940faa6569" + integrity sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ== dependencies: "@types/prop-types" "*" csstype "^3.0.2"