diff --git a/package-lock.json b/package-lock.json index 7455b1b..80b26e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.41.0", "mongoose": "6.8.4", "next": "^13.1.1", - "next-auth": "4.18.8", + "next-auth": "4.18.9", "next-axiom": "0.16.0", "next-mdx-remote": "4.3.0", "nodemailer": "^6.8.0", @@ -8628,9 +8628,9 @@ } }, "node_modules/next-auth": { - "version": "4.18.8", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.8.tgz", - "integrity": "sha512-USP8ihmvB7iCGtkS0+toe2QPrzdbZfkydQZX56JOI9Ft5n/BardOXh3D4wQ2An+vpq/jDKojGlgfv21wVElW7A==", + "version": "4.18.9", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.9.tgz", + "integrity": "sha512-bcwgyVBFsl16eBs4XV4O327fS/zvr0X2smOy7Nha6hzB9bI8Yq95atM9F1vwXlLk2oHScj/DSoVUYv05gTjB3g==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -8642,9 +8642,6 @@ "preact-render-to-string": "^5.1.19", "uuid": "^8.3.2" }, - "engines": { - "node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0" - }, "peerDependencies": { "next": "^12.2.5 || ^13", "nodemailer": "^6.6.5", @@ -17931,9 +17928,9 @@ } }, "next-auth": { - "version": "4.18.8", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.8.tgz", - "integrity": "sha512-USP8ihmvB7iCGtkS0+toe2QPrzdbZfkydQZX56JOI9Ft5n/BardOXh3D4wQ2An+vpq/jDKojGlgfv21wVElW7A==", + "version": "4.18.9", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.9.tgz", + "integrity": "sha512-bcwgyVBFsl16eBs4XV4O327fS/zvr0X2smOy7Nha6hzB9bI8Yq95atM9F1vwXlLk2oHScj/DSoVUYv05gTjB3g==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index 073eb07..b360456 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.41.0", "mongoose": "6.8.4", "next": "^13.1.1", - "next-auth": "4.18.8", + "next-auth": "4.18.9", "next-axiom": "0.16.0", "next-mdx-remote": "4.3.0", "nodemailer": "^6.8.0",