From 75dc869c0ea9c3a838902cfda3383198881f5b17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 11:33:54 +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 66c1c61..b69c356 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "diff-match-patch": "1.0.0", "express": "4.16.0", "jquery": "3.2.1", - "js-yaml": "3.10.0", + "js-yaml": "4.1.1", "jwt-client": "0.2.1", "lodash": "^3.1.0", "lottie-web": "5.4.2",