Skip to content

Commit 842a130

Browse files
authoredOct 29, 2021
Update to latest shell-quote (#30621)
1 parent fb100ee commit 842a130

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"rimraf": "2.6.3",
149149
"seedrandom": "3.0.5",
150150
"selenium-webdriver": "4.0.0-beta.4",
151-
"shell-quote": "1.7.2",
151+
"shell-quote": "1.7.3",
152152
"styled-jsx-plugin-postcss": "3.0.2",
153153
"tailwindcss": "1.1.3",
154154
"taskr": "1.1.0",

‎packages/react-dev-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"css.escape": "1.5.1",
2424
"data-uri-to-buffer": "3.0.1",
2525
"platform": "1.3.6",
26-
"shell-quote": "1.7.2",
26+
"shell-quote": "1.7.3",
2727
"source-map": "0.8.0-beta.0",
2828
"stacktrace-parser": "0.1.10",
2929
"strip-ansi": "6.0.1"

‎yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -17585,7 +17585,12 @@ shebang-regex@^3.0.0:
1758517585
version "3.0.0"
1758617586
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1758717587

17588-
shell-quote@1.7.2, shell-quote@^1.6.1:
17588+
shell-quote@1.7.3:
17589+
version "1.7.3"
17590+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
17591+
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
17592+
17593+
shell-quote@^1.6.1:
1758917594
version "1.7.2"
1759017595
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
1759117596

0 commit comments

Comments
 (0)
Please sign in to comment.