Skip to content

Commit 4ade6c3

Browse files
Update dependency glob to v11
1 parent 8c00c2c commit 4ade6c3

File tree

2 files changed

+44
-39
lines changed

2 files changed

+44
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"chalk": "5.6.2",
4242
"cli-progress": "3.12.0",
4343
"fs-extra": "11.3.2",
44-
"glob": "10.4.5",
44+
"glob": "11.0.3",
4545
"inquirer": "9.3.8",
4646
"inquirer-datepicker-prompt": "0.4.3",
4747
"inquirer-search-checkbox": "1.0.0",

yarn.lock

Lines changed: 43 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,18 @@
591591
dependencies:
592592
mute-stream "^1.0.0"
593593

594+
"@isaacs/balanced-match@^4.0.1":
595+
version "4.0.1"
596+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
597+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
598+
599+
"@isaacs/brace-expansion@^5.0.0":
600+
version "5.0.0"
601+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
602+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
603+
dependencies:
604+
"@isaacs/balanced-match" "^4.0.1"
605+
594606
"@isaacs/cliui@^8.0.2":
595607
version "8.0.2"
596608
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -871,11 +883,6 @@
871883
"@nodelib/fs.scandir" "2.1.5"
872884
fastq "^1.6.0"
873885

874-
"@pkgjs/parseargs@^0.11.0":
875-
version "0.11.0"
876-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
877-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
878-
879886
"@samverschueren/stream-to-observable@^0.3.0":
880887
version "0.3.1"
881888
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz#a21117b19ee9be70c379ec1877537ef2e1c63301"
@@ -4408,7 +4415,7 @@ for-each@^0.3.3, for-each@^0.3.5:
44084415
dependencies:
44094416
is-callable "^1.2.7"
44104417

4411-
foreground-child@^3.1.0:
4418+
foreground-child@^3.3.1:
44124419
version "3.3.1"
44134420
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
44144421
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4670,17 +4677,17 @@ glob-parent@^6.0.2:
46704677
dependencies:
46714678
is-glob "^4.0.3"
46724679

4673-
glob@10.4.5:
4674-
version "10.4.5"
4675-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
4676-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
4680+
glob@11.0.3:
4681+
version "11.0.3"
4682+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4683+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
46774684
dependencies:
4678-
foreground-child "^3.1.0"
4679-
jackspeak "^3.1.2"
4680-
minimatch "^9.0.4"
4685+
foreground-child "^3.3.1"
4686+
jackspeak "^4.1.1"
4687+
minimatch "^10.0.3"
46814688
minipass "^7.1.2"
46824689
package-json-from-dist "^1.0.0"
4683-
path-scurry "^1.11.1"
4690+
path-scurry "^2.0.0"
46844691

46854692
glob@^5.0.10:
46864693
version "5.0.15"
@@ -5490,14 +5497,12 @@ istextorbinary@2.1.0:
54905497
editions "^1.1.1"
54915498
textextensions "1 || 2"
54925499

5493-
jackspeak@^3.1.2:
5494-
version "3.4.3"
5495-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
5496-
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
5500+
jackspeak@^4.1.1:
5501+
version "4.1.1"
5502+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5503+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
54975504
dependencies:
54985505
"@isaacs/cliui" "^8.0.2"
5499-
optionalDependencies:
5500-
"@pkgjs/parseargs" "^0.11.0"
55015506

55025507
jest-changed-files@^29.7.0:
55035508
version "29.7.0"
@@ -6304,10 +6309,10 @@ lowercase-keys@^3.0.0:
63046309
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
63056310
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
63066311

6307-
lru-cache@^10.2.0:
6308-
version "10.4.3"
6309-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
6310-
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
6312+
lru-cache@^11.0.0:
6313+
version "11.2.2"
6314+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
6315+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
63116316

63126317
lru-cache@^5.1.1:
63136318
version "5.1.1"
@@ -6458,26 +6463,26 @@ min-indent@^1.0.0:
64586463
dependencies:
64596464
brace-expansion "^1.1.7"
64606465

6466+
minimatch@^10.0.3:
6467+
version "10.1.1"
6468+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
6469+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
6470+
dependencies:
6471+
"@isaacs/brace-expansion" "^5.0.0"
6472+
64616473
minimatch@^5.1.0:
64626474
version "5.1.6"
64636475
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
64646476
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
64656477
dependencies:
64666478
brace-expansion "^2.0.1"
64676479

6468-
minimatch@^9.0.4:
6469-
version "9.0.5"
6470-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6471-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6472-
dependencies:
6473-
brace-expansion "^2.0.1"
6474-
64756480
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6:
64766481
version "1.2.8"
64776482
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
64786483
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
64796484

6480-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
6485+
minipass@^7.1.2:
64816486
version "7.1.2"
64826487
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
64836488
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -6876,13 +6881,13 @@ path-root@^0.1.1:
68766881
dependencies:
68776882
path-root-regex "^0.1.0"
68786883

6879-
path-scurry@^1.11.1:
6880-
version "1.11.1"
6881-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
6882-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
6884+
path-scurry@^2.0.0:
6885+
version "2.0.1"
6886+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
6887+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
68836888
dependencies:
6884-
lru-cache "^10.2.0"
6885-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6889+
lru-cache "^11.0.0"
6890+
minipass "^7.1.2"
68866891

68876892
path-type@^4.0.0:
68886893
version "4.0.0"

0 commit comments

Comments
 (0)