Skip to content

Commit 54543d0

Browse files
authored
Merge pull request facebook#1173 from amgleitman/workspace-tools-0.18.4
Resolve workspace-tools to at least 0.18.4
2 parents 3df66a8 + a46969e commit 54543d0

2 files changed

Lines changed: 14 additions & 183 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,12 @@
210210
},
211211
"resolutions": {
212212
"async": "^3.2.2",
213-
"es5-ext": "0.10.53"
213+
"es5-ext": "0.10.53",
214+
"workspace-tools": "^0.18.4"
214215
},
215216
"_justification": {
216217
"async": "Versions of async prior to 3.2.2 are vulnerable to prototype pollution",
217-
"es5-ext": "Packages after 0.10.54 and at the moment up until 0.10.59 contain a protest message. A policy prevents us from using packages with protestware, therefore downgrading to the latest release without the message."
218+
"es5-ext": "Packages after 0.10.54 and at the moment up until 0.10.59 contain a protest message. A policy prevents us from using packages with protestware, therefore downgrading to the latest release without the message.",
219+
"workspace-tools": "Versions prior to 0.18.4 are vulnerable to command injection and prototype pollution attacks"
218220
}
219221
}

yarn.lock

Lines changed: 10 additions & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,61 +1127,6 @@
11271127
"@nodelib/fs.scandir" "2.1.5"
11281128
fastq "^1.6.0"
11291129

1130-
"@pnpm/constants@4.1.0":
1131-
version "4.1.0"
1132-
resolved "https://registry.yarnpkg.com/@pnpm/constants/-/constants-4.1.0.tgz#94d10416d4f78cf9adf77031360caf588ba4b8fb"
1133-
integrity sha512-kH6+y0IMPExiUnwk+BTXvaPSIp3SlBxTXK7JeW8hopJ2B8EVIwFOWLdXK85sJpr4+jxbtEn2spzLRx6Rcfh7xQ==
1134-
1135-
"@pnpm/error@1.4.0":
1136-
version "1.4.0"
1137-
resolved "https://registry.yarnpkg.com/@pnpm/error/-/error-1.4.0.tgz#6a3ce98a2e3f1b0614debaddd33a6c6597b493f3"
1138-
integrity sha512-vxkRrkneBPVmP23kyjnYwVOtipwlSl6UfL+h+Xa3TrABJTz5rYBXemlTsU5BzST8U4pD7YDkTb3SQu+MMuIDKA==
1139-
1140-
"@pnpm/lockfile-file@^3.0.7":
1141-
version "3.2.1"
1142-
resolved "https://registry.yarnpkg.com/@pnpm/lockfile-file/-/lockfile-file-3.2.1.tgz#b52a3c837f005e88cbecf8e7efc99409a7ba20fa"
1143-
integrity sha512-2fi4XHW8OBv9KsG9G33bKw2Lb2zHRP2g7kbt61p+ha/XHW9lRwS+Br5d1AmhbXTwgitKqXvQL4zf0B8exhiZSA==
1144-
dependencies:
1145-
"@pnpm/constants" "4.1.0"
1146-
"@pnpm/error" "1.4.0"
1147-
"@pnpm/lockfile-types" "2.2.0"
1148-
"@pnpm/merge-lockfile-changes" "1.0.1"
1149-
"@pnpm/types" "6.4.0"
1150-
"@zkochan/rimraf" "^1.0.0"
1151-
js-yaml "^4.0.0"
1152-
mz "^2.7.0"
1153-
normalize-path "^3.0.0"
1154-
ramda "^0.27.1"
1155-
strip-bom "^4.0.0"
1156-
write-file-atomic "^3.0.3"
1157-
1158-
"@pnpm/lockfile-types@2.2.0":
1159-
version "2.2.0"
1160-
resolved "https://registry.yarnpkg.com/@pnpm/lockfile-types/-/lockfile-types-2.2.0.tgz#5ccbd763c3a3e0c81da1cc42a80780eaecab04a8"
1161-
integrity sha512-JO+MeNdc6lKaAjUqtMSx0V2+NkGtPWIJsyXrNrGhzzazgVdr6kxJUZnuBQQ8SZUyxVAOjoTBZTOxoHcFuSfkTg==
1162-
1163-
"@pnpm/logger@^3.2.2":
1164-
version "3.2.3"
1165-
resolved "https://registry.yarnpkg.com/@pnpm/logger/-/logger-3.2.3.tgz#9426f153126f312a3069c9d9e8cb50bc692ceeb7"
1166-
integrity sha512-/nZCAUeKwlv1MldtOHSPDm5SuXBy4L4SoS30gYn9ti2N5XlUrVoXDE8Hq8EYfl+Knb1GQEDz04KjfFEDVsAsvg==
1167-
dependencies:
1168-
bole "npm:@zkochan/bole@^3.0.4"
1169-
ndjson "^1.5.0"
1170-
1171-
"@pnpm/merge-lockfile-changes@1.0.1":
1172-
version "1.0.1"
1173-
resolved "https://registry.yarnpkg.com/@pnpm/merge-lockfile-changes/-/merge-lockfile-changes-1.0.1.tgz#cf2fdb588cbe4fcccf669459c3f5dbdb1d55584f"
1174-
integrity sha512-eJg3mBAoIEp5jtf/WKZ+MO0ZFpLmBZ9oYzGn166EZX7wAiSvDNxWGnfJ2tc2YeIBd6kb7OC1OoTybm7gtR6D9g==
1175-
dependencies:
1176-
"@pnpm/lockfile-types" "2.2.0"
1177-
ramda "^0.27.1"
1178-
semver "^7.3.4"
1179-
1180-
"@pnpm/types@6.4.0":
1181-
version "6.4.0"
1182-
resolved "https://registry.yarnpkg.com/@pnpm/types/-/types-6.4.0.tgz#312c3bf0b43b003508cb21bd3815406ea0f3b669"
1183-
integrity sha512-nco4+4sZqNHn60Y4VE/fbtlShCBqipyUO+nKRPvDHqLrecMW9pzHWMVRxk4nrMRoeowj3q0rX3GYRBa8lsHTAg==
1184-
11851130
"@react-native-community/cli-debugger-ui@^6.0.0-rc.0":
11861131
version "6.0.0"
11871132
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-6.0.0.tgz#ef9eb1268d85c1bd3caf2c4d36dc350bb080f254"
@@ -1671,13 +1616,6 @@
16711616
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
16721617
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
16731618

