Skip to content

Commit ea0ec4f

Browse files
committed
fix: CVE-2026-9277 security vulnerability
Automated dependency upgrade by OrbisAI Security
1 parent 07dc003 commit ea0ec4f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,8 @@
131131
"fast-xml-parser": "^4.5.6",
132132
"yaml": "^2.8.3",
133133
"fast-uri": "^3.1.2"
134+
},
135+
"dependencies": {
136+
"shell-quote": "1.8.4"
134137
}
135138
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8386,6 +8386,11 @@ shebang-regex@^3.0.0:
83868386
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
83878387
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
83888388

8389+
shell-quote@1.8.4:
8390+
version "1.8.4"
8391+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190"
8392+
integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==
8393+
83898394
shell-quote@^1.6.1, shell-quote@^1.8.1:
83908395
version "1.8.2"
83918396
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"

0 commit comments

Comments
 (0)