Bump bcrypt from 1.0.3 to 5.0.0

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 1.0.3 to 5.0.0.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v1.0.3...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-12 02:58:12 +00:00 committed by GitHub
commit e40fe4d564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 237 additions and 526 deletions

761
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"abab": "^1.0.4", "abab": "^1.0.4",
"bcrypt": "^1.0.3", "bcrypt": "^5.0.0",
"bluebird": "^3.5.1", "bluebird": "^3.5.1",
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"connect": "^3.6.5", "connect": "^3.6.5",