From 1f3a4ed7ce2e244c09362de52a3eea831437d185 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 20:50:58 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.27 to 18.2.21 Snyk has created this PR to upgrade @types/react from 18.0.27 to 18.2.21. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/woodpile37/project/fe78d417-ab35-4b44-b661-3a2fc615a472?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/app-dir-mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app-dir-mdx/package.json b/examples/app-dir-mdx/package.json index 62d793b801298..598e534bbdc6c 100644 --- a/examples/app-dir-mdx/package.json +++ b/examples/app-dir-mdx/package.json @@ -9,7 +9,7 @@ "@next/mdx": "latest", "@types/mdx": "2.0.3", "@types/node": "18.11.18", - "@types/react": "18.0.27", + "@types/react": "18.2.21", "@types/react-dom": "18.0.10", "next": "latest", "react": "18.2.0",