1674-
"@zkochan/rimraf@^1.0.0":
1675-
version "1.0.1"
1676-
resolved "https://registry.yarnpkg.com/@zkochan/rimraf/-/rimraf-1.0.1.tgz#60bf82d813dc4e1953c04c740a4f3c308bd5704a"
1677-
integrity sha512-GIbPASozv6Pcn68adkbBCSjzut/JkCVzF7rSnWP7VSzD9Yi896Dl09OhGaXPiGWH3CxJrfSEcgutYieFIrrbrg==
1678-
dependencies:
1679-
rimraf "^3.0.2"
1680-
16811619
abab@^2.0.3, abab@^2.0.5:
16821620
version "2.0.6"
16831621
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -1813,11 +1751,6 @@ ansicolors@~0.3.2:
18131751
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
18141752
integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=
18151753

1816-
any-promise@^1.0.0:
1817-
version "1.3.0"
1818-
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
1819-
integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
1820-
18211754
anymatch@^2.0.0:
18221755
version "2.0.0"
18231756
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -2060,11 +1993,6 @@ asynckit@^0.4.0:
20601993
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
20611994
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
20621995

2063-
at-least-node@^1.0.0:
2064-
version "1.0.0"
2065-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
2066-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
2067-
20681996
atob@^2.1.2:
20691997
version "2.1.2"
20701998
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -2324,14 +2252,6 @@ bluebird@^3.5.4:
23242252
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
23252253
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
23262254

2327-
"bole@npm:@zkochan/bole@^3.0.4":
2328-
version "3.0.4"
2329-
resolved "https://registry.yarnpkg.com/@zkochan/bole/-/bole-3.0.4.tgz#9df7911130328c9a46f031e271c1c278eac04a7a"
2330-
integrity sha512-3iPQz6Z7A2aiKc9cxB+I4X0nKxOagBxWAl91+ukUyJ9El+DgejYgbfd4PtzUyam+JRXXydUCkKGKiWYj8EzrGw==
2331-
dependencies:
2332-
fast-safe-stringify "~1.1.0"
2333-
individual "~3.0.0"
2334-
23352255
bplist-creator@0.1.0:
23362256
version "0.1.0"
23372257
resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e"
@@ -3882,11 +3802,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
38823802
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
38833803
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
38843804

3885-
fast-safe-stringify@~1.1.0:
3886-
version "1.1.13"
3887-
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-1.1.13.tgz#a01e9cd9c9e491715c98a75a42d5f0bbd107ff76"
3888-
integrity sha1-oB6c2cnkkXFcmKdaQtXwu9EH/3Y=
3889-
38903805
fastq@^1.6.0:
38913806
version "1.13.0"
38923807
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
@@ -3967,14 +3882,6 @@ find-up@^4.0.0, find-up@^4.1.0:
39673882
locate-path "^5.0.0"
39683883
path-exists "^4.0.0"
39693884

