diff --git a/package-lock.json b/package-lock.json index a62aaa2..b2067e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "js-cookie": "^3.0.1", "localStorage": "^1.0.4", "next": "^12.1.0", - "next-auth": "^4.3.1", + "next-auth": "^4.9.0", "next-plausible": "^3.1.9", "nextjs-progressbar": "^0.0.14", "prop-types": "^15.7.2", @@ -1878,9 +1878,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz", - "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.9.0.tgz", + "integrity": "sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -3822,9 +3822,9 @@ } }, "next-auth": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz", - "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.9.0.tgz", + "integrity": "sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index cae8027..a7a1a41 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "js-cookie": "^3.0.1", "localStorage": "^1.0.4", "next": "^12.1.0", - "next-auth": "^4.3.1", + "next-auth": "^4.9.0", "next-plausible": "^3.1.9", "nextjs-progressbar": "^0.0.14", "prop-types": "^15.7.2",