@@ -2727,6 +2727,17 @@ array-union@^2.1.0:
2727
2727
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
2728
2728
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
2729
2729
2730
+ array.prototype.findlastindex@^1.2.2 :
2731
+ version "1.2.2"
2732
+ resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b"
2733
+ integrity sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==
2734
+ dependencies :
2735
+ call-bind "^1.0.2"
2736
+ define-properties "^1.1.4"
2737
+ es-abstract "^1.20.4"
2738
+ es-shim-unscopables "^1.0.0"
2739
+ get-intrinsic "^1.1.3"
2740
+
2730
2741
array.prototype.flat@^1.3.1 :
2731
2742
version "1.3.1"
2732
2743
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
@@ -4268,7 +4279,7 @@ eslint-import-resolver-node@^0.3.7:
4268
4279
is-core-module "^2.11.0"
4269
4280
resolve "^1.22.1"
4270
4281
4271
- eslint-module-utils@^2.7.4 :
4282
+ eslint-module-utils@^2.8.0 :
4272
4283
version "2.8.0"
4273
4284
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
4274
4285
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
@@ -4292,25 +4303,28 @@ eslint-plugin-flowtype@^8.0.3:
4292
4303
string-natural-compare "^3.0.1"
4293
4304
4294
4305
eslint-plugin-import@^2.25.3, eslint-plugin-import@^2.27.5 :
4295
- version "2.27.5 "
4296
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5 .tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65 "
4297
- integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow ==
4306
+ version "2.28.0 "
4307
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0 .tgz#8d66d6925117b06c4018d491ae84469eb3cb1005 "
4308
+ integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q ==
4298
4309
dependencies :
4299
4310
array-includes "^3.1.6"
4311
+ array.prototype.findlastindex "^1.2.2"
4300
4312
array.prototype.flat "^1.3.1"
4301
4313
array.prototype.flatmap "^1.3.1"
4302
4314
debug "^3.2.7"
4303
4315
doctrine "^2.1.0"
4304
4316
eslint-import-resolver-node "^0.3.7"
4305
- eslint-module-utils "^2.7.4 "
4317
+ eslint-module-utils "^2.8.0 "
4306
4318
has "^1.0.3"
4307
- is-core-module "^2.11.0 "
4319
+ is-core-module "^2.12.1 "
4308
4320
is-glob "^4.0.3"
4309
4321
minimatch "^3.1.2"
4322
+ object.fromentries "^2.0.6"
4323
+ object.groupby "^1.0.0"
4310
4324
object.values "^1.1.6"
4311
- resolve "^1.22.1 "
4312
- semver "^6.3.0 "
4313
- tsconfig-paths "^3.14.1 "
4325
+ resolve "^1.22.3 "
4326
+ semver "^6.3.1 "
4327
+ tsconfig-paths "^3.14.2 "
4314
4328
4315
4329
eslint-plugin-jest@^25.3.0 :
4316
4330
version "25.7.0"
@@ -5426,7 +5440,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
5426
5440
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
5427
5441
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
5428
5442
5429
- is-core-module@^2.11.0, is-core-module@^2.12.1, is-core-module@^2.5.0, is-core-module@^2.9.0 :
5443
+ is-core-module@^2.11.0, is-core-module@^2.12.0, is-core-module@^2.12. 1, is-core-module@^2.5.0, is-core-module@^2.9.0 :
5430
5444
version "2.12.1"
5431
5445
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
5432
5446
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
@@ -6895,6 +6909,16 @@ object.getownpropertydescriptors@^2.1.0:
6895
6909
es-abstract "^1.21.2"
6896
6910
safe-array-concat "^1.0.0"
6897
6911
6912
+ object.groupby@^1.0.0 :
6913
+ version "1.0.0"
6914
+ resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.0.tgz#cb29259cf90f37e7bac6437686c1ea8c916d12a9"
6915
+ integrity sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==
6916
+ dependencies :
6917
+ call-bind "^1.0.2"
6918
+ define-properties "^1.2.0"
6919
+ es-abstract "^1.21.2"
6920
+ get-intrinsic "^1.2.1"
6921
+
6898
6922
object.hasown@^1.1.2 :
6899
6923
version "1.1.2"
6900
6924
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
@@ -8190,6 +8214,15 @@ resolve@^1.1.7, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22
8190
8214
path-parse "^1.0.7"
8191
8215
supports-preserve-symlinks-flag "^1.0.0"
8192
8216
8217
+ resolve@^1.22.3 :
8218
+ version "1.22.3"
8219
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
8220
+ integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
8221
+ dependencies :
8222
+ is-core-module "^2.12.0"
8223
+ path-parse "^1.0.7"
8224
+ supports-preserve-symlinks-flag "^1.0.0"
8225
+
8193
8226
resolve@^2.0.0-next.4 :
8194
8227
version "2.0.0-next.4"
8195
8228
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
@@ -9161,7 +9194,7 @@ ts-interface-checker@^0.1.9:
9161
9194
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
9162
9195
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
9163
9196
9164
- tsconfig-paths@^3.14.1 :
9197
+ tsconfig-paths@^3.14.2 :
9165
9198
version "3.14.2"
9166
9199
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
9167
9200
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
0 commit comments