From cf4a406b039a047b3d5617a667d29bb5e072e222 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 06:45:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc656489..2f43fab7 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "dependencies": { "ajv": "^6.12.2", "content-type": "^1.0.4", - "js-yaml": "^3.14.0", - "json-schema-ref-parser": "^8.0.0", + "js-yaml": "^4.1.1", + "json-schema-ref-parser": "^9.0.9", "lodash.merge": "^4.6.2", "lodash.uniq": "^4.5.0", "lodash.zipobject": "^4.1.3",