mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
Update dependency next-auth to v4.15.1
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -18,7 +18,7 @@
|
|||||||
"ics": "2.41.0",
|
"ics": "2.41.0",
|
||||||
"mongoose": "6.7.1",
|
"mongoose": "6.7.1",
|
||||||
"next": "12.3.2",
|
"next": "12.3.2",
|
||||||
"next-auth": "4.15.0",
|
"next-auth": "4.15.1",
|
||||||
"next-axiom": "0.15.0",
|
"next-axiom": "0.15.0",
|
||||||
"next-mdx-remote": "4.1.0",
|
"next-mdx-remote": "4.1.0",
|
||||||
"nodemailer": "6.8.0",
|
"nodemailer": "6.8.0",
|
||||||
@@ -8497,9 +8497,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/next-auth": {
|
"node_modules/next-auth": {
|
||||||
"version": "4.15.0",
|
"version": "4.15.1",
|
||||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.1.tgz",
|
||||||
"integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==",
|
"integrity": "sha512-yB/cSEqslaXAsLZ3lvkJbB7bRR5JeZvfUXSw0CmWeP+TaMZWB85fG9PWdfBeFrDCLBsoyATw9FF6fzApE0SxSw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.16.3",
|
"@babel/runtime": "^7.16.3",
|
||||||
"@panva/hkdf": "^1.0.1",
|
"@panva/hkdf": "^1.0.1",
|
||||||
@@ -8512,10 +8512,10 @@
|
|||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
|
"node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"next": "^12.2.5",
|
"next": "^12.2.5 || ^13",
|
||||||
"nodemailer": "^6.6.5",
|
"nodemailer": "^6.6.5",
|
||||||
"react": "^17.0.2 || ^18",
|
"react": "^17.0.2 || ^18",
|
||||||
"react-dom": "^17.0.2 || ^18"
|
"react-dom": "^17.0.2 || ^18"
|
||||||
@@ -17635,9 +17635,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"next-auth": {
|
"next-auth": {
|
||||||
"version": "4.15.0",
|
"version": "4.15.1",
|
||||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.1.tgz",
|
||||||
"integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==",
|
"integrity": "sha512-yB/cSEqslaXAsLZ3lvkJbB7bRR5JeZvfUXSw0CmWeP+TaMZWB85fG9PWdfBeFrDCLBsoyATw9FF6fzApE0SxSw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.16.3",
|
"@babel/runtime": "^7.16.3",
|
||||||
"@panva/hkdf": "^1.0.1",
|
"@panva/hkdf": "^1.0.1",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"ics": "2.41.0",
|
"ics": "2.41.0",
|
||||||
"mongoose": "6.7.1",
|
"mongoose": "6.7.1",
|
||||||
"next": "12.3.2",
|
"next": "12.3.2",
|
||||||
"next-auth": "4.15.0",
|
"next-auth": "4.15.1",
|
||||||
"next-axiom": "0.15.0",
|
"next-axiom": "0.15.0",
|
||||||
"next-mdx-remote": "4.1.0",
|
"next-mdx-remote": "4.1.0",
|
||||||
"nodemailer": "6.8.0",
|
"nodemailer": "6.8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user