Update dependency next-auth to v4.3.4

This commit is contained in:
Renovate Bot
2022-04-28 20:56:46 +00:00
committed by Thomas Ruoff
parent d958a12b17
commit 9a295cf65f
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"ics": "2.35.0", "ics": "2.35.0",
"mongoose": "6.3.1", "mongoose": "6.3.1",
"next": "12.1.5", "next": "12.1.5",
"next-auth": "4.3.3", "next-auth": "4.3.4",
"next-mdx-remote": "4.0.3", "next-mdx-remote": "4.0.3",
"nodemailer": "6.7.3", "nodemailer": "6.7.3",
"p-retry": "5.1.1", "p-retry": "5.1.1",
@@ -8240,9 +8240,9 @@
} }
}, },
"node_modules/next-auth": { "node_modules/next-auth": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz",
"integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==", "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",
@@ -8259,8 +8259,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"nodemailer": "^6.6.5", "nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18.0.0-0", "react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18.0.0-0" "react-dom": "^17.0.2 || ^18"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"nodemailer": { "nodemailer": {
@@ -16948,9 +16948,9 @@
} }
}, },
"next-auth": { "next-auth": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz", "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz",
"integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==", "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==",
"requires": { "requires": {
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1", "@panva/hkdf": "^1.0.1",

View File

@@ -18,7 +18,7 @@
"ics": "2.35.0", "ics": "2.35.0",
"mongoose": "6.3.1", "mongoose": "6.3.1",
"next": "12.1.5", "next": "12.1.5",
"next-auth": "4.3.3", "next-auth": "4.3.4",
"next-mdx-remote": "4.0.3", "next-mdx-remote": "4.0.3",
"nodemailer": "6.7.3", "nodemailer": "6.7.3",
"p-retry": "5.1.1", "p-retry": "5.1.1",