Skip to content

Commit ef55e13

Browse files
committed
fix: tools/node-lint-md-cli-rollup/package.json & tools/node-lint-md-cli-rollup/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 9773e42 commit ef55e13

2 files changed

Lines changed: 61 additions & 205 deletions

File tree

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

Lines changed: 60 additions & 204 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"remark": "^10.0.1",
1111
"remark-lint": "^6.0.5",
1212
"remark-preset-lint-node": "^1.10.1",
13-
"unified-args": "^7.1.0",
13+
"unified-args": "^9.0.1",
1414
"unified-engine": "^6.0.1"
1515
},
1616
"main": "src/cli-entry.js",

0 commit comments

Comments
 (0)