Skip to content

Commit

Permalink
fix(deps): Updating lodash to 4.17.5 to patch this security issue CVE…
Browse files Browse the repository at this point in the history
…-2018-3721 More information
  • Loading branch information
KhaledMohamedP committed Nov 14, 2018
1 parent 58731c8 commit 1163443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
"docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
},
"dependencies": {
"google-translate": "1.0.7",
"lodash": "4.17.3",
"lodash": "4.17.5",
"promise": "7.1.1",
"yandex-translate": "2.1.2"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"object",
"JSON",
"google",
"yandex",
"yandex",
"translate"
],
"author": "Khaled Mohamed",
Expand Down

0 comments on commit 1163443

Please sign in to comment.