From 5f37f46f988a5ac196a4b3890f82c53fd76b6da2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 02:30:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb04c033fccb3..727f9c63af89c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "chokidar": "1.2.0", "handlebars": "4.0.4", "html-to-text": "^1.5.0", - "js-yaml": "^3.4.5", + "js-yaml": "^4.1.1", "junk": "1.0.2", "map-async": "0.1.1", "marked": "0.3.5",