From 3d076109fb027b171f33b4d3f8f2597a3bfd49b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2026 08:43:51 +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-19496768 --- 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 5d2024b8..f60b9d8d 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.2", "lodash.debounce": "^4.0.8", "lodash.orderby": "^4.6.0", "lodash.uniqby": "^4.7.0",