From d7bfee8715cd7bed94a287750857a271242f404e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 05:43:04 +0000 Subject: [PATCH] fix: packages/main/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/package.json b/packages/main/package.json index 6513c3b..8aee148 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -48,7 +48,7 @@ "@cucumber/messages": "^27.2.0", "@cucumber/tag-expressions": "^6.1.2", "buffer": "^6.0.3", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "pngjs": "^7.0.0"