From daa1712929210ac7db356dc625348784f8126021 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 05:21:36 +0000 Subject: [PATCH] fix: upgrade next-auth from 4.22.1 to 4.22.3 Snyk has created this PR to upgrade next-auth from 4.22.1 to 4.22.3. See this package in npm: https://www.npmjs.com/package/next-auth See this project in Snyk: https://app.snyk.io/org/host2india/project/d70572ee-c1f7-4925-813a-d8ec4bfa17d6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 311d6f9..4d69537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "eslint-config-next": "^13.4.9", "mongodb": "^5.7.0", "next": "^13.4.9", - "next-auth": "^4.22.1", + "next-auth": "^4.22.3", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -2529,9 +2529,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz", + "integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 82bc318..c98d444 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint-config-next": "^13.4.9", "mongodb": "^5.7.0", "next": "^13.4.9", - "next-auth": "^4.22.1", + "next-auth": "^4.22.3", "react": "^18.2.0", "react-dom": "^18.2.0" }