From b0e4f74139e94e298fd99fcfd4ec0255c844e073 Mon Sep 17 00:00:00 2001 From: anupamme Date: Sun, 23 Aug 2026 11:16:33 +0000 Subject: [PATCH] fix: CVE-2026-9277 security vulnerability Automated dependency upgrade by OrbisAI Security --- package.json | 3 ++- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b9e9c8c3f42..8aa59afc12a 100644 --- a/package.json +++ b/package.json @@ -129,6 +129,7 @@ "@xmldom/xmldom": "^0.8.13", "fast-xml-parser": "^4.5.6", "yaml": "^2.8.3", - "fast-uri": "^3.1.2" + "fast-uri": "^3.1.2", + "shell-quote": "1.9.0" } } diff --git a/yarn.lock b/yarn.lock index fdc76eff84a..4a54b05ca9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8366,10 +8366,10 @@ 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.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" - integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA== +shell-quote@1.9.0, shell-quote@^1.6.1, shell-quote@^1.8.1: + version "1.9.0" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.9.0.tgz#e108b1a136586d5964edb3300016d4bedba0fe57" + integrity sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA== shelljs@^0.8.5: version "0.8.5"