Skip to content

Commit caaeba5

Browse files
build(deps-dev): bump zx from 7.1.1 to 7.2.1 (#832)
Bumps [zx](https://github.com/google/zx) from 7.1.1 to 7.2.1. - [Release notes](https://github.com/google/zx/releases) - [Commits](google/zx@7.1.1...7.2.1) --- updated-dependencies: - dependency-name: zx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5205672 commit caaeba5

File tree

2 files changed

+64
-50
lines changed

2 files changed

+64
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"textlint": "^13.3.1",
2222
"textlint-filter-rule-comments": "^1.2.2",
2323
"textlint-rule-prh": "^5.3.0",
24-
"zx": "7.1.1"
24+
"zx": "7.2.1"
2525
}
2626
}

yarn.lock

Lines changed: 63 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,18 @@
197197
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.3.1.tgz#b733797329e126b305c4f2368fddd5f9132aff88"
198198
integrity sha512-gPGSVwWlu+F1jjB5kn9SenNPXvipT/wPIqqME057T2xbYTEV2PjhhS7nD17i0PqplUV4TCu0+Mrq8nyLSO819A==
199199

200-
"@types/fs-extra@^9.0.13":
201-
version "9.0.13"
202-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
203-
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
200+
"@types/fs-extra@^11.0.1":
201+
version "11.0.1"
202+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5"
203+
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
204+
dependencies:
205+
"@types/jsonfile" "*"
206+
"@types/node" "*"
207+
208+
"@types/jsonfile@*":
209+
version "6.1.1"
210+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
211+
integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
204212
dependencies:
205213
"@types/node" "*"
206214

@@ -216,10 +224,10 @@
216224
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
217225
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
218226

219-
"@types/node@*", "@types/node@^18.7.20":
220-
version "18.11.9"
221-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
222-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
227+
"@types/node@*", "@types/node@^18.14.2":
228+
version "18.15.5"
229+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.5.tgz#3af577099a99c61479149b716183e70b5239324a"
230+
integrity sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==
223231

224232
"@types/ps-tree@^1.1.2":
225233
version "1.1.2"
@@ -231,10 +239,10 @@
231239
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
232240
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
233241

234-
"@types/which@^2.0.1":
235-
version "2.0.1"
236-
resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.1.tgz#27ecd67f915b7c3d6ba552135bb1eecd66e63501"
237-
integrity sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==
242+
"@types/which@^2.0.2":
243+
version "2.0.2"
244+
resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.2.tgz#54541d02d6b1daee5ec01ac0d1b37cecf37db1ae"
245+
integrity sha512-113D3mDkZDjo+EeUEHCFy0qniNc1ZpecGiAU7WSo7YDoSzolZIQKpYFHrPpjkB2nuyahcKfrmLXeQlh7gqJYdw==
238246

239247
ajv@^8.0.1:
240248
version "8.11.0"
@@ -338,10 +346,10 @@ chalk@^4.1.2:
338346
ansi-styles "^4.1.0"
339347
supports-color "^7.1.0"
340348

341-
chalk@^5.0.1:
342-
version "5.0.1"
343-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
344-
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
349+
chalk@^5.2.0:
350+
version "5.2.0"
351+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
352+
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
345353

346354
character-entities-legacy@^1.0.0:
347355
version "1.1.2"
@@ -578,10 +586,10 @@ from@~0:
578586
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
579587
integrity sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==
580588

581-
fs-extra@^10.1.0:
582-
version "10.1.0"
583-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
584-
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
589+
fs-extra@^11.1.0:
590+
version "11.1.1"
591+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
592+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
585593
dependencies:
586594
graceful-fs "^4.2.0"
587595
jsonfile "^6.0.1"
@@ -620,10 +628,10 @@ glob@^7.1.3, glob@^7.2.3:
620628
once "^1.3.0"
621629
path-is-absolute "^1.0.0"
622630

