Skip to content

Commit 4ca5e30

Browse files
committed
fix: upgrade shell-quote resolution
1 parent c9044db commit 4ca5e30

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"@babel/traverse": "7.28.4",
188188
"base-x": "3.0.11",
189189
"cross-spawn": "7.0.6",
190+
"shell-quote": "1.8.4",
190191
"webpack-dev-middleware": "5.3.4",
191192
"axios": "1.15.2"
192193
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9596,10 +9596,10 @@ shebang-regex@^3.0.0:
95969596
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
95979597
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
95989598

9599-
shell-quote@^1.7.3:
9600-
version "1.7.3"
9601-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
9602-
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
9599+
shell-quote@1.8.4, shell-quote@^1.7.3:
9600+
version "1.8.4"
9601+
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190"
9602+
integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==
96039603

96049604
side-channel@^1.0.4:
96059605
version "1.0.4"

0 commit comments

Comments
 (0)