From 81c9d1ceb5665acb3614fac338367dc463d3332d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2026 09:02:09 +0000 Subject: [PATCH] fix: apps/vscode/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-19496768 --- apps/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 91004da4..aa95d0d5 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -1533,7 +1533,7 @@ "editor-types": "*", "glob": "^13.0.6", "highlight.js": "^11.7.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.2", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", "markdown-it": "^13.0.1",