@@ -4513,33 +4513,31 @@ eslint-import-resolver-node@^0.3.6:
4513
4513
debug "^3.2.7"
4514
4514
resolve "^1.20.0"
4515
4515
4516
- eslint-module-utils@^2.7.0 :
4517
- version "2.7.0 "
4518
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0 .tgz#9e97c12688113401259b39d960e6a1f09f966435 "
4519
- integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg ==
4516
+ eslint-module-utils@^2.7.3 :
4517
+ version "2.7.4 "
4518
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4 .tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974 "
4519
+ integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA ==
4520
4520
dependencies:
4521
4521
debug "^3.2.7"
4522
- find-up "^2.1.0"
4523
- pkg-dir "^2.0.0"
4524
4522
4525
- eslint-plugin-import@2.25.2 :
4526
- version "2.25.2 "
4527
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2 .tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9 "
4528
- integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g ==
4523
+ eslint-plugin-import@2.26.0 :
4524
+ version "2.26.0 "
4525
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0 .tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b "
4526
+ integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA ==
4529
4527
dependencies:
4530
4528
array-includes "^3.1.4"
4531
4529
array.prototype.flat "^1.2.5"
4532
4530
debug "^2.6.9"
4533
4531
doctrine "^2.1.0"
4534
4532
eslint-import-resolver-node "^0.3.6"
4535
- eslint-module-utils "^2.7.0 "
4533
+ eslint-module-utils "^2.7.3 "
4536
4534
has "^1.0.3"
4537
- is-core-module "^2.7.0 "
4535
+ is-core-module "^2.8.1 "
4538
4536
is-glob "^4.0.3"
4539
- minimatch "^3.0.4 "
4537
+ minimatch "^3.1.2 "
4540
4538
object.values "^1.1.5"
4541
- resolve "^1.20 .0"
4542
- tsconfig-paths "^3.11.0 "
4539
+ resolve "^1.22 .0"
4540
+ tsconfig-paths "^3.14.1 "
4543
4541
4544
4542
eslint-plugin-jsx-a11y@6.4.1:
4545
4543
version "6.4.1"
@@ -6427,10 +6425,10 @@ is-core-module@^2.2.0:
6427
6425
dependencies:
6428
6426
has "^1.0.3"
6429
6427
6430
- is-core-module@^2.7 .0:
6431
- version "2.7 .0"
6432
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7 .0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3 "
6433
- integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ ==
6428
+ is-core-module@^2.8.1, is-core-module@^2.9 .0:
6429
+ version "2.10 .0"
6430
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10 .0.tgz#9012ede0a91c69587e647514e1d5277019e728ed "
6431
+ integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg ==
6434
6432
dependencies:
6435
6433
has "^1.0.3"
6436
6434
@@ -8082,11 +8080,23 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
8082
8080
dependencies:
8083
8081
brace-expansion "^1.1.7"
8084
8082
8083
+ minimatch@^3.1.2:
8084
+ version "3.1.2"
8085
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8086
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8087
+ dependencies:
8088
+ brace-expansion "^1.1.7"
8089
+
8085
8090
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
8086
8091
version "1.2.5"
8087
8092
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
8088
8093
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
8089
8094
8095
+ minimist@^1.2.6:
8096
+ version "1.2.6"
8097
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
8098
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
8099
+
8090
8100
minipass-collect@^1.0.2:
8091
8101
version "1.0.2"
8092
8102
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
@@ -9236,7 +9246,7 @@ path-key@^2.0.0, path-key@^2.0.1:
9236
9246
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
9237
9247
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
9238
9248
9239
- path-parse@^1.0.5, path-parse@^1.0.6:
9249
+ path-parse@^1.0.5, path-parse@^1.0.6, path-parse@^1.0.7 :
9240
9250
version "1.0.7"
9241
9251
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
9242
9252
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -10701,6 +10711,15 @@ resolve@^1.20.0:
10701
10711
is-core-module "^2.2.0"
10702
10712
path-parse "^1.0.6"
10703
10713
10714
+ resolve@^1.22.0:
10715
+ version "1.22.1"
10716
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
10717
+ integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
10718
+ dependencies:
10719
+ is-core-module "^2.9.0"
10720
+ path-parse "^1.0.7"
10721
+ supports-preserve-symlinks-flag "^1.0.0"
10722
+
10704
10723
resolve@^2.0.0-next.3:
10705
10724
version "2.0.0-next.3"
10706
10725
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -11786,6 +11805,11 @@ supports-color@^7.1.0:
11786
11805
dependencies:
11787
11806
has-flag "^4.0.0"
11788
11807
11808
+ supports-preserve-symlinks-flag@^1.0.0:
11809
+ version "1.0.0"
11810
+ resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
11811
+ integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
11812
+
11789
11813
svg-tag-names@^1.1.0:
11790
11814
version "1.1.1"
11791
11815
resolved "https://registry.yarnpkg.com/svg-tag-names/-/svg-tag-names-1.1.1.tgz#9641b29ef71025ee094c7043f7cdde7d99fbd50a"
@@ -12044,14 +12068,14 @@ trim-right@^1.0.1:
12044
12068
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
12045
12069
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
12046
12070
12047
- tsconfig-paths@^3.11.0 :
12048
- version "3.11.0 "
12049
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0 .tgz#954c1fe973da6339c78e06b03ce2e48810b65f36 "
12050
- integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA ==
12071
+ tsconfig-paths@^3.14.1 :
12072
+ version "3.14.1 "
12073
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1 .tgz#ba0734599e8ea36c862798e920bcf163277b137a "
12074
+ integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ ==
12051
12075
dependencies:
12052
12076
"@types/json5" "^0.0.29"
12053
12077
json5 "^1.0.1"
12054
- minimist "^1.2.0 "
12078
+ minimist "^1.2.6 "
12055
12079
strip-bom "^3.0.0"
12056
12080
12057
12081
tslib@^1.9.0:
0 commit comments