From 50ed1f99323e989355b9723cb5769f814bda3483 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 02:21:23 +0000 Subject: [PATCH] fix: examples/app-dir-mdx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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 a6677ccda1f6d..a3666b1f725b5 100644 --- a/examples/app-dir-mdx/package.json +++ b/examples/app-dir-mdx/package.json @@ -14,7 +14,7 @@ "@types/react": "18.0.26", "@types/react-dom": "18.0.10", "eslint": "8.31.0", - "eslint-config-next": "13.1.1", + "eslint-config-next": "14.1.0", "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0",