diff --git a/package-lock.json b/package-lock.json index 5cd6421c..3f6b6a59 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.10.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.10.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz", + "integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==", "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.10.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz", + "integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index dd3e9a9c..3c4c2ec4 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.10.0", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2",