Skip to content
Closed
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test": "./node_modules/.bin/mocha "
},
"dependencies": {
"axios": "0.19.2",
"bcryptjs": "^2.4.3",
"axios": "^0.21.1",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this fix the issue ? Why not ensure it is the correct level to fix the issue raised ?

"bcryptjs": "^5.0.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no 5.x version of bcryptjs - the latest is 2.4.3 which is the version we had listed already.

"cli-table": "^0.3.1",
"minimist": "^1.2.5",
"read": "^1.0.7"
Expand Down