From 647879e510965aa596e06267c9a235f367778ee2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 05:26:34 +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-JSYAML-13961110 --- 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..e56d3529495f1b 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.0" }, "homepage": "http://remark.js.org", "repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",