@@ -3363,16 +3363,16 @@ babel-plugin-jest-hoist@^24.9.0:
3363
3363
dependencies:
3364
3364
"@types/babel__traverse" "^7.0.6"
3365
3365
3366
- babel-plugin-module-resolver@3.2.0 :
3367
- version "3.2.0 "
3368
- resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0. tgz#ddfa5e301e3b9aa12d852a9979f18b37881ff5a7 "
3369
- integrity sha512-tjR0GvSndzPew/Iayf4uICWZqjBwnlMWjSx6brryfQ81F9rxBVqwDJtFCV8oOs0+vJeefK9TmdZtkIFdFe1UnA ==
3366
+ babel-plugin-module-resolver@5.0.2 :
3367
+ version "5.0.2 "
3368
+ resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2. tgz#cdeac5d4aaa3b08dd1ac23ddbf516660ed2d293e "
3369
+ integrity sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg ==
3370
3370
dependencies:
3371
- find-babel-config "^1 .1.0 "
3372
- glob "^7.1.2 "
3373
- pkg-up "^2.0 .0"
3374
- reselect "^3.0.1 "
3375
- resolve "^1.4.0 "
3371
+ find-babel-config "^2 .1.1 "
3372
+ glob "^9.3.3 "
3373
+ pkg-up "^3.1 .0"
3374
+ reselect "^4.1.7 "
3375
+ resolve "^1.22.8 "
3376
3376
3377
3377
babel-plugin-polyfill-corejs2@^0.4.10:
3378
3378
version "0.4.11"
@@ -3579,6 +3579,13 @@ brace-expansion@^1.1.7:
3579
3579
balanced-match "^1.0.0"
3580
3580
concat-map "0.0.1"
3581
3581
3582
+ brace-expansion@^2.0.1:
3583
+ version "2.0.1"
3584
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3585
+ integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3586
+ dependencies:
3587
+ balanced-match "^1.0.0"
3588
+
3582
3589
braces@^2.3.1, braces@^2.3.2:
3583
3590
version "2.3.2"
3584
3591
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -6214,13 +6221,12 @@ finalhandler@~1.1.2:
6214
6221
statuses "~1.5.0"
6215
6222
unpipe "~1.0.0"
6216
6223
6217
- find-babel-config@^1 .1.0 :
6218
- version "1 .1.0 "
6219
- resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-1 .1.0 .tgz#acc01043a6749fec34429be6b64f542ebb5d6355 "
6220
- integrity sha1-rMAQQ6Z0n+w0Qpvmtk9ULrtdY1U =
6224
+ find-babel-config@^2 .1.1 :
6225
+ version "2 .1.2 "
6226
+ resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-2 .1.2 .tgz#2841b1bfbbbcdb971e1e39df8cbc43dafa901716 "
6227
+ integrity sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg= =
6221
6228
dependencies:
6222
- json5 "^0.5.1"
6223
- path-exists "^3.0.0"
6229
+ json5 "^2.2.3"
6224
6230
6225
6231
find-cache-dir@^0.1.1:
6226
6232
version "0.1.1"
@@ -6767,6 +6773,16 @@ glob@^7.2.0:
6767
6773
once "^1.3.0"
6768
6774
path-is-absolute "^1.0.0"
6769
6775
6776
+ glob@^9.3.3:
6777
+ version "9.3.5"
6778
+ resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
6779
+ integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
6780
+ dependencies:
6781
+ fs.realpath "^1.0.0"
6782
+ minimatch "^8.0.2"
6783
+ minipass "^4.2.4"
6784
+ path-scurry "^1.6.1"
6785
+
6770
6786
global-dirs@^0.1.0:
6771
6787
version "0.1.1"
6772
6788
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -7679,6 +7695,13 @@ is-core-module@^2.13.0:
7679
7695
dependencies:
7680
7696
hasown "^2.0.2"
7681
7697
7698
+ is-core-module@^2.16.0:
7699
+ version "2.16.1"
7700
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
7701
+ integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
7702
+ dependencies:
7703
+ hasown "^2.0.2"
7704
+
7682
7705
is-core-module@^2.2.0:
7683
7706
version "2.2.0"
7684
7707
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
@@ -8750,7 +8773,7 @@ json3@^3.3.3:
8750
8773
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
8751
8774
integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==
8752
8775
8753
- json5@^0.5.0, json5@^0.5.1 :
8776
+ json5@^0.5.0:
8754
8777
version "0.5.1"
8755
8778
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
8756
8779
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
@@ -9199,6 +9222,11 @@ lowercase-keys@^1.0.0, lowercase-keys@^1.0.1:
9199
9222
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
9200
9223
integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==
9201
9224
9225
+ lru-cache@^10.2.0:
9226
+ version "10.4.3"
9227
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
9228
+ integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
9229
+
9202
9230
lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.3:
9203
9231
version "4.1.4"
9204
9232
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.4.tgz#51cc46e8e6d9530771c857e24ccc720ecdbcc031"
@@ -9562,6 +9590,13 @@ minimatch@^3.1.1, minimatch@^3.1.2:
9562
9590
dependencies:
9563
9591
brace-expansion "^1.1.7"
9564
9592
9593
+ minimatch@^8.0.2:
9594
+ version "8.0.4"
9595
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
9596
+ integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
9597
+ dependencies:
9598
+ brace-expansion "^2.0.1"
9599
+
9565
9600
minimist-options@^3.0.1:
9566
9601
version "3.0.2"
9567
9602
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
@@ -9598,6 +9633,16 @@ minipass@^2.2.1, minipass@^2.3.3, minipass@^2.3.4:
9598
9633
safe-buffer "^5.1.2"
9599
9634
yallist "^3.0.0"
9600
9635
9636
+ minipass@^4.2.4:
9637
+ version "4.2.8"
9638
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
9639
+ integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
9640
+
9641
+ "minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
9642
+ version "7.1.2"
9643
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
9644
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
9645
+
9601
9646
minizlib@^1.1.1:
9602
9647
version "1.1.1"
9603
9648
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42"
@@ -10884,6 +10929,14 @@ path-parse@^1.0.7:
10884
10929
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
10885
10930
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
10886
10931
10932
+ path-scurry@^1.6.1:
10933
+ version "1.11.1"
10934
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
10935
+ integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
10936
+ dependencies:
10937
+ lru-cache "^10.2.0"
10938
+ minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
10939
+
10887
10940
path-to-regexp@0.1.7:
10888
10941
version "0.1.7"
10889
10942
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -11023,12 +11076,12 @@ pkg-dir@^4.1.0:
11023
11076
dependencies:
11024
11077
find-up "^4.0.0"
11025
11078
11026
- pkg-up@^2.0 .0:
11027
- version "2.0 .0"
11028
- resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0 .0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f "
11029
- integrity sha1-yBmscoBZpGHKscOImivjxJoATX8 =
11079
+ pkg-up@^3.1 .0:
11080
+ version "3.1 .0"
11081
+ resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1 .0.tgz#100ec235cc150e4fd42519412596a28512a0def5 "
11082
+ integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA= =
11030
11083
dependencies:
11031
- find-up "^2.1 .0"
11084
+ find-up "^3.0 .0"
11032
11085
11033
11086
pn@^1.1.0:
11034
11087
version "1.1.0"
@@ -12014,10 +12067,10 @@ requires-port@^1.0.0:
12014
12067
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
12015
12068
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
12016
12069
12017
- reselect@^3.0.1 :
12018
- version "3.0.1 "
12019
- resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1. tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147 "
12020
- integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc =
12070
+ reselect@^4.1.7 :
12071
+ version "4.1.8 "
12072
+ resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8. tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524 "
12073
+ integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ= =
12021
12074
12022
12075
resolve-cwd@^2.0.0:
12023
12076
version "2.0.0"
@@ -12093,7 +12146,16 @@ resolve@^1.14.2:
12093
12146
is-core-module "^2.2.0"
12094
12147
path-parse "^1.0.6"
12095
12148
12096
- resolve@^1.3.2, resolve@^1.4.0:
12149
+ resolve@^1.22.8:
12150
+ version "1.22.10"
12151
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39"
12152
+ integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==
12153
+ dependencies:
12154
+ is-core-module "^2.16.0"
12155
+ path-parse "^1.0.7"
12156
+ supports-preserve-symlinks-flag "^1.0.0"
12157
+
12158
+ resolve@^1.3.2:
12097
12159
version "1.8.1"
12098
12160
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
12099
12161
integrity sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==
0 commit comments