Update dependency next-auth to v4.18.0

This commit is contained in:
renovate[bot]
2022-12-03 14:16:28 +00:00
parent 30c5ecf18e
commit 0ab6b5889c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"ics": "2.41.0", "ics": "2.41.0",
"mongoose": "6.7.5", "mongoose": "6.7.5",
"next": "13.0.6", "next": "13.0.6",
"next-auth": "4.17.0", "next-auth": "4.18.0",
"next-axiom": "0.16.0", "next-axiom": "0.16.0",
"next-mdx-remote": "4.2.0", "next-mdx-remote": "4.2.0",
"nodemailer": "6.8.0", "nodemailer": "6.8.0",
@@ -8648,9 +8648,9 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "4.17.0", "version": "4.18.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.17.0.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.0.tgz",
"integrity": "sha512-aN2tdnjS0MDeUpB2tBDOaWnegkgeMWrsccujbXRGMJ607b+EwRcy63MFGSr0OAboDJEe0902piXQkt94GqF8Qw==", "integrity": "sha512-lqJtusYqUwDiwzO4+B+lx/vKCuf/akcdhxT5R47JmS5gvI9O6Y4CZYc8coysY7XaMGHCxfttvTSEw76RA8gNTg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",
@@ -17951,9 +17951,9 @@
} }
}, },
"next-auth": { "next-auth": {
"version": "4.17.0", "version": "4.18.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.17.0.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.0.tgz",
"integrity": "sha512-aN2tdnjS0MDeUpB2tBDOaWnegkgeMWrsccujbXRGMJ607b+EwRcy63MFGSr0OAboDJEe0902piXQkt94GqF8Qw==", "integrity": "sha512-lqJtusYqUwDiwzO4+B+lx/vKCuf/akcdhxT5R47JmS5gvI9O6Y4CZYc8coysY7XaMGHCxfttvTSEw76RA8gNTg==",
"requires": { "requires": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",

View File

@@ -22,7 +22,7 @@
"ics": "2.41.0", "ics": "2.41.0",
"mongoose": "6.7.5", "mongoose": "6.7.5",
"next": "13.0.6", "next": "13.0.6",
"next-auth": "4.17.0", "next-auth": "4.18.0",
"next-axiom": "0.16.0", "next-axiom": "0.16.0",
"next-mdx-remote": "4.2.0", "next-mdx-remote": "4.2.0",
"nodemailer": "6.8.0", "nodemailer": "6.8.0",