diff --git a/package-lock.json b/package-lock.json index 37f9677..40f5ab0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "graphql": "16.6.0", "lodash": "4.17.21", "next": "12.3.3", - "next-auth": "4.15.0", + "next-auth": "4.18.4", "next-transpile-modules": "^9.1.0", "nextjs-progressbar": "0.0.16", "node-fetch": "2.6.7", @@ -8419,9 +8419,9 @@ } }, "node_modules/next-auth": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz", - "integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==", + "version": "4.18.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.4.tgz", + "integrity": "sha512-tvXOabxv5U/y6ib56XPkOnc/48tYc+xT6GNOLREIme8WVGYHDTc3CGEfe2+0bVCWAm0ax/GYXH0By5NFoaJDww==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -8434,10 +8434,10 @@ "uuid": "^8.3.2" }, "engines": { - "node": "^12.19.0 || ^14.15.0 || ^16.13.0" + "node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0" }, "peerDependencies": { - "next": "^12.2.5", + "next": "^12.2.5 || ^13", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" @@ -17491,9 +17491,9 @@ } }, "next-auth": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz", - "integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==", + "version": "4.18.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.4.tgz", + "integrity": "sha512-tvXOabxv5U/y6ib56XPkOnc/48tYc+xT6GNOLREIme8WVGYHDTc3CGEfe2+0bVCWAm0ax/GYXH0By5NFoaJDww==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index bdce41b..eea5701 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "graphql": "16.6.0", "lodash": "4.17.21", "next": "12.3.3", - "next-auth": "4.15.0", + "next-auth": "4.18.4", "next-transpile-modules": "^9.1.0", "nextjs-progressbar": "0.0.16", "node-fetch": "2.6.7",