Merge pull request #93 from Ravinou/dependabot/npm_and_yarn/next-auth-4.24.5

build(deps): bump next-auth from 4.24.4 to 4.24.5
This commit is contained in:
Ravinou 2023-11-11 11:10:45 +01:00 committed by GitHub
commit b84cf3638c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -12,7 +12,7 @@
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.6",
"next-auth": "^4.24.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
@ -3077,9 +3077,9 @@
}
},
"node_modules/next-auth": {
"version": "4.24.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz",
"integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==",
"version": "4.24.5",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz",
"integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",

View file

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