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" }