From 2d9a46366ec77a44d91a0ad86842021cf7751d82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Oct 2023 09:15:51 +0000 Subject: [PATCH] fix: upgrade @types/node from 18.11.18 to 18.17.17 Snyk has created this PR to upgrade @types/node from 18.11.18 to 18.17.17. See this package in npm: https://www.npmjs.com/package/@types/node See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/0b5526cd-23ab-4885-bc8e-6a6e935a112f?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..55cf68f6d33bb 100644 --- a/examples/app-dir-mdx/package.json +++ b/examples/app-dir-mdx/package.json @@ -8,7 +8,7 @@ "dependencies": { "@next/mdx": "latest", "@types/mdx": "2.0.3", - "@types/node": "18.11.18", + "@types/node": "18.17.17", "@types/react": "18.0.27", "@types/react-dom": "18.0.10", "next": "latest",