From 427cab094d9d0aa05719ba4c10c04590d7c9fbfc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Oct 2024 01:10:21 +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-COOKIE-8163060 --- 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 a55f76eaa1..7f48f9396f 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@clerk/nextjs": "^4.17.3", + "@clerk/nextjs": "^5.0.0", "@types/node": "20.5.7", "@types/react": "18.2.8", "@types/react-dom": "18.2.7",