mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
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:
commit
82aa9015c8
2 changed files with 9 additions and 6 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue