Update dependency next-auth to v4.15.0

This commit is contained in:
renovate[bot]
2022-10-23 17:24:46 +00:00
parent c93b4ccd36
commit 28e3ab1b5b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "2.40.0",
"mongoose": "6.6.7",
"next": "12.3.1",
"next-auth": "4.14.0",
"next-auth": "4.15.0",
"next-axiom": "0.14.0",
"next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0",
@@ -7165,9 +7165,9 @@
}
},
"node_modules/next-auth": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.14.0.tgz",
"integrity": "sha512-pD5sin6kq/uIx3Cod2/0JFnViEnngBTTNy4CdfRaYc2QzV2zwpWAbQny2Ezlg0GjEozDhKC53JJxRRE4AmNKEw==",
"version": "4.15.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz",
"integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -15024,9 +15024,9 @@
}
},
"next-auth": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.14.0.tgz",
"integrity": "sha512-pD5sin6kq/uIx3Cod2/0JFnViEnngBTTNy4CdfRaYc2QzV2zwpWAbQny2Ezlg0GjEozDhKC53JJxRRE4AmNKEw==",
"version": "4.15.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz",
"integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",

View File

@@ -21,7 +21,7 @@
"ics": "2.40.0",
"mongoose": "6.6.7",
"next": "12.3.1",
"next-auth": "4.14.0",
"next-auth": "4.15.0",
"next-axiom": "0.14.0",
"next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0",