Skip to content

Commit 9345df1

Browse files
Bump bcrypt from 3.0.8 to 5.0.0 in /backend
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.8 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](kelektiv/node.bcrypt.js@v3.0.8...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 382c75b commit 9345df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"bcrypt": "^3.0.6",
12+
"bcrypt": "^5.0.0",
1313
"body-parser": "^1.19.0",
1414
"express": "^4.17.1",
1515
"jsonwebtoken": "^8.5.1",

0 commit comments

Comments
 (0)