From eed14ef69b8f73db0626411446e869d4f6c341b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 09:27:57 +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 bb4d96db..e23608a7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cookie-parser": "^1.4.3", "handlebars": "^4.7.7", "hat": "^0.0.3", - "js-yaml": "^3.8.4", + "js-yaml": "^4.1.1", "jsonpath": "^1.0.0", "massive": "^6.1.1", "mime-types": "^2.1.5",