diff --git a/package-lock.json b/package-lock.json index 5cd6421c..991ef9cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "graphql-anywhere": "^4.2.7", "html-react-parser": "^1.4.8", "next": "12.1.5", - "next-auth": "^4.6.1", + "next-auth": "^4.9.0", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -21942,9 +21942,9 @@ } }, "node_modules/next-auth": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", - "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", + "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", @@ -46849,9 +46849,9 @@ } }, "next-auth": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", - "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", + "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 dd3e9a9c..40b1a72d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "graphql-anywhere": "^4.2.7", "html-react-parser": "^1.4.8", "next": "12.1.5", - "next-auth": "^4.6.1", + "next-auth": "^4.9.0", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2",