Skip to content

Commit 75d4fac

Browse files
chore(deps): update dependency babel-plugin-module-resolver to v5.0.3
1 parent a8f2332 commit 75d4fac

1 file changed

Lines changed: 86 additions & 24 deletions

File tree

yarn.lock

Lines changed: 86 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3804,15 +3804,15 @@ babel-plugin-macros@^3.0.1:
38043804
resolve "^1.19.0"
38053805

38063806
babel-plugin-module-resolver@^5.0.0:
3807-
version "5.0.0"
3808-
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.0.tgz#2b7fc176bd55da25f516abf96015617b4f70fc73"
3809-
integrity sha512-g0u+/ChLSJ5+PzYwLwP8Rp8Rcfowz58TJNCe+L/ui4rpzE/mg//JVX0EWBUYoxaextqnwuGHzfGp2hh0PPV25Q==
3807+
version "5.0.3"
3808+
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.3.tgz#13f03cf29048ad7e0239e6a1c4dcc669d199f394"
3809+
integrity sha512-h8h6H71ZvdLJZxZrYkaeR30BojTaV7O9GfqacY14SNj5CNB8ocL9tydNzTC0JrnNN7vY3eJhwCmkDj7tuEUaqQ==
38103810
dependencies:
3811-
find-babel-config "^2.0.0"
3812-
glob "^8.0.3"
3811+
find-babel-config "^2.1.1"
3812+
glob "^9.3.3"
38133813
pkg-up "^3.1.0"
38143814
reselect "^4.1.7"
3815-
resolve "^1.22.1"
3815+
resolve "^1.22.8"
38163816

38173817
babel-plugin-polyfill-corejs2@^0.4.5:
38183818
version "0.4.5"
@@ -4078,9 +4078,9 @@ brace-expansion@^1.1.7:
40784078
concat-map "0.0.1"
40794079

40804080
brace-expansion@^2.0.1:
4081-
version "2.0.1"
4082-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
4083-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
4081+
version "2.1.0"
4082+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.1.0.tgz#4f41a41190216ee36067ec381526fe9539c4f0ae"
4083+
integrity sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==
40844084
dependencies:
40854085
balanced-match "^1.0.0"
40864086

@@ -5524,6 +5524,11 @@ es-array-method-boxes-properly@^1.0.0:
55245524
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
55255525
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
55265526

5527+
es-errors@^1.3.0:
5528+
version "1.3.0"
5529+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
5530+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
5531+
55275532
es-get-iterator@^1.0.2:
55285533
version "1.1.3"
55295534
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
@@ -6421,13 +6426,12 @@ finalhandler@1.2.0:
64216426
statuses "2.0.1"
64226427
unpipe "~1.0.0"
64236428

6424-
find-babel-config@^2.0.0:
6425-
version "2.0.0"
6426-
resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-2.0.0.tgz#a8216f825415a839d0f23f4d18338a1cc966f701"
6427-
integrity sha512-dOKT7jvF3hGzlW60Gc3ONox/0rRZ/tz7WCil0bqA1In/3I8f1BctpXahRnEKDySZqci7u+dqq93sZST9fOJpFw==
6429+
find-babel-config@^2.1.1:
6430+
version "2.1.2"
6431+
resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-2.1.2.tgz#2841b1bfbbbcdb971e1e39df8cbc43dafa901716"
6432+
integrity sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==
64286433
dependencies:
6429-
json5 "^2.1.1"
6430-
path-exists "^4.0.0"
6434+
json5 "^2.2.3"
64316435

64326436
find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
64336437
version "2.1.0"
@@ -6702,6 +6706,11 @@ function-bind@^1.1.1:
67026706
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
67036707
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
67046708

6709+
function-bind@^1.1.2:
6710+
version "1.1.2"
6711+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6712+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6713+
67056714
function.prototype.name@^1.1.0, function.prototype.name@^1.1.5:
67066715
version "1.1.5"
67076716
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -6855,16 +6864,15 @@ glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
68556864
once "^1.3.0"
68566865
path-is-absolute "^1.0.0"
68576866

6858-
glob@^8.0.3:
6859-
version "8.1.0"
6860-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
6861-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
6867+
glob@^9.3.3:
6868+
version "9.3.5"
6869+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
6870+
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
68626871
dependencies:
68636872
fs.realpath "^1.0.0"
6864-
inflight "^1.0.4"
6865-
inherits "2"
6866-
minimatch "^5.0.1"
6867-
once "^1.3.0"
6873+
minimatch "^8.0.2"
6874+
minipass "^4.2.4"
6875+
path-scurry "^1.6.1"
68686876

