Update dependency next-auth to v4.10.2

This commit is contained in:
renovate[bot]
2022-07-21 17:37:15 +00:00
parent 3b9e5015b3
commit eae38719cb
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "2.37.0", "ics": "2.37.0",
"mongoose": "6.4.6", "mongoose": "6.4.6",
"next": "12.2.2", "next": "12.2.2",
"next-auth": "4.10.1", "next-auth": "4.10.2",
"next-axiom": "0.11.0", "next-axiom": "0.11.0",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.7.7", "nodemailer": "6.7.7",
@@ -6812,9 +6812,9 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "4.10.1", "version": "4.10.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.1.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz",
"integrity": "sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ==", "integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",
@@ -14302,9 +14302,9 @@
} }
}, },
"next-auth": { "next-auth": {
"version": "4.10.1", "version": "4.10.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.1.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz",
"integrity": "sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ==", "integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==",
"requires": { "requires": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",

View File

@@ -20,7 +20,7 @@
"ics": "2.37.0", "ics": "2.37.0",
"mongoose": "6.4.6", "mongoose": "6.4.6",
"next": "12.2.2", "next": "12.2.2",
"next-auth": "4.10.1", "next-auth": "4.10.2",
"next-axiom": "0.11.0", "next-axiom": "0.11.0",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.7.7", "nodemailer": "6.7.7",