From 576e838ad31eaa4210ce6bfb6ed5d2a0e4ae5b8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2026 11:49:43 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-15765520 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index dadb95ca8ea86..d0d3ae25b137d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -167,7 +167,7 @@ "xterm-readline": "^1.1.2", "y-monaco": "^0.1.4", "y-websocket": "^1.5.4", - "yaml": "^2.8.0", + "yaml": "^2.8.3", "yjs": "^13.6.7", "zod": "^4.1.10" },