Update dependency next-auth to v4.8.0

This commit is contained in:
renovate[bot]
2022-07-01 21:29:06 +00:00
committed by Thomas Ruoff
parent 338c48fee4
commit 9ff79adb1f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "2.35.0", "ics": "2.35.0",
"mongoose": "6.4.1", "mongoose": "6.4.1",
"next": "12.1.6", "next": "12.1.6",
"next-auth": "4.6.1", "next-auth": "4.8.0",
"next-axiom": "0.9.0", "next-axiom": "0.9.0",
"next-mdx-remote": "4.0.3", "next-mdx-remote": "4.0.3",
"nodemailer": "6.7.5", "nodemailer": "6.7.5",
@@ -6740,9 +6740,9 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "4.6.1", "version": "4.8.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.8.0.tgz",
"integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", "integrity": "sha512-7vN7akNsAEqV8w1cqZf71UFYw18zy/N5y3xEQz2k3Rju34n7z3+cwdNjGS0FVCoKi/s1wiN27z9ruwlOwiQNsg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",
@@ -14158,9 +14158,9 @@
} }
}, },
"next-auth": { "next-auth": {
"version": "4.6.1", "version": "4.8.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.8.0.tgz",
"integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", "integrity": "sha512-7vN7akNsAEqV8w1cqZf71UFYw18zy/N5y3xEQz2k3Rju34n7z3+cwdNjGS0FVCoKi/s1wiN27z9ruwlOwiQNsg==",
"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.35.0", "ics": "2.35.0",
"mongoose": "6.4.1", "mongoose": "6.4.1",
"next": "12.1.6", "next": "12.1.6",
"next-auth": "4.6.1", "next-auth": "4.8.0",
"next-axiom": "0.9.0", "next-axiom": "0.9.0",
"next-mdx-remote": "4.0.3", "next-mdx-remote": "4.0.3",
"nodemailer": "6.7.5", "nodemailer": "6.7.5",