From 85a812784ba3d1ac225324e7b460821c852adcb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 22:20:01 +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-POSTCSS-5926692 - 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 43ac09a7b77b8..f40dd3a6e4285 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.21", "@types/react-dom": "18.2.7", - "next": "13.4.2", + "next": "13.5.4", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.2.2"