From 4e822b3aae31d6d3832b92e68e0444920c6252be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:43:09 +0000 Subject: [PATCH] fix: tools/remark-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- tools/remark-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/remark-cli/package.json b/tools/remark-cli/package.json index c6e24e44676683..1b06de6e0478c0 100644 --- a/tools/remark-cli/package.json +++ b/tools/remark-cli/package.json @@ -12,7 +12,7 @@ "dependencies": { "markdown-extensions": "^1.1.0", "remark": "^7.0.0", - "unified-args": "^3.0.0" + "unified-args": "^9.0.1" }, "homepage": "http://remark.js.org", "repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",