@@ -5876,6 +5876,16 @@ glob-to-regexp@^0.4.1:
5876
5876
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
5877
5877
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
5878
5878
5879
+
5880
+ version "9.3.5"
5881
+ resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
5882
+ integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
5883
+ dependencies:
5884
+ fs.realpath "^1.0.0"
5885
+ minimatch "^8.0.2"
5886
+ minipass "^4.2.4"
5887
+ path-scurry "^1.6.1"
5888
+
5879
5889
glob@^10.2.2, glob@^10.3.10:
5880
5890
version "10.3.10"
5881
5891
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
@@ -7539,6 +7549,11 @@ lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0":
7539
7549
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
7540
7550
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
7541
7551
7552
+ lru-cache@^10.2.0:
7553
+ version "10.4.3"
7554
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7555
+ integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7556
+
7542
7557
lru-cache@^5.1.1:
7543
7558
version "5.1.1"
7544
7559
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7761,6 +7776,13 @@ minimatch@^5.0.1:
7761
7776
dependencies:
7762
7777
brace-expansion "^2.0.1"
7763
7778
7779
+ minimatch@^8.0.2:
7780
+ version "8.0.4"
7781
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
7782
+ integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
7783
+ dependencies:
7784
+ brace-expansion "^2.0.1"
7785
+
7764
7786
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
7765
7787
version "1.2.8"
7766
7788
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -7820,6 +7842,11 @@ minipass@^3.0.0:
7820
7842
dependencies:
7821
7843
yallist "^4.0.0"
7822
7844
7845
+ minipass@^4.2.4:
7846
+ version "4.2.8"
7847
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
7848
+ integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
7849
+
7823
7850
minipass@^5.0.0:
7824
7851
version "5.0.0"
7825
7852
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
@@ -8620,6 +8647,14 @@ path-scurry@^1.10.1:
8620
8647
lru-cache "^9.1.1 || ^10.0.0"
8621
8648
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8622
8649
8650
+ path-scurry@^1.6.1:
8651
+ version "1.11.1"
8652
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8653
+ integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
8654
+ dependencies:
8655
+ lru-cache "^10.2.0"
8656
+ minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8657
+
8623
8658
8624
8659
version "0.1.10"
8625
8660
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
0 commit comments