623-
globby@^13.1.2:
624-
version "13.1.2"
625-
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515"
626-
integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==
631+
globby@^13.1.3:
632+
version "13.1.3"
633+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff"
634+
integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==
627635
dependencies:
628636
dir-glob "^3.0.1"
629637
fast-glob "^3.2.11"
@@ -1054,10 +1062,10 @@ minimatch@^3.1.1:
10541062
dependencies:
10551063
brace-expansion "^1.1.7"
10561064

1057-
minimist@^1.2.6:
1058-
version "1.2.6"
1059-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
1060-
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
1065+
minimist@^1.2.6, minimist@^1.2.8:
1066+
version "1.2.8"
1067+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
1068+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
10611069

10621070
mkdirp@^0.5.1, mkdirp@^0.5.6:
10631071
version "0.5.6"
@@ -1675,10 +1683,15 @@ web-streams-polyfill@^3.0.3:
16751683
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
16761684
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
16771685

1678-
which@^2.0.2:
1679-
version "2.0.2"
1680-
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
1681-
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
1686+
webpod@^0:
1687+
version "0.0.2"
1688+
resolved "https://registry.yarnpkg.com/webpod/-/webpod-0.0.2.tgz#b577c93604fd23596488735887168b3236e3adae"
1689+
integrity sha512-cSwwQIeg8v4i3p4ajHhwgR7N6VyxAf+KYSSsY6Pd3aETE+xEU4vbitz7qQkB0I321xnhDdgtxuiSfk5r/FVtjg==
1690+
1691+
which@^3.0.0:
1692+
version "3.0.0"
1693+
resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e"
1694+
integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==
16821695
dependencies:
16831696
isexe "^2.0.0"
16841697

@@ -1699,31 +1712,32 @@ write@1.0.3:
16991712
dependencies:
17001713
mkdirp "^0.5.1"
17011714

1702-
yaml@^2.1.1:
1703-
version "2.1.1"
1704-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec"
1705-
integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==
1715+
yaml@^2.2.1:
1716+
version "2.2.1"
1717+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
1718+
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
17061719

17071720
zwitch@^1.0.0:
17081721
version "1.0.5"
17091722
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
17101723
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
17111724

1712-
zx@7.1.1:
1713-
version "7.1.1"
1714-
resolved "https://registry.yarnpkg.com/zx/-/zx-7.1.1.tgz#8dc709fb8acd90ae5f39476145e5a2f3883dca1e"
1715-
integrity sha512-5YlTO2AJ+Ku2YuZKSSSqnUKuagcM/f/j4LmHs15O84Ch80Z9gzR09ZK3gR7GV+rc8IFpz2H/XNFtFVmj31yrZA==
1725+
zx@7.2.1:
1726+
version "7.2.1"
1727+
resolved "https://registry.yarnpkg.com/zx/-/zx-7.2.1.tgz#67b52c576f4df0ebf3b5d3659e43021156e38247"
1728+
integrity sha512-TgKwppaMLMNAXHhlhbBh7rMoOSx3/9qqnkv8frmhVlSomEuWkDijh/BCmYntkoS7ZQyemApAUyEi24jIrrS+hA==
17161729
dependencies:
1717-
"@types/fs-extra" "^9.0.13"
1730+
"@types/fs-extra" "^11.0.1"
17181731
"@types/minimist" "^1.2.2"
1719-
"@types/node" "^18.7.20"
1732+
"@types/node" "^18.14.2"
17201733
"@types/ps-tree" "^1.1.2"
1721-
"@types/which" "^2.0.1"
1722-
chalk "^5.0.1"
1723-
fs-extra "^10.1.0"
1724-
globby "^13.1.2"
1725-
minimist "^1.2.6"
1734+
"@types/which" "^2.0.2"
1735+
chalk "^5.2.0"
1736+
fs-extra "^11.1.0"
1737+
globby "^13.1.3"
1738+
minimist "^1.2.8"
17261739
node-fetch "3.2.10"
17271740
ps-tree "^1.2.0"
1728-
which "^2.0.2"
1729-
yaml "^2.1.1"
1741+
webpod "^0"
1742+
which "^3.0.0"
1743+
yaml "^2.2.1"

0 commit comments

Comments
 (0)