1256
1256
dependencies :
1257
1257
" @types/istanbul-lib-report" " *"
1258
1258
1259
+ " @types/json5@^0.0.29 " :
1260
+ version "0.0.29"
1261
+ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1262
+ integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1263
+
1259
1264
" @types/node@* " :
1260
1265
version "16.0.1"
1261
1266
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.1.tgz#70cedfda26af7a2ca073fdcc9beb2fff4aa693f8"
@@ -2557,18 +2562,18 @@ eslint-config-standard@^14.1.1:
2557
2562
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
2558
2563
integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==
2559
2564
2560
- eslint-import-resolver-node@^0.3.4 :
2561
- version "0.3.4 "
2562
- resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4 .tgz#85ffa81942c25012d8231096ddf679c03042c717 "
2563
- integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA ==
2565
+ eslint-import-resolver-node@^0.3.6 :
2566
+ version "0.3.6 "
2567
+ resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6 .tgz#4048b958395da89668252001dbd9eca6b83bacbd "
2568
+ integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw ==
2564
2569
dependencies :
2565
- debug "^2.6.9 "
2566
- resolve "^1.13.1 "
2570
+ debug "^3.2.7 "
2571
+ resolve "^1.20.0 "
2567
2572
2568
- eslint-module-utils@^2.6.1 :
2569
- version "2.6.1 "
2570
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1 .tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233 "
2571
- integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A ==
2573
+ eslint-module-utils@^2.6.2 :
2574
+ version "2.6.2 "
2575
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2 .tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534 "
2576
+ integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q ==
2572
2577
dependencies :
2573
2578
debug "^3.2.7"
2574
2579
pkg-dir "^2.0.0"
@@ -2581,26 +2586,26 @@ eslint-plugin-es@^3.0.0:
2581
2586
eslint-utils "^2.0.0"
2582
2587
regexpp "^3.0.0"
2583
2588
2584
- eslint-plugin-import@^2.23.4 :
2585
- version "2.23.4 "
2586
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4 .tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97 "
2587
- integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ ==
2589
+ eslint-plugin-import@^2.24.2 :
2590
+ version "2.24.2 "
2591
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2 .tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da "
2592
+ integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q ==
2588
2593
dependencies :
2589
2594
array-includes "^3.1.3"
2590
2595
array.prototype.flat "^1.2.4"
2591
2596
debug "^2.6.9"
2592
2597
doctrine "^2.1.0"
2593
- eslint-import-resolver-node "^0.3.4 "
2594
- eslint-module-utils "^2.6.1 "
2598
+ eslint-import-resolver-node "^0.3.6 "
2599
+ eslint-module-utils "^2.6.2 "
2595
2600
find-up "^2.0.0"
2596
2601
has "^1.0.3"
2597
- is-core-module "^2.4 .0"
2602
+ is-core-module "^2.6 .0"
2598
2603
minimatch "^3.0.4"
2599
- object.values "^1.1.3 "
2604
+ object.values "^1.1.4 "
2600
2605
pkg-up "^2.0.0"
2601
2606
read-pkg-up "^3.0.0"
2602
2607
resolve "^1.20.0"
2603
- tsconfig-paths "^3.9 .0"
2608
+ tsconfig-paths "^3.11 .0"
2604
2609
2605
2610
eslint-plugin-node@^11.1.0 :
2606
2611
version "11.1.0"
@@ -3442,13 +3447,20 @@ is-ci@^3.0.0:
3442
3447
dependencies :
3443
3448
ci-info "^3.1.1"
3444
3449
3445
- is-core-module@^2.2.0, is-core-module@^2.4.0 :
3450
+ is-core-module@^2.2.0 :
3446
3451
version "2.4.0"
3447
3452
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
3448
3453
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
3449
3454
dependencies :
3450
3455
has "^1.0.3"
3451
3456
3457
+ is-core-module@^2.6.0 :
3458
+ version "2.6.0"
3459
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
3460
+ integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
3461
+ dependencies :
3462
+ has "^1.0.3"
3463
+
3452
3464
is-data-descriptor@^0.1.4 :
3453
3465
version "0.1.4"
3454
3466
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -4301,7 +4313,14 @@ json-stable-stringify-without-jsonify@^1.0.1:
4301
4313
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
4302
4314
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
4303
4315
4304
- json5@^2.1.2, json5@^2.2.0 :
4316
+ json5@^1.0.1 :
4317
+ version "1.0.1"
4318
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4319
+ integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4320
+ dependencies :
4321
+ minimist "^1.2.0"
4322
+
4323
+ json5@^2.1.2 :
4305
4324
version "2.2.0"
4306
4325
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
4307
4326
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
@@ -5171,7 +5190,7 @@ object.pick@^1.3.0:
5171
5190
dependencies :
5172
5191
isobject "^3.0.1"
5173
5192
5174
- object.values@^1.1.3 :
5193
+ object.values@^1.1.4 :
5175
5194
version "1.1.4"
5176
5195
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
5177
5196
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -5772,7 +5791,7 @@ resolve-url@^0.2.1:
5772
5791
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
5773
5792
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
5774
5793
5775
- resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1. 14.2, resolve@^1.20.0 :
5794
+ resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20.0 :
5776
5795
version "1.20.0"
5777
5796
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
5778
5797
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -6487,12 +6506,13 @@ tree-kill@~1.2.0:
6487
6506
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
6488
6507
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
6489
6508
6490
- tsconfig-paths@^3.9 .0 :
6491
- version "3.10.1 "
6492
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1 .tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7 "
6493
- integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q ==
6509
+ tsconfig-paths@^3.11 .0 :
6510
+ version "3.11.0 "
6511
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0 .tgz#954c1fe973da6339c78e06b03ce2e48810b65f36 "
6512
+ integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA ==
6494
6513
dependencies :
6495
- json5 "^2.2.0"
6514
+ " @types/json5" " ^0.0.29"
6515
+ json5 "^1.0.1"
6496
6516
minimist "^1.2.0"
6497
6517
strip-bom "^3.0.0"
6498
6518
0 commit comments