From 976f82d1bb9552031d6cb0b6a53578bed88ebcb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 06:59:39 +0000 Subject: [PATCH] fix: packages/integrations/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/integrations/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/package.json b/packages/integrations/package.json index a51dab69c..73d07bfe2 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -15,7 +15,7 @@ "fs-extra": "^7.0.0", "markdown-table": "^1.1.2", "mustache": "^3.0.0", - "yaml": "^1.0.0-rc.7" + "yaml": "^1.10.0" }, "devDependencies": { "@types/mustache": "^0.8.31",