Update dependency next-auth to v4.10.3

This commit is contained in:
renovate[bot]
2022-08-01 17:14:17 +00:00
parent 02088ebdcc
commit d25012f85a
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.5.0", "mongoose": "6.5.0",
"next": "12.2.3", "next": "12.2.3",
"next-auth": "4.10.2", "next-auth": "4.10.3",
"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",
@@ -6896,9 +6896,9 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "4.10.2", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz",
"integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==", "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",
@@ -14410,9 +14410,9 @@
} }
}, },
"next-auth": { "next-auth": {
"version": "4.10.2", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz",
"integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==", "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==",
"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.5.0", "mongoose": "6.5.0",
"next": "12.2.3", "next": "12.2.3",
"next-auth": "4.10.2", "next-auth": "4.10.3",
"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",