Skip to content

Commit 1163443

Browse files
fix(deps): Updating lodash to 4.17.5 to patch this security issue CVE-2018-3721 More information
1 parent 58731c8 commit 1163443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"test": "jest --coverage",
1111
"test:watch": "jest --coverage --watchAll",
1212
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
13-
"docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
13+
"docs": "jsdoc2md lib/translate-json-object.js > docs/api.md"
1414
},
1515
"dependencies": {
1616
"google-translate": "1.0.7",
17-
"lodash": "4.17.3",
17+
"lodash": "4.17.5",
1818
"promise": "7.1.1",
1919
"yandex-translate": "2.1.2"
2020
},
@@ -57,7 +57,7 @@
5757
"object",
5858
"JSON",
5959
"google",
60-
"yandex",
60+
"yandex",
6161
"translate"
6262
],
6363
"author": "Khaled Mohamed",

0 commit comments

Comments
 (0)