From 52ab9b62a33a941f8e6f75d7b4201f945d6159f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 22:12:20 +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 8f1faac2..f827dabc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "express": "~3.5.1", "gulp-rename": "^1.2.0", "http-proxy": "~1.1.4", - "js-yaml": "~3.0.2", + "js-yaml": "~4.1.1", "request": "~2.36.0", "sitemap": "~0.7.3" },