Skip to content

Commit

Permalink
fix(deps): update yargs-parser to move off a flagged-vulnerable versi…
Browse files Browse the repository at this point in the history
…on. (#635)
  • Loading branch information
ashokdelphia authored May 8, 2020
1 parent 7a21713 commit aafc0f0
Show file tree
Hide file tree
Showing 9 changed files with 1,863 additions and 585 deletions.
2,432 changes: 1,855 additions & 577 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"lerna": "^3.18.5",
"mkdirp": "^1.0.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"nyc": "^15.0.1",
"pinkie-promise": "^2.0.0",
"q": "^1.5.1",
"safe-buffer": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"add-stream": "^1.0.0",
"conventional-changelog": "file:../conventional-changelog",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"meow": "^6.1.1",
"tempfile": "^3.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"handlebars": "^4.4.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"meow": "^6.1.1",
"semver": "^6.0.0",
"split": "^1.0.0",
"through2": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-commits-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"JSONStream": "^1.0.4",
"is-text-path": "^1.0.1",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"meow": "^6.1.1",
"split2": "^2.0.0",
"through2": "^3.0.0",
"trim-off-newlines": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-recommended-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"conventional-commits-parser": "file:../conventional-commits-parser",
"git-raw-commits": "2.0.0",
"git-semver-tags": "file:../git-semver-tags",
"meow": "^5.0.0",
"meow": "^6.1.1",
"q": "^1.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"dargs": "^7.0.0",
"lodash.template": "^4.0.2",
"meow": "^5.0.0",
"meow": "^6.1.1",
"split2": "^2.0.0",
"through2": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"git"
],
"dependencies": {
"meow": "^5.0.0",
"meow": "^6.1.1",
"semver": "^6.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"figures": "^3.0.0",
"fs-access": "^1.0.0",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"meow": "^6.1.1",
"rimraf": "^3.0.0",
"sprintf-js": "^1.1.1",
"tempfile": "^3.0.0"
Expand Down

0 comments on commit aafc0f0

Please sign in to comment.