Merge pull request #437 from Ravinou/dependabot/npm_and_yarn/bcryptjs-3.0.2

build(deps): bump bcryptjs from 2.4.3 to 3.0.2
This commit is contained in:
Ravinou 2025-04-10 10:53:24 +02:00 committed by GitHub
commit 82aa9015c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "2.4.4",
"dependencies": {
"@tabler/icons-react": "^3.30.0",
"bcryptjs": "^2.4.3",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.7",
"next": "^15.2.5",
"next-auth": "^4.24.10",
@ -2145,10 +2145,13 @@
"license": "MIT"
},
"node_modules/bcryptjs": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
"integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==",
"license": "MIT"
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.2.tgz",
"integrity": "sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog==",
"license": "BSD-3-Clause",
"bin": {
"bcrypt": "bin/bcrypt"
}
},
"node_modules/brace-expansion": {
"version": "1.1.11",

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@tabler/icons-react": "^3.30.0",
"bcryptjs": "^2.4.3",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.7",
"next": "^15.2.5",
"next-auth": "^4.24.10",