Browse Source

build(deps): bump bcryptjs from 2.4.3 to 3.0.2 in /src

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>
pull/1682/head
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
b582574e25
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      src/package-lock.json
  2. 2
      src/package.json

13
src/package-lock.json

@ -10,7 +10,7 @@
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"bcryptjs": "^3.0.2",
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"express-session": "^1.18.1",
@ -1013,10 +1013,13 @@
}
},
"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/binary-extensions": {
"version": "2.3.0",

2
src/package.json

@ -16,7 +16,7 @@
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"bcryptjs": "^3.0.2",
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"express-session": "^1.18.1",

Loading…
Cancel
Save