Skip to content

Commit 68950a9

Browse files
anupammeclaude
andcommitted
fix: move shell-quote pin to resolutions block (address review)
Address reviewer feedback: shell-quote 1.8.4 (CVE-2026-9277 fix) belongs in the yarn resolutions block, not a new top-level dependencies block. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 07dc003 commit 68950a9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
"@xmldom/xmldom": "^0.8.13",
131131
"fast-xml-parser": "^4.5.6",
132132
"yaml": "^2.8.3",
133-
"fast-uri": "^3.1.2"
133+
"fast-uri": "^3.1.2",
134+
"shell-quote": "1.8.4"
134135
}
135136
}

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)