summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-26 06:43:34 -0700
committerRich Trott <rtrott@gmail.com>2019-07-01 21:34:11 -0700
commitc9c8408f812f82370cc718fdeb20e59e01229275 (patch)
treeb714274ee34dbfe5479f09e89bb984defc5a81b6 /tools/node-lint-md-cli-rollup/package.json
parented14aa6d512e682850a39b6081507c9970cf93c9 (diff)
downloadandroid-node-v8-c9c8408f812f82370cc718fdeb20e59e01229275.tar.gz
android-node-v8-c9c8408f812f82370cc718fdeb20e59e01229275.tar.bz2
android-node-v8-c9c8408f812f82370cc718fdeb20e59e01229275.zip
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 (set-value@0.4.3) from the dependencies. Refs: https://app.snyk.io/vuln/SNYK-JS-SETVALUE-450213 PR-URL: https://github.com/nodejs/node/pull/28434 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup/package.json')
-rw-r--r--tools/node-lint-md-cli-rollup/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index 584c189197..cb34f3f88d 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -10,7 +10,7 @@
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-node": "^1.7.0",
- "unified-args": "^6.0.0",
+ "unified-args": "^7.0.0",
"unified-engine": "^6.0.1"
},
"main": "src/cli-entry.js",