3970-
find-yarn-workspace-root@^1.2.1:
3971-
version "1.2.1"
3972-
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
3973-
integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==
3974-
dependencies:
3975-
fs-extra "^4.0.3"
3976-
micromatch "^3.1.4"
3977-
39783885
flat-cache@^3.0.4:
39793886
version "3.0.4"
39803887
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -4064,7 +3971,7 @@ fs-extra@^1.0.0:
40643971
jsonfile "^2.1.0"
40653972
klaw "^1.0.0"
40663973

4067-
fs-extra@^4.0.2, fs-extra@^4.0.3:
3974+
fs-extra@^4.0.2:
40683975
version "4.0.3"
40693976
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
40703977
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
@@ -4082,16 +3989,6 @@ fs-extra@^8.0.0, fs-extra@^8.0.1, fs-extra@^8.1.0:
40823989
jsonfile "^4.0.0"
40833990
universalify "^0.1.0"
40843991

4085-
fs-extra@^9.0.0:
4086-
version "9.1.0"
4087-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
4088-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
4089-
dependencies:
4090-
at-least-node "^1.0.0"
4091-
graceful-fs "^4.2.0"
4092-
jsonfile "^6.0.1"
4093-
universalify "^2.0.0"
4094-
40953992
fs-extra@~7.0.1:
40963993
version "7.0.1"
40973994
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@@ -4536,11 +4433,6 @@ imurmurhash@^0.1.4:
45364433
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
45374434
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
45384435

4539-
individual@~3.0.0:
4540-
version "3.0.0"
4541-
resolved "https://registry.yarnpkg.com/individual/-/individual-3.0.0.tgz#e7ca4f85f8957b018734f285750dc22ec2f9862d"
4542-
integrity sha1-58pPhfiVewGHNPKFdQ3CLsL5hi0=
4543-
45444436
inflight@^1.0.4:
45454437
version "1.0.6"
45464438
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -5488,7 +5380,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
54885380
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
54895381
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
54905382

5491-
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
5383+
json-stringify-safe@~5.0.1:
54925384
version "5.0.1"
54935385
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
54945386
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
@@ -5512,15 +5404,6 @@ jsonfile@^4.0.0:
55125404
optionalDependencies:
55135405
graceful-fs "^4.1.6"
55145406

5515-
jsonfile@^6.0.1:
5516-
version "6.1.0"
5517-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
5518-
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
5519-
dependencies:
5520-
universalify "^2.0.0"
5521-
optionalDependencies:
5522-
graceful-fs "^4.1.6"
5523-
55245407
jsonify@~0.0.0:
55255408
version "0.0.0"
55265409
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -6305,15 +6188,6 @@ mv@~2:
63056188
ncp "~2.0.0"
63066189
rimraf "~2.4.0"
63076190

6308-
mz@^2.7.0:
6309-
version "2.7.0"
6310-
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
6311-
integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==
6312-
dependencies:
6313-
any-promise "^1.0.0"
6314-
object-assign "^4.0.1"
6315-
thenify-all "^1.0.0"
6316-
63176191
nan@^2.14.0:
63186192
version "2.15.0"
63196193
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
@@ -6346,16 +6220,6 @@ ncp@~2.0.0:
63466220
resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3"
63476221
integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=
63486222

6349-
ndjson@^1.5.0:
6350-
version "1.5.0"
6351-
resolved "https://registry.yarnpkg.com/ndjson/-/ndjson-1.5.0.tgz#ae603b36b134bcec347b452422b0bf98d5832ec8"
6352-
integrity sha1-rmA7NrE0vOw0e0UkIrC/mNWDLsg=
6353-
dependencies:
6354-
json-stringify-safe "^5.0.1"
6355-
minimist "^1.2.0"
6356-
split2 "^2.1.0"
6357-
through2 "^2.0.3"
6358-
63596223
negotiator@0.6.3:
63606224
version "0.6.3"
63616225
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
@@ -6513,7 +6377,7 @@ ob1@0.66.2:
65136377
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.66.2.tgz#8caf548202cf2688944bae47db405a08bca17a61"
65146378
integrity sha512-RFewnL/RjE0qQBOuM+2bbY96zmJPIge/aDtsiDbLSb+MOiK8CReAhBHDgL+zrA3F1hQk00lMWpUwYcep750plA==
65156379

