diff --git a/package-lock.json b/package-lock.json
index 37f9677..8f5c5fe 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.0",
         "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.0",
+      "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.0.tgz",
+      "integrity": "sha512-lqJtusYqUwDiwzO4+B+lx/vKCuf/akcdhxT5R47JmS5gvI9O6Y4CZYc8coysY7XaMGHCxfttvTSEw76RA8gNTg==",
       "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.0",
+      "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.0.tgz",
+      "integrity": "sha512-lqJtusYqUwDiwzO4+B+lx/vKCuf/akcdhxT5R47JmS5gvI9O6Y4CZYc8coysY7XaMGHCxfttvTSEw76RA8gNTg==",
       "requires": {
         "@babel/runtime": "^7.16.3",
         "@panva/hkdf": "^1.0.1",
diff --git a/package.json b/package.json
index bdce41b..0786abf 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.0",
     "next-transpile-modules": "^9.1.0",
     "nextjs-progressbar": "0.0.16",
     "node-fetch": "2.6.7",