diff --git a/package-lock.json b/package-lock.json index 5cd6421c..d465a48c 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.3", "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.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "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.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index dd3e9a9c..6fb5e1ce 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.3", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2",