6516-
object-assign@^4.0.1, object-assign@^4.1.1:
6380+
object-assign@^4.1.1:
65176381
version "4.1.1"
65186382
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
65196383
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
@@ -7069,11 +6933,6 @@ queue-microtask@^1.2.2:
70696933
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
70706934
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
70716935

7072-
ramda@^0.27.1:
7073-
version "0.27.2"
7074-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.2.tgz#84463226f7f36dc33592f6f4ed6374c48306c3f1"
7075-
integrity sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==
7076-
70776936
range-parser@~1.2.1:
70786937
version "1.2.1"
70796938
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
@@ -7567,7 +7426,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
75677426
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
75687427
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
75697428

7570-
semver@^7.0.0, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@~7.3.0:
7429+
semver@^7.0.0, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5, semver@~7.3.0:
75717430
version "7.3.7"
75727431
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
75737432
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
@@ -7865,13 +7724,6 @@ split-string@^3.0.1, split-string@^3.0.2:
78657724
dependencies:
78667725
extend-shallow "^3.0.0"
78677726

7868-
split2@^2.1.0:
7869-
version "2.2.0"
7870-
resolved "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493"
7871-
integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==
7872-
dependencies:
7873-
through2 "^2.0.2"
7874-
78757727
sprintf-js@~1.0.2:
78767728
version "1.0.3"
78777729
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -8171,26 +8023,12 @@ text-table@^0.2.0:
81718023
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
81728024
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
81738025

8174-
thenify-all@^1.0.0:
8175-
version "1.6.0"
8176-
resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
8177-
integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
8178-
dependencies:
8179-
thenify ">= 3.1.0 < 4"
8180-
8181-
"thenify@>= 3.1.0 < 4":
8182-
version "3.3.1"
8183-
resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f"
8184-
integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==
8185-
dependencies:
8186-
any-promise "^1.0.0"
8187-
81888026
throat@^5.0.0:
81898027
version "5.0.0"
81908028
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
81918029
integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
81928030

8193-
through2@^2.0.1, through2@^2.0.2, through2@^2.0.3:
8031+
through2@^2.0.1:
81948032
version "2.0.5"
81958033
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
81968034
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
@@ -8473,11 +8311,6 @@ universalify@^0.1.0, universalify@^0.1.2:
84738311
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
84748312
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
84758313

8476-
universalify@^2.0.0:
8477-
version "2.0.0"
8478-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
8479-
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
8480-
84818314
unpipe@~1.0.0:
84828315
version "1.0.0"
84838316
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -8714,17 +8547,13 @@ word-wrap@^1.2.3, word-wrap@~1.2.3:
87148547
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
87158548
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
87168549

8717-
workspace-tools@^0.12.3:
8718-
version "0.12.3"
8719-
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.12.3.tgz#71da0c7acdd65576cb7f666aca132abdbe5c3eb9"
8720-
integrity sha512-Toq4VI4GJw5naWxgXNU5/mmuu6PeiCRRZDkVOoeJacqQ6r0zRGWVBxE4YXQp2SADTKdC1ATwqsE+6bcJTZUmpA==
8550+
workspace-tools@^0.12.3, workspace-tools@^0.18.4:
8551+
version "0.18.4"
8552+
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.18.4.tgz#a59ca6dc864d07aafc06a9ff4a9ff093456b8765"
8553+
integrity sha512-ZdhlB4NEC3uJ4eW7snyHKOfzMC00HXWO2QbIU3aY8XBdtE+VrU2ajv+oxDUIZfCLD4Wlk3ltWaPt4Jk6IC9bMA==
87218554
dependencies:
8722-
"@pnpm/lockfile-file" "^3.0.7"
8723-
"@pnpm/logger" "^3.2.2"
87248555
"@yarnpkg/lockfile" "^1.1.0"
87258556
find-up "^4.1.0"
8726-
find-yarn-workspace-root "^1.2.1"
8727-
fs-extra "^9.0.0"
87288557
git-url-parse "^11.1.2"
87298558
globby "^11.0.0"
87308559
jju "^1.4.0"
@@ -8763,7 +8592,7 @@ write-file-atomic@^2.3.0:
87638592
imurmurhash "^0.1.4"
87648593
signal-exit "^3.0.2"
87658594

8766-
write-file-atomic@^3.0.0, write-file-atomic@^3.0.3:
8595+
write-file-atomic@^3.0.0:
87678596
version "3.0.3"
87688597
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8"
87698598
integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==

0 commit comments

Comments
 (0)