Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade bcrypt from 5.1.0 to 5.1.1
Snyk has created this PR to upgrade bcrypt from 5.1.0 to 5.1.1.

See this package in npm:
bcrypt

See this project in Snyk:
https://app.snyk.io/org/dmitry-white/project/905b947e-4674-4687-98cd-ab121a127e06?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 31, 2024
commit a3dd9ad56d879653a259f2ff37190e61c2325e89
117 changes: 67 additions & 50 deletions security/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 security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Dmitry White",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
Expand Down