From 7cc530e66c554958ca0e284940854c53d7c887bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Jul 2026 07:39:18 +0000 Subject: [PATCH] fix: apps/lsp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-18313070 --- apps/lsp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lsp/package.json b/apps/lsp/package.json index 0414690e..8a0859c4 100644 --- a/apps/lsp/package.json +++ b/apps/lsp/package.json @@ -17,7 +17,7 @@ "editor-server": "*", "file-url": "^4.0.0", "glob": "^13.0.6", - "js-yaml": "^4.1.0", + "js-yaml": "^5.2.2", "node-html-parser": "^6.1.5", "picomatch": "^2.3.1", "quarto-core": "*",