Skip to content

Commit ae5102c

Browse files
build(deps): [security] bump bcrypt from 4.0.1 to 5.0.0
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 4.0.1 to 5.0.0. **This update includes a security fix.** - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](kelektiv/node.bcrypt.js@v4.0.1...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0dbd155 commit ae5102c

2 files changed

Lines changed: 491 additions & 154 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nestjs/passport": "^7.0.0",
4343
"@nestjs/jwt": "^7.0.0",
4444
"passport-jwt": "^4.0.0",
45-
"bcrypt": "^4.0.1",
45+
"bcrypt": "^5.0.0",
4646
"passport": "^0.4.1"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)