From 107557b1969bfaa707abe3340d1e7f4afd67b4ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 09:49:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..e6a0788afb206 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,10 @@ "nock": "^13.0.5", "node-fetch": "^2.6.1", "proxyquire": "^2.1.3", - "remark-cli": "^9.0.0", + "remark-cli": "^10.0.0", "remark-frontmatter": "^3.0.0", "remark-gfm": "^1.0.0", - "remark-preset-lint-node": "^2.0.0", + "remark-preset-lint-node": "^2.0.1", "st": "^2.0.0", "standard": "^16.0.3", "stylelint": "^13.8.0",