bump next-auth@4-beta7

This commit is contained in:
Thomas Ruoff
2021-11-20 23:50:19 +01:00
parent dea324044e
commit c584a29629
2 changed files with 17 additions and 11 deletions

26
package-lock.json generated
View File

@@ -3686,6 +3686,11 @@
"safe-buffer": "~5.1.1"
}
},
"cookie": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
"integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA=="
},
"core-js-pure": {
"version": "3.19.1",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.19.1.tgz",
@@ -8594,9 +8599,9 @@
}
},
"jose": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.1.5.tgz",
"integrity": "sha512-GGTo/8TUgKsLrohNRwFzkJ+dI/TzFNknPO4hPbzc3lUi01mDmqlrvKDTzHxT6ESZKBMWNfiffQ755T5SiUJuxQ=="
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.3.7.tgz",
"integrity": "sha512-S7Xfsy8nN9Iw/AZxk+ZxEbd5ImIwJPM0TfAo8zI8FF+3lidQ2yiK4dqzsaPKSbZD0woNVSY0KCql6rlKc5V7ug=="
},
"js-tokens": {
"version": "4.0.0",
@@ -9340,24 +9345,25 @@
}
},
"next-auth": {
"version": "4.0.0-beta.6",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.0-beta.6.tgz",
"integrity": "sha512-g2X0c2RGPt9xjEiGqR5g0Csth37F9+cVmoNWa0ek6j1OYP2M4P3ZQmJqCQBq+9486pMmMn/awQYr5bhcVOIMgg==",
"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==",
"requires": {
"@babel/runtime": "^7.15.4",
"@panva/hkdf": "^1.0.0",
"cookie": "^0.4.1",
"jose": "^4.1.2",
"oauth": "^0.9.15",
"openid-client": "^5.0.1",
"openid-client": "^5.0.2",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz",
"integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==",
"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"
}

View File

@@ -17,7 +17,7 @@
"ics": "2.31.0",
"mongoose": "5.13.13",
"next": "12.0.3",
"next-auth": "^4.0.0-beta.6",
"next-auth": "^4.0.0-beta.7",
"next-mdx-remote": "3.0.7",
"nodemailer": "6.7.0",
"p-retry": "5.0.0",