Skip to content

Commit 2b0cca4

Browse files
Update dependency glob to v13
1 parent a4df685 commit 2b0cca4

2 files changed

Lines changed: 39 additions & 38 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"yarn": "1.22.22"
6262
},
6363
"resolutions": {
64-
"glob": "9"
64+
"glob": "13"
6565
},
6666
"directories": {
6767
"test": "test"

yarn.lock

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,25 @@ balanced-match@^1.0.0:
316316
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
317317
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
318318

319+
balanced-match@^4.0.2:
320+
version "4.0.4"
321+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
322+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
323+
319324
brace-expansion@^2.0.1:
320325
version "2.0.2"
321326
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
322327
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
323328
dependencies:
324329
balanced-match "^1.0.0"
325330

331+
brace-expansion@^5.0.2:
332+
version "5.0.4"
333+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
334+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
335+
dependencies:
336+
balanced-match "^4.0.2"
337+
326338
braces@^3.0.3:
327339
version "3.0.3"
328340
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -508,11 +520,6 @@ for-each@^0.3.3:
508520
dependencies:
509521
is-callable "^1.1.3"
510522

511-
fs.realpath@^1.0.0:
512-
version "1.0.0"
513-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
514-
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
515-
516523
fsevents@~2.3.2:
517524
version "2.3.3"
518525
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -546,15 +553,14 @@ glob-parent@^5.1.2:
546553
dependencies:
547554
is-glob "^4.0.1"
548555

549-
glob@9, glob@^10.4.5:
550-
version "9.3.5"
551-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
552-
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
556+
glob@13, glob@^10.4.5:
557+
version "13.0.6"
558+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
559+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
553560
dependencies:
554-
fs.realpath "^1.0.0"
555-
minimatch "^8.0.2"
556-
minipass "^4.2.4"
557-
path-scurry "^1.6.1"
561+
minimatch "^10.2.2"
562+
minipass "^7.1.3"
563+
path-scurry "^2.0.2"
558564

559565
gopd@^1.0.1:
560566
version "1.0.1"
@@ -703,10 +709,10 @@ log-symbols@^4.1.0:
703709
chalk "^4.1.0"
704710
is-unicode-supported "^0.1.0"
705711

706-
lru-cache@^10.2.0:
707-
version "10.4.3"
708-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
709-
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
712+
lru-cache@^11.0.0:
713+
version "11.2.6"
714+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58"
715+
integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==
710716

711717
magic-string@^0.30.3:
712718
version "0.30.15"
@@ -728,12 +734,12 @@ micromatch@^4.0.8:
728734
braces "^3.0.3"
729735
picomatch "^2.3.1"
730736

731-
minimatch@^8.0.2:
732-
version "8.0.4"
733-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
734-
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
737+
minimatch@^10.2.2:
738+
version "10.2.4"
739+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
740+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
735741
dependencies:
736-
brace-expansion "^2.0.1"
742+
brace-expansion "^5.0.2"
737743

738744
minimatch@^9.0.5:
739745
version "9.0.5"
@@ -742,15 +748,10 @@ minimatch@^9.0.5:
742748
dependencies:
743749
brace-expansion "^2.0.1"
744750

745-
minipass@^4.2.4:
746-
version "4.2.8"
747-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
748-
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
749-
750-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
751-
version "7.1.2"
752-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
753-
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
751+
minipass@^7.1.2, minipass@^7.1.3:
752+
version "7.1.3"
753+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
754+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
754755

755756
mocha@11.7.5:
756757
version "11.7.5"
@@ -831,13 +832,13 @@ path-exists@^4.0.0:
831832
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
832833
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
833834

834-
path-scurry@^1.6.1:
835-
version "1.11.1"
836-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
837-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
835+
path-scurry@^2.0.2:
836+
version "2.0.2"
837+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
838+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
838839
dependencies:
839-
lru-cache "^10.2.0"
840-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
840+
lru-cache "^11.0.0"
841+
minipass "^7.1.2"
841842

842843
picocolors@^1.1.1:
843844
version "1.1.1"

0 commit comments

Comments
 (0)