From 3cc688009cbca851a3c72819ad58e39294f0c797 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Nov 2023 23:52:34 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.27 to 18.2.28 Snyk has created this PR to upgrade @types/react from 18.0.27 to 18.2.28. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/5c60a725-830a-4d3c-9c83-caecf941fa5a?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..2cc923d7b0b51 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.28", "@types/react-dom": "18.0.10", "next": "latest", "react": "18.2.0",