Skip to content

Commit

Permalink
Merge pull request #2 from simon-lammes/master
Browse files Browse the repository at this point in the history
fix: vulnerability of axios dependency
  • Loading branch information
laurynas authored Mar 5, 2021
2 parents e4224f8 + 358f94c commit f44db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/detectlanguage/detectlanguage-node",
"dependencies": {
"axios": "^0.20.0"
"axios": "^0.21.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down

0 comments on commit f44db49

Please sign in to comment.