From ea0ec4fff8e646eb9d6fd4bd0348e28cb7f236d3 Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Fri, 24 Jul 2026 10:13:30 +0000 Subject: [PATCH] fix: CVE-2026-9277 security vulnerability Automated dependency upgrade by OrbisAI Security --- package.json | 3 +++ yarn.lock | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index adac9d0eb235..f12c5e95596c 100644 --- a/package.json +++ b/package.json @@ -131,5 +131,8 @@ "fast-xml-parser": "^4.5.6", "yaml": "^2.8.3", "fast-uri": "^3.1.2" + }, + "dependencies": { + "shell-quote": "1.8.4" } } diff --git a/yarn.lock b/yarn.lock index 38f45d7f6f40..f079074f2046 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8386,6 +8386,11 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== +shell-quote@1.8.4: + version "1.8.4" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190" + integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ== + shell-quote@^1.6.1, shell-quote@^1.8.1: version "1.8.2" resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"