Merge pull request #157 from Ravinou/dependabot/npm_and_yarn/next-auth-4.24.6

build(deps): bump next-auth from 4.24.5 to 4.24.6
This commit is contained in:
Ravinou 2024-02-18 10:23:43 +01:00 committed by GitHub
commit b9ef00e6a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.4.1",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
@ -3237,9 +3237,9 @@
}
},
"node_modules/next-auth": {
"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==",
"version": "4.24.6",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.6.tgz",
"integrity": "sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",

View file

@ -13,7 +13,7 @@
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",