Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axios due to security vulnerability #12

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,8 +28,8 @@
"test": "./node_modules/.bin/mocha "
},
"dependencies": {
"axios": "0.21.1",
"bcryptjs": "^2.4.3",
"axios": "^0.21.1",
Copy link
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
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