From cc7a84625b86916331bcc94b35427e7aaa8eee1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jul 2026 04:47:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-18313070 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3138077..291b61d 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@hapi/hoek": "^11.0.7", "clone": "^2.1.2", "joi": "^17.13.3", - "js-yaml": "^4.3.0", + "js-yaml": "^5.2.2", "keymbinatorial": "^3.0.0", "screwdriver-data-schema": "^25.0.0", "screwdriver-notifications-email": "^5.0.0",