Skip to content

Commit

Permalink
Lodash security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Aug 7, 2019
1 parent 3c164f5 commit cabde88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
34 changes: 13 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@types/jest": "^24.0.17",
"@types/node": "^12.7.0",
"@xotic750/eslint-config-recommended": "^1.0.5",
"@types/node": "^12.7.1",
"@xotic750/eslint-config-recommended": "^1.0.6",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
Expand All @@ -92,10 +92,10 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-jsdoc": "^15.8.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-lodash": "^5.1.0",
"eslint-plugin-lodash": "^5.1.1",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^3.1.0",
Expand Down

0 comments on commit cabde88

Please sign in to comment.