mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
Update dependency next-auth to v4.1.2
This commit is contained in:
committed by
Thomas Ruoff
parent
ef00a87018
commit
427b74a0b8
34
package-lock.json
generated
34
package-lock.json
generated
@@ -5980,9 +5980,9 @@
|
||||
}
|
||||
},
|
||||
"jose": {
|
||||
"version": "4.3.7",
|
||||
"resolved": "https://registry.npmjs.org/jose/-/jose-4.3.7.tgz",
|
||||
"integrity": "sha512-S7Xfsy8nN9Iw/AZxk+ZxEbd5ImIwJPM0TfAo8zI8FF+3lidQ2yiK4dqzsaPKSbZD0woNVSY0KCql6rlKc5V7ug=="
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/jose/-/jose-4.4.0.tgz",
|
||||
"integrity": "sha512-3CsqCQWuEUPpNlSLRcLRC8eO/ATFe1tLJMZCtjx2+ma1gkjGQ62HF50oWs3cwtWjLCpM8bdMPpQbxpgc3fhxrQ=="
|
||||
},
|
||||
"js-tokens": {
|
||||
"version": "4.0.0",
|
||||
@@ -6486,17 +6486,17 @@
|
||||
}
|
||||
},
|
||||
"next-auth": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.5.tgz",
|
||||
"integrity": "sha512-POrV6c29Uu3+kVhOe8h3go2ytjeB2jPdW4GJwudUbK6OB++dkpT6yialmm8whM7hyoW4Xy3FbsoldGn8bVHhYg==",
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.1.2.tgz",
|
||||
"integrity": "sha512-r5Km0eIDgGad+yhegk6OpulAnf7pyxsIpLec3xYB3PIb7F3bUTsvgWm/n/wAvlT0aAF1xKQWOgqhwPjrjte89g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@panva/hkdf": "^1.0.0",
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@panva/hkdf": "^1.0.1",
|
||||
"cookie": "^0.4.1",
|
||||
"jose": "^4.1.2",
|
||||
"jose": "^4.3.7",
|
||||
"oauth": "^0.9.15",
|
||||
"openid-client": "^5.0.2",
|
||||
"preact": "^10.5.14",
|
||||
"openid-client": "^5.1.0",
|
||||
"preact": "^10.6.3",
|
||||
"preact-render-to-string": "^5.1.19",
|
||||
"uuid": "^8.3.2"
|
||||
}
|
||||
@@ -6703,9 +6703,9 @@
|
||||
}
|
||||
},
|
||||
"openid-client": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.1.0.tgz",
|
||||
"integrity": "sha512-gTTNQ8SzfoWIeSeVkYGMDzaHHx06wRnJRYCyG1xrkGu9Xww7X4Uz4fFEJ19KQRee4xttb38GIcxACRxQVChegg==",
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.1.2.tgz",
|
||||
"integrity": "sha512-AV5wCy011lrZZvzQa4HGhItTb64+D8V50vEtS/HhaFjiM8jDItUyDu4C73nMr6zrlEvgprFdbyGGwkGiQ4ggJg==",
|
||||
"requires": {
|
||||
"jose": "^4.1.4",
|
||||
"lru-cache": "^6.0.0",
|
||||
@@ -7260,9 +7260,9 @@
|
||||
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
||||
},
|
||||
"preact": {
|
||||
"version": "10.6.3",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.3.tgz",
|
||||
"integrity": "sha512-vwuM6VmFffw5t3RrLFn49QHPzoepD9hiNdkLa3Mt4UGSRdfQfIHtC1xqxhjVGoq70Sjtxrn4c9xwAnaS6z3anA=="
|
||||
"version": "10.6.5",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.5.tgz",
|
||||
"integrity": "sha512-i+LXM6JiVjQXSt2jG2vZZFapGpCuk1fl8o6ii3G84MA3xgj686FKjs4JFDkmUVhtxyq21+4ay74zqPykz9hU6w=="
|
||||
},
|
||||
"preact-render-to-string": {
|
||||
"version": "5.1.19",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"ics": "2.35.0",
|
||||
"mongoose": "5.13.14",
|
||||
"next": "12.0.9",
|
||||
"next-auth": "4.0.5",
|
||||
"next-auth": "4.1.2",
|
||||
"next-mdx-remote": "3.0.8",
|
||||
"nodemailer": "6.7.2",
|
||||
"p-retry": "5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user