From ae54f19618537d8ec92e8a1cab10b92b9df02778 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jul 2026 14:10:32 +0000 Subject: [PATCH] fix: base-action/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-17457810 --- base-action/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-action/package.json b/base-action/package.json index 446cf61..aaaa780 100644 --- a/base-action/package.json +++ b/base-action/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@actions/core": "^1.10.1", - "shell-quote": "^1.8.3" + "shell-quote": "^1.9.0" }, "devDependencies": { "@types/bun": "^1.2.12",