Skip to content

Commit 1b4a7fb

Browse files
Trotttargos
authored andcommittedJul 2, 2019
tools: update unified-args to 7.0.0 for md-lint CLI
Update unified-args from 6.0.0 to 7.0.0 for tools/node-lint-md-cli-rollup. This removes a vulnerable package ([email protected]) from the dependencies. Refs: https://app.snyk.io/vuln/SNYK-JS-SETVALUE-450213 PR-URL: #28434 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 40ae2a6 commit 1b4a7fb

File tree

3 files changed

+236
-1530
lines changed

3 files changed

+236
-1530
lines changed
 

‎tools/lint-md.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tools/node-lint-md-cli-rollup/package-lock.json

+234-1,528
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tools/node-lint-md-cli-rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"remark": "^10.0.1",
1111
"remark-lint": "^6.0.4",
1212
"remark-preset-lint-node": "^1.7.0",
13-
"unified-args": "^6.0.0",
13+
"unified-args": "^7.0.0",
1414
"unified-engine": "^6.0.1"
1515
},
1616
"main": "src/cli-entry.js",

0 commit comments

Comments
 (0)
Please sign in to comment.