From 8788ac9e4981f5f232253933a7052e78157422d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 20:28:08 +0000 Subject: [PATCH] fix: examples/with-clerk/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 --- examples/with-clerk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-clerk/package.json b/examples/with-clerk/package.json index 26e40d55c4dae..df877fa376b4a 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -10,7 +10,7 @@ "@types/node": "20.5.7", "@types/react": "18.2.8", "@types/react-dom": "18.2.7", - "next": "13.4.2", + "next": "14.2.15", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.2.2"