Skip to content

Commit

Permalink
fix: update lodash because of security vulnerability
Browse files Browse the repository at this point in the history
Fixes #117
Fixes #118

also update dev deps
  • Loading branch information
JaKXz committed Aug 12, 2019
1 parent e3eced3 commit 057479f
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 609 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -30,29 +30,29 @@
"author": "Andrew Clark <acdlite@me.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@types/jest": "^24.0.11",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"babel-jest": "^24.7.1",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/jest": "^24.0.17",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"babel-jest": "^24.8.0",
"babel-plugin-lodash": "^3.3.4",
"eslint-config-jest-files": "^0.1.3",
"eslint-config-typescript-basic": "^1.0.1",
"eslint-config-typescript-basic": "^1.0.2",
"eslint-config-unicorn-camelcase": "^0.1.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^0.14.3",
"jest": "^24.7.1",
"prettier": "^1.17.0",
"pretty-quick": "^1.10.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.2",
"typescript": "^3.4.3",
"typescript": "^3.5.3",
"typescript-eslint-parser": "^22.0.0",
"xo": "^0.24.0"
},
"dependencies": {
"lodash": "^4.17.11"
"lodash": "^4.17.15"
},
"xo": {
"prettier": true,
Expand Down

0 comments on commit 057479f

Please sign in to comment.