Bump bcrypt from 1.0.3 to 5.0.0 #2

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/bcrypt-5.0.0 into master 2022-02-12 02:58:28 +00:00
2 changed files with 237 additions and 526 deletions
Showing only changes of commit e40fe4d564 - Show all commits

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>
dependabot[bot] 2022-02-12 02:58:12 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

759
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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