From c0fd27fc8828c796af928ddfa183df3e4bccad58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Jul 2026 07:25:03 +0000 Subject: [PATCH] fix: packages/editor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-18313070 --- packages/editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/package.json b/packages/editor/package.json index 21c0121f..83b4457b 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -15,7 +15,7 @@ "editor-types": "*", "fuse.js": "^6.4.6", "jayson": "^4.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^5.2.2", "lodash.debounce": "^4.0.8", "lodash.orderby": "^4.6.0", "lodash.uniqby": "^4.7.0",