Open
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Bump bcrypt from 0.8.7 to 5.0.0 in /Chapter07/04_di_container
  • Loading branch information
@dependabot
dependabot[bot] authoredAug 20, 2020
commit 135bd53f0c6c491d01dee2559f97ebf889990104
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@
"main": "app.js",
"dependencies": {
"async": "^2.0.0-rc.3",
"bcrypt": "^0.8.5",
"bcrypt": "^5.0.0",
"body-parser": "^1.15.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
Expand Down