From a815b0ccee00ecc29eff88d86ae3883b5a23d752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 06:45:53 +0000 Subject: [PATCH] fix: packages/documentation-framework/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/documentation-framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index a26eba42f2..c8557db778 100644 --- a/packages/documentation-framework/package.json +++ b/packages/documentation-framework/package.json @@ -32,7 +32,7 @@ "hast-util-to-text": "2.0.0", "html-formatter": "0.1.9", "html-webpack-plugin": "5.5.0", - "js-yaml": "3.14.0", + "js-yaml": "4.1.1", "mdast-util-to-hast": "9.1.1", "mdurl": "1.0.1", "null-loader": "4.0.1",