From 39b7a3734951b4464c7a172bf4e69d69915c60c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 04:32:46 +0000 Subject: [PATCH] fix(security): update dependency js-yaml to v4 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3af4e2a16..dc77814ab 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "yaml": "^2.8.3", "markdownlint-cli2/js-yaml": "^4.3.0", "js-yaml@npm:^4.1.0": "^4.3.0", - "gray-matter/js-yaml": "^3.15.0", + "gray-matter/js-yaml": "^4.0.0", "@docusaurus/theme-mermaid/mermaid": "^11.15.0", "ws": "^8.20.1", "styled-components/postcss": "^8.5.10",