mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
Update dependency next-auth to v4.3.4
This commit is contained in:
committed by
Thomas Ruoff
parent
d958a12b17
commit
9a295cf65f
18
package-lock.json
generated
18
package-lock.json
generated
@@ -16,7 +16,7 @@
|
||||
"ics": "2.35.0",
|
||||
"mongoose": "6.3.1",
|
||||
"next": "12.1.5",
|
||||
"next-auth": "4.3.3",
|
||||
"next-auth": "4.3.4",
|
||||
"next-mdx-remote": "4.0.3",
|
||||
"nodemailer": "6.7.3",
|
||||
"p-retry": "5.1.1",
|
||||
@@ -8240,9 +8240,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/next-auth": {
|
||||
"version": "4.3.3",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz",
|
||||
"integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==",
|
||||
"version": "4.3.4",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz",
|
||||
"integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@panva/hkdf": "^1.0.1",
|
||||
@@ -8259,8 +8259,8 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"nodemailer": "^6.6.5",
|
||||
"react": "^17.0.2 || ^18.0.0-0",
|
||||
"react-dom": "^17.0.2 || ^18.0.0-0"
|
||||
"react": "^17.0.2 || ^18",
|
||||
"react-dom": "^17.0.2 || ^18"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"nodemailer": {
|
||||
@@ -16948,9 +16948,9 @@
|
||||
}
|
||||
},
|
||||
"next-auth": {
|
||||
"version": "4.3.3",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz",
|
||||
"integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==",
|
||||
"version": "4.3.4",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz",
|
||||
"integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@panva/hkdf": "^1.0.1",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"ics": "2.35.0",
|
||||
"mongoose": "6.3.1",
|
||||
"next": "12.1.5",
|
||||
"next-auth": "4.3.3",
|
||||
"next-auth": "4.3.4",
|
||||
"next-mdx-remote": "4.0.3",
|
||||
"nodemailer": "6.7.3",
|
||||
"p-retry": "5.1.1",
|
||||
|
||||
Reference in New Issue
Block a user