From dc1b9f89d67957e29bd74919438fee666aa573fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Aug 2026 08:11:11 +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-18593780 --- 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..2a3adf2c 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": "^4.3.1", "lodash.debounce": "^4.0.8", "lodash.orderby": "^4.6.0", "lodash.uniqby": "^4.7.0",