From e60f2ad1812971c0c2e2a00940b8742d84a58a16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Feb 2022 05:12:57 +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-2405694 --- 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 b8ee9fb980d8..871ad607067b 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -8,7 +8,7 @@ "dependencies": { "@clerk/clerk-react": "1.7.0", "@clerk/clerk-sdk-node": "0.3.0", - "next": "10.0.9", + "next": "12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" },