Skip to content

Commit

Permalink
fix: upgrade bcrypt from 5.1.0 to 5.1.1 (#255)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade bcrypt from 5.1.0 to 5.1.1.

See this package in npm:
https://www.npmjs.com/package/bcrypt

See this project in Snyk:
https://app.snyk.io/org/ludeknovy/project/6001874a-311f-46e3-8e8c-e69318c103b2?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ludeknovy and snyk-bot authored Sep 6, 2023
1 parent f802d0f commit 10addd6
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 71 deletions.
133 changes: 63 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@breejs/ts-worker": "^2.0.0",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.1",
"boom": "^7.2.0",
"bree": "^9.1.3",
Expand Down

0 comments on commit 10addd6

Please sign in to comment.