From cf2fd70b774674ac63fda950812df294ae7efe9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 07:14:32 +0000 Subject: [PATCH] fix: tools/node-lint-md-cli-rollup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- tools/node-lint-md-cli-rollup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json index 881139057e1c5b..5280ec2c060fc1 100644 --- a/tools/node-lint-md-cli-rollup/package.json +++ b/tools/node-lint-md-cli-rollup/package.json @@ -13,7 +13,7 @@ "remark": "^8.0.0", "remark-lint": "^6.0.2", "remark-preset-lint-node": "./remark-preset-lint-node", - "unified-args": "^6.0.0", + "unified-args": "^7.0.0", "unified-engine": "^5.1.0" }, "scripts": {