From 14bcb13677e4bb821b434b7513e6d958c94d2a86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Mar 2024 01:55:50 +0000 Subject: [PATCH] fix: examples/with-next-auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JOSE-6419224 --- examples/with-next-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-auth/package.json b/examples/with-next-auth/package.json index 4e6a01f2a16a5..08c37d40921c3 100644 --- a/examples/with-next-auth/package.json +++ b/examples/with-next-auth/package.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "next": "latest", - "next-auth": "^3.1.0", + "next-auth": "^4.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "sqlite3": "^5.0.0"