Merge pull request #81 from Ravinou/dependabot/npm_and_yarn/next-auth-4.24.4

build(deps): bump next-auth from 4.23.2 to 4.24.4
This commit is contained in:
Ravinou 2023-11-02 20:41:41 +01:00 committed by GitHub
commit 74dd8d07f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -12,7 +12,7 @@
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"next-auth": "^4.24.4",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
@ -3077,9 +3077,9 @@
}
},
"node_modules/next-auth": {
"version": "4.23.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.2.tgz",
"integrity": "sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A==",
"version": "4.24.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz",
"integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
@ -3092,7 +3092,7 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"next": "^12.2.5 || ^13 || ^14",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"

View file

@ -13,7 +13,7 @@
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"next-auth": "^4.24.4",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",