From 8049afb9863f5a676c13818b7867cd5fa92cb841 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 03:23:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..c75a2e51eb744 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "nock": "^13.0.5", "node-fetch": "^2.6.1", "proxyquire": "^2.1.3", - "remark-cli": "^9.0.0", + "remark-cli": "^12.0.0", "remark-frontmatter": "^3.0.0", "remark-gfm": "^1.0.0", "remark-preset-lint-node": "^2.0.0",