Update dependency next-auth to v4.12.2

This commit is contained in:
renovate[bot]
2022-09-28 19:14:15 +00:00
parent 30ee1de23a
commit 1916c5f88c
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.2",
"next": "12.3.1",
"next-auth": "4.12.1",
"next-auth": "4.12.2",
"next-axiom": "0.14.0",
"next-mdx-remote": "4.1.0",
"nodemailer": "6.7.8",
@@ -7166,9 +7166,9 @@
}
},
"node_modules/next-auth": {
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.1.tgz",
"integrity": "sha512-T0By19RqT4TeStY65OUOaeiwJnGtkgY84GlxbsL9CSEIvu5QvaQlbKh48PwPjtEkaIOxKA3FVaJL6Lsz37Ju5g==",
"version": "4.12.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.2.tgz",
"integrity": "sha512-B25iFUIKYa2pRMWRFPIQWv84WJydqIsv6EbriNuzqNSZnxnlmpsrmJrTeMMLf+9a3qf9FG8enxDmDntmwnBkDQ==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -15053,9 +15053,9 @@
}
},
"next-auth": {
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.1.tgz",
"integrity": "sha512-T0By19RqT4TeStY65OUOaeiwJnGtkgY84GlxbsL9CSEIvu5QvaQlbKh48PwPjtEkaIOxKA3FVaJL6Lsz37Ju5g==",
"version": "4.12.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.2.tgz",
"integrity": "sha512-B25iFUIKYa2pRMWRFPIQWv84WJydqIsv6EbriNuzqNSZnxnlmpsrmJrTeMMLf+9a3qf9FG8enxDmDntmwnBkDQ==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",

View File

@@ -21,7 +21,7 @@
"ics": "2.40.0",
"mongoose": "6.6.2",
"next": "12.3.1",
"next-auth": "4.12.1",
"next-auth": "4.12.2",
"next-axiom": "0.14.0",
"next-mdx-remote": "4.1.0",
"nodemailer": "6.7.8",