From 1a564495dff813f907d390758d0cb92577fe715a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 06:29:46 +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-ZOD-5925617 --- 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 60d4643341eea..9e16c9601972d 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -10,7 +10,7 @@ "@types/node": "20.1.3", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", - "next": "13.4.2", + "next": "13.5.4", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.0.4"