From 1d118e8614cfff2d8f7d19344b8d2bbf326c1bed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 00:58:19 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- tools/remark-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/remark-cli/package.json b/tools/remark-cli/package.json index c6e24e44676683..b4303e8da08f76 100644 --- a/tools/remark-cli/package.json +++ b/tools/remark-cli/package.json @@ -11,8 +11,8 @@ ], "dependencies": { "markdown-extensions": "^1.1.0", - "remark": "^7.0.0", - "unified-args": "^3.0.0" + "remark": "^13.0.0", + "unified-args": "^7.0.0" }, "homepage": "http://remark.js.org", "repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",