68696877
global-dirs@^0.1.1:
68706878
version "0.1.1"
@@ -7084,6 +7092,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
70847092
inherits "^2.0.3"
70857093
minimalistic-assert "^1.0.1"
70867094

7095+
hasown@^2.0.2:
7096+
version "2.0.3"
7097+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.3.tgz#5e5c2b15b60370a4c7930c383dfb76bf17bc403c"
7098+
integrity sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==
7099+
dependencies:
7100+
function-bind "^1.1.2"
7101+
70877102
hermes-estree@0.12.0:
70887103
version "0.12.0"
70897104
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.12.0.tgz#8a289f9aee854854422345e6995a48613bac2ca8"
@@ -7420,6 +7435,13 @@ is-core-module@^2.13.0, is-core-module@^2.4.0, is-core-module@^2.5.0, is-core-mo
74207435
dependencies:
74217436
has "^1.0.3"
74227437

7438+
is-core-module@^2.16.1:
7439+
version "2.16.1"
7440+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
7441+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
7442+
dependencies:
7443+
hasown "^2.0.2"
7444+
74237445
is-data-descriptor@^0.1.4:
74247446
version "0.1.4"
74257447
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8077,7 +8099,7 @@ json5@^1.0.1, json5@^1.0.2:
80778099
dependencies:
80788100
minimist "^1.2.0"
80798101

8080-
json5@^2.1.1, json5@^2.1.2, json5@^2.1.3, json5@^2.2.2, json5@^2.2.3:
8102+
json5@^2.1.2, json5@^2.1.3, json5@^2.2.2, json5@^2.2.3:
80818103
version "2.2.3"
80828104
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
80838105
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -8496,6 +8518,11 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
84968518
dependencies:
84978519
js-tokens "^3.0.0 || ^4.0.0"
84988520

8521+
lru-cache@^10.2.0:
8522+
version "10.4.3"
8523+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
8524+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
8525+
84998526
lru-cache@^5.1.1:
85008527
version "5.1.1"
85018528
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -9164,6 +9191,13 @@ minimatch@^5.0.1:
91649191
dependencies:
91659192
brace-expansion "^2.0.1"
91669193

9194+
minimatch@^8.0.2:
9195+
version "8.0.7"
9196+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.7.tgz#954766e22da88a3e0a17ad93b58c15c9d8a579de"
9197+
integrity sha512-V+1uQNdzybxa14e/p00HZnQNNcTjnRJjDxg2V8wtkjFctq4M7hXFws4oekyTP0Jebeq7QYtpFyOeBAjc88zvYg==
9198+
dependencies:
9199+
brace-expansion "^2.0.1"
9200+
91679201
minimatch@^9.0.0, minimatch@^9.0.2:
91689202
version "9.0.3"
91699203
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
@@ -9220,11 +9254,21 @@ minipass@^3.0.0, minipass@^3.1.1:
92209254
dependencies:
92219255
yallist "^4.0.0"
92229256

9257+
minipass@^4.2.4:
9258+
version "4.2.8"
9259+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
9260+
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
9261+
92239262
minipass@^5.0.0:
92249263
version "5.0.0"
92259264
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
92269265
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
92279266

9267+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
9268+
version "7.1.3"
9269+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
9270+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
9271+
92289272
minizlib@^2.1.1:
92299273
version "2.1.2"
92309274
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10040,6 +10084,14 @@ path-parse@^1.0.5, path-parse@^1.0.7:
1004010084
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1004110085
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1004210086

10087+
path-scurry@^1.6.1:
10088+
version "1.11.1"
10089+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
10090+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
10091+
dependencies:
10092+
lru-cache "^10.2.0"
10093+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
10094+
1004310095
path-to-regexp@0.1.7:
1004410096
version "0.1.7"
1004510097
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -10856,6 +10908,16 @@ resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.18.1, resolve@^1.1
1085610908
path-parse "^1.0.7"
1085710909
supports-preserve-symlinks-flag "^1.0.0"
1085810910

10911+
resolve@^1.22.8:
10912+
version "1.22.12"
10913+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.12.tgz#f5b2a680897c69c238a13cd16b15671f8b73549f"
10914+
integrity sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==
10915+
dependencies:
10916+
es-errors "^1.3.0"
10917+
is-core-module "^2.16.1"
10918+
path-parse "^1.0.7"
10919+
supports-preserve-symlinks-flag "^1.0.0"
10920+
1085910921
resolve@^2.0.0-next.4:
1086010922
version "2.0.0-next.4"
1086110923
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"

0 commit comments

Comments
 (0)