From 1c2f0cf8b779328c285042a33fd3d368b7ab388e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 09:18: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 f8c38f3..ceaccbf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "glob": "^7.1.4", "handlebars": "^4.0.5", "highlight.js": "^8.9.1", - "js-yaml": "^3.14.0", + "js-yaml": "^4.1.1", "marked": "^2", "nopt": "^4.0.1", "slash": "^1.0.0",