From 94820bd2cab5fffff1e85924774c950cde060e80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Sep 2023 19:44:41 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.2.0 to 18.2.21 Snyk has created this PR to upgrade @types/react from 18.2.0 to 18.2.21. See this package in npm: See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/0cdff1d1-3063-4fc2-b3b7-a66aa08aea69?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/non-monorepo/package.json | 2 +- examples/non-monorepo/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index 8641d26e8e036..fb8ccd083523d 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@types/node": "18.16.20", - "@types/react": "18.2.0", + "@types/react": "18.2.21", "@types/react-dom": "^18.0.6", "eslint": "8.27.0", "eslint-config-next": "^13.4.12", diff --git a/examples/non-monorepo/yarn.lock b/examples/non-monorepo/yarn.lock index bfe62956be768..4308457973be0 100644 --- a/examples/non-monorepo/yarn.lock +++ b/examples/non-monorepo/yarn.lock @@ -176,10 +176,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.2.0": - version "18.2.0" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21" - integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA== +"@types/react@18.2.21": + version "18.2.21" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9" + integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"