Skip to content

Commit

Permalink
Merge pull request #307 from cristianossd/cris/axios
Browse files Browse the repository at this point in the history
security: upgrade axios due to vulnerability
  • Loading branch information
siddharthkp authored May 31, 2019
2 parents 3b48dc5 + 79b7160 commit fe56978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "siddharthkp",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.19.0",
"brotli-size": "0.1.0",
"bytes": "^3.1.0",
"ci-env": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "siddharthkp",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.19.0",
"body-parser": "1.17.2",
"bytes": "2.5.0",
"dotenv": "4.0.0",
Expand Down

0 comments on commit fe56978

Please sign in to comment.