Update dependency next-auth to v4.0.2

This commit is contained in:
Renovate Bot
2021-12-05 05:57:24 +00:00
committed by Thomas Ruoff
parent 4e5d736d6d
commit b24eeb1854
2 changed files with 11 additions and 22 deletions

31
package-lock.json generated
View File

@@ -946,7 +946,6 @@
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.4"
}
@@ -8762,9 +8761,9 @@
}
},
"next-auth": {
"version": "4.0.0-beta.7",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.0-beta.7.tgz",
"integrity": "sha512-bPoLak4MfmgrcLLaf26tEQttKJPBcP3KAtSXSo2xMhoG+PLnP9gwFmqLwFUX+FvVRf/iwuAUZjPRAqRQ9g3GOw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.2.tgz",
"integrity": "sha512-skTQoIKIakesHeuCtLs2n+uMFsThWrqD+uUSdrj/1TCQ+dRGRkQmr/d0jvbAw8U8h8njUQBSvT6HoncjO8cp5Q==",
"requires": {
"@babel/runtime": "^7.15.4",
"@panva/hkdf": "^1.0.0",
@@ -8775,16 +8774,6 @@
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"next-mdx-remote": {
@@ -9022,11 +9011,11 @@
}
},
"openid-client": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.0.2.tgz",
"integrity": "sha512-Z3fuzy5S/ohIBonXdTFYAKIjMAf0ycRMW0Rs1cXSH1UBJDB2CJTcVR5u7MPlPui5lA1f+mQ9DktPNEwrYVoY+A==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.1.0.tgz",
"integrity": "sha512-gTTNQ8SzfoWIeSeVkYGMDzaHHx06wRnJRYCyG1xrkGu9Xww7X4Uz4fFEJ19KQRee4xttb38GIcxACRxQVChegg==",
"requires": {
"jose": "^4.1.0",
"jose": "^4.1.4",
"lru-cache": "^6.0.0",
"object-hash": "^2.0.1",
"oidc-token-hash": "^5.0.1"
@@ -9631,9 +9620,9 @@
}
},
"preact": {
"version": "10.5.15",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.15.tgz",
"integrity": "sha512-5chK29n6QcJc3m1lVrKQSQ+V7K1Gb8HeQY6FViQ5AxCAEGu3DaHffWNDkC9+miZgsLvbvU9rxbV1qinGHMHzqA=="
"version": "10.6.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.2.tgz",
"integrity": "sha512-ppDjurt75nSxyikpyali+uKwRl8CK9N6ntOPovGIEGQagjMLVzEgVqFEsUUyUrqyE9Ch90KE0jmFc9q2QcPLBA=="
},
"preact-render-to-string": {
"version": "5.1.19",

View File

@@ -17,7 +17,7 @@
"ics": "2.35.0",
"mongoose": "5.13.13",
"next": "12.0.7",
"next-auth": "4.0.0-beta.7",
"next-auth": "4.0.2",
"next-mdx-remote": "3.0.8",
"nodemailer": "6.7.2",
"p-retry": "5.0.0",