From 08ac23decce47e6f77e3136b4225f76a1e276d02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 10:26:01 +0000 Subject: [PATCH] fix: upgrade yaml from 2.4.5 to 2.8.1 Snyk has created this PR to upgrade yaml from 2.4.5 to 2.8.1. See this package in npm: yaml See this project in Snyk: https://app.snyk.io/org/lindsayevans/project/9aa1e31a-ff9a-4d9f-b984-b561d548f99b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ede217..eb943ba 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,6 @@ "markdown-it-terminal": "^0.4.0", "ora": "^8.0.1", "shell-quote": "^1.8.1", - "yaml": "^2.4.5" + "yaml": "^2.8.1" } }