Update dependency next-auth to v4.2.1

This commit is contained in:
Renovate Bot
2022-02-18 02:17:26 +00:00
committed by Thomas Ruoff
parent 3dd6ded314
commit 556258857e
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -3324,9 +3324,9 @@
}
},
"cookie": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
"integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA=="
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA=="
},
"core-js-pure": {
"version": "3.21.0",
@@ -7356,9 +7356,9 @@
}
},
"jose": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.4.0.tgz",
"integrity": "sha512-3CsqCQWuEUPpNlSLRcLRC8eO/ATFe1tLJMZCtjx2+ma1gkjGQ62HF50oWs3cwtWjLCpM8bdMPpQbxpgc3fhxrQ=="
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.5.0.tgz",
"integrity": "sha512-GFcVFQwYQKbQTUOo2JlpFGXTkgBw26uzDsRMD2q1WgSKNSnpKS9Ug7bdQ8dS+p4sZHNH6iRPu6WK2jLIjspaMA=="
},
"js-tokens": {
"version": "4.0.0",
@@ -7874,9 +7874,9 @@
}
},
"next-auth": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.1.2.tgz",
"integrity": "sha512-r5Km0eIDgGad+yhegk6OpulAnf7pyxsIpLec3xYB3PIb7F3bUTsvgWm/n/wAvlT0aAF1xKQWOgqhwPjrjte89g==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.2.1.tgz",
"integrity": "sha512-XDtt7nqevkNf4EJ2zKAKkI+MFsURf11kx11vPwxrBYA1MHeqWwaWbGOUOI2ekNTvfAg4nTEJJUH3LV2cLrH3Tg==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -8091,9 +8091,9 @@
}
},
"openid-client": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.1.2.tgz",
"integrity": "sha512-AV5wCy011lrZZvzQa4HGhItTb64+D8V50vEtS/HhaFjiM8jDItUyDu4C73nMr6zrlEvgprFdbyGGwkGiQ4ggJg==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.1.3.tgz",
"integrity": "sha512-i5quCXurPkN50ndRLE2D3Q6khz6AieJ0gTKOmsl3G4ZIP/Udf5Qw5CMRdhMvbFvfKRrkcCWPFXmduFUFYTC0xw==",
"requires": {
"jose": "^4.1.4",
"lru-cache": "^6.0.0",
@@ -8637,9 +8637,9 @@
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
},
"preact": {
"version": "10.6.5",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.5.tgz",
"integrity": "sha512-i+LXM6JiVjQXSt2jG2vZZFapGpCuk1fl8o6ii3G84MA3xgj686FKjs4JFDkmUVhtxyq21+4ay74zqPykz9hU6w=="
"version": "10.6.6",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.6.tgz",
"integrity": "sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw=="
},
"preact-render-to-string": {
"version": "5.1.19",

View File

@@ -17,7 +17,7 @@
"ics": "2.35.0",
"mongoose": "5.13.14",
"next": "12.1.0",
"next-auth": "4.1.2",
"next-auth": "4.2.1",
"next-mdx-remote": "3.0.8",
"nodemailer": "6.7.2",
"p-retry": "5.0.0",