@@ -1445,6 +1445,16 @@ agent-base@6:
1445
1445
dependencies :
1446
1446
debug "4"
1447
1447
1448
+ ajv@^8.6.3 :
1449
+ version "8.11.0"
1450
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
1451
+ integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
1452
+ dependencies :
1453
+ fast-deep-equal "^3.1.1"
1454
+ json-schema-traverse "^1.0.0"
1455
+ require-from-string "^2.0.2"
1456
+ uri-js "^4.2.2"
1457
+
1448
1458
anser@^1.4.9 :
1449
1459
version "1.4.10"
1450
1460
resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b"
@@ -1859,10 +1869,10 @@ buffer-from@^1.0.0:
1859
1869
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
1860
1870
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
1861
1871
1862
- bunyan-debug-stream@^1.1.0 :
1863
- version "1.1.2 "
1864
- resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-1.1.2. tgz#3d09a788a8ddf37a23b6840e7e19cf46239bc7b4 "
1865
- integrity sha512-mNU4QelBu9tUyE6VA0+AQdyillEMefx/2h7xkNL1Uvhw5w9JWtwGWAb7Rdnmj9opmwEaPrRvnJSy2+c1q47+sA ==
1872
+ bunyan-debug-stream@^2.0.1 :
1873
+ version "2.0.1 "
1874
+ resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-2.0.1. tgz#9bd7c7e30c7b2cf711317e9d37529b0464c3b164 "
1875
+ integrity sha512-MCEoqggU7NMt7f2O+PU8VkqfSkoQoa4lmN/OWhaRfqFRBF1Se2TOXQyLF6NxC+EtfrdthnquQe8jOe83fpEoGA ==
1866
1876
dependencies :
1867
1877
colors "1.4.0"
1868
1878
exception-formatter "^1.0.4"
@@ -2385,19 +2395,19 @@ detect-newline@^3.0.0:
2385
2395
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
2386
2396
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
2387
2397
2388
- detox@^18.20.1 :
2389
- version "18.23.1 "
2390
- resolved "https://registry.yarnpkg.com/detox/-/detox-18.23.1 .tgz#f09f5e50291cdab3d62dc40ff2e8bb5cfb3cb776 "
2391
- integrity sha512-MnOXfTcBBcXTrlLk3EeHq1nEfob79nChZbfOtlEummyec/X+PQzEvmKk2cvsUzu1f7GiNbCiBKN66w47Z7b/CQ ==
2398
+ detox@^19.12.6 :
2399
+ version "19.12.6 "
2400
+ resolved "https://registry.yarnpkg.com/detox/-/detox-19.12.6 .tgz#39cf99c23944a3d1a3724fb1e67f92f05e90753a "
2401
+ integrity sha512-Mf9ZaJLHsgCDLJnFZg50h/HwqZHXnc+yRQkqU1Rw7ZNdICkeg8mJDJY/mN+A2GkA8zdFRARrZ3PoAKtQpVPEFg ==
2392
2402
dependencies :
2403
+ ajv "^8.6.3"
2393
2404
bunyan "^1.8.12"
2394
- bunyan-debug-stream "^1.1.0 "
2405
+ bunyan-debug-stream "^2.0.1 "
2395
2406
chalk "^2.4.2"
2396
2407
child-process-promise "^2.2.0"
2397
2408
find-up "^4.1.0"
2398
2409
fs-extra "^4.0.2"
2399
2410
funpermaproxy "^1.0.1"
2400
- get-port "^2.1.0"
2401
2411
ini "^1.3.4"
2402
2412
lodash "^4.17.5"
2403
2413
minimist "^1.2.0"
@@ -2414,6 +2424,7 @@ detox@^18.20.1:
2414
2424
which "^1.3.1"
2415
2425
ws "^7.0.0"
2416
2426
yargs "^16.0.3"
2427
+ yargs-parser "^20.2.2"
2417
2428
yargs-unparser "^2.0.0"
2418
2429
2419
2430
diff-sequences@^26.6.2 :
@@ -2680,6 +2691,11 @@ extglob@^2.0.4:
2680
2691
snapdragon "^0.8.1"
2681
2692
to-regex "^3.0.1"
2682
2693
2694
+ fast-deep-equal@^3.1.1 :
2695
+ version "3.1.3"
2696
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
2697
+ integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
2698
+
2683
2699
fast-json-stable-stringify@^2.0.0 :
2684
2700
version "2.1.0"
2685
2701
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2871,13 +2887,6 @@ get-package-type@^0.1.0:
2871
2887
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
2872
2888
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
2873
2889
2874
- get-port@^2.1.0 :
2875
- version "2.1.0"
2876
- resolved "https://registry.yarnpkg.com/get-port/-/get-port-2.1.0.tgz#8783f9dcebd1eea495a334e1a6a251e78887ab1a"
2877
- integrity sha512-Za6hwpIQjqx3rxtqHZpVdn4r/74EkANdpp4GKJO2GcjsRrnMD5QfiuDIcEckUrtmCIC13FNZqNkhmucZvNrjhg==
2878
- dependencies :
2879
- pinkie-promise "^2.0.0"
2880
-
2881
2890
get-stream@^4.0.0 :
2882
2891
version "4.1.0"
2883
2892
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -4084,6 +4093,11 @@ json-parse-even-better-errors@^2.3.0:
4084
4093
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
4085
4094
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
4086
4095
4096
+ json-schema-traverse@^1.0.0 :
4097
+ version "1.0.0"
4098
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
4099
+ integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
4100
+
4087
4101
json5@^0.5.1 :
4088
4102
version "0.5.1"
4089
4103
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
@@ -5042,18 +5056,6 @@ pify@^4.0.1:
5042
5056
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
5043
5057
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
5044
5058
5045
- pinkie-promise@^2.0.0 :
5046
- version "2.0.1"
5047
- resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
5048
- integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==
5049
- dependencies :
5050
- pinkie "^2.0.0"
5051
-
5052
- pinkie@^2.0.0 :
5053
- version "2.0.4"
5054
- resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
5055
- integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
5056
-
5057
5059
pirates@^4.0.1, pirates@^4.0.4, pirates@^4.0.5 :
5058
5060
version "4.0.5"
5059
5061
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
@@ -5178,7 +5180,7 @@ pump@^3.0.0:
5178
5180
end-of-stream "^1.1.0"
5179
5181
once "^1.3.1"
5180
5182
5181
- punycode@^2.1.1 :
5183
+ punycode@^2.1.0, punycode@^2.1. 1 :
5182
5184
version "2.1.1"
5183
5185
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
5184
5186
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
@@ -5396,6 +5398,11 @@ require-directory@^2.1.1:
5396
5398
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
5397
5399
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
5398
5400
5401
+ require-from-string@^2.0.2 :
5402
+ version "2.0.2"
5403
+ resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
5404
+ integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
5405
+
5399
5406
require-main-filename@^2.0.0 :
5400
5407
version "2.0.0"
5401
5408
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -6238,6 +6245,13 @@ unset-value@^1.0.0:
6238
6245
has-value "^0.3.1"
6239
6246
isobject "^3.0.0"
6240
6247
6248
+ uri-js@^4.2.2 :
6249
+ version "4.4.1"
6250
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
6251
+ integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
6252
+ dependencies :
6253
+ punycode "^2.1.0"
6254
+
6241
6255
urix@^0.1.0 :
6242
6256
version "0.1.0"
6243
6257
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
0 commit comments