build(deps): bump bcryptjs from 2.4.3 to 3.0.2

Bumps [bcryptjs](https://github.com/dcodeIO/bcrypt.js) from 2.4.3 to 3.0.2.
- [Release notes](https://github.com/dcodeIO/bcrypt.js/releases)
- [Commits](https://github.com/dcodeIO/bcrypt.js/compare/2.4.3...v3.0.2)

---
updated-dependencies:
- dependency-name: bcryptjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 20:34:28 +00:00 committed by GitHub
commit 4e78e65d2d
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.3",
"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.3",
"next-auth": "^4.24.10",