From f25a8fba2cd8f2ac8e9fad02d0325408f35d1e0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 12:11:08 +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 123529b..6a25ed9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "https-proxy-agent": "^5.0.0", "inquirer": "^7.1.0", "jest": "^28.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "json-schema-ref-parser": "^9.0.9", "json-server": "^0.17.1", "ora": "^4.0.4",