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

Conversation

rcarmo
Copy link

@rcarmo rcarmo commented Dec 22, 2020

axios/axios#3410

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Proposed changes

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • I have run grunt to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

@@ -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 ?

"axios": "0.19.2",
"bcryptjs": "^2.4.3",
"axios": "^0.21.1",
"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.

@knolleary
Copy link
Member

Resolved via #13

@knolleary knolleary closed this Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants