diff --git a/package-lock.json b/package-lock.json index 2783822..25c379e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "hyttpo": "^0.3.5", "mongodb": "^4.3.0", "next": "12.1.0", - "next-auth": "^4.3.2", + "next-auth": "^4.10.2", "next-secure-headers": "^2.2.0", "react": "17.0.2", "react-dom": "17.0.2", @@ -3568,9 +3568,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz", - "integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz", + "integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -3587,8 +3587,8 @@ }, "peerDependencies": { "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18.0.0-0", - "react-dom": "^17.0.2 || ^18.0.0-0" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { "nodemailer": { @@ -7614,9 +7614,9 @@ } }, "next-auth": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz", - "integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz", + "integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index d53582c..e58f407 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "hyttpo": "^0.3.5", "mongodb": "^4.3.0", "next": "12.1.0", - "next-auth": "^4.3.2", + "next-auth": "^4.10.2", "next-secure-headers": "^2.2.0", "react": "17.0.2", "react-dom": "17.0.2",