Skip to content

Commit

Permalink
Upgrade lodash to 4.17.12 to Fix Vulnerability (#824)
Browse files Browse the repository at this point in the history
* fix: packages/core/package.json & packages/core/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202

* fix: packages/inquirer/package.json & packages/inquirer/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
  • Loading branch information
PatOnTheBack authored and SBoudrias committed Jul 11, 2019
1 parent 29ac965 commit e14796b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
8 changes: 4 additions & 4 deletions packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -17,7 +17,7 @@
"chalk": "^2.4.2",
"cli-spinners": "^1.3.1",
"cli-width": "^2.2.0",
"lodash": "^4.17.11",
"lodash": "^4.17.12",
"mute-stream": "^0.0.7",
"run-async": "^2.3.0",
"string-width": "^2.1.1",
Expand Down
19 changes: 12 additions & 7 deletions packages/inquirer/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Expand Up @@ -43,7 +43,7 @@
"cli-width": "^2.0.0",
"external-editor": "^3.0.3",
"figures": "^2.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.12",
"mute-stream": "0.0.7",
"run-async": "^2.2.0",
"rxjs": "^6.4.0",
Expand Down

0 comments on commit e14796b

Please sign in to comment.