Skip to content

Commit d2cfaa4

Browse files
chore(deps): update dependency glob to v11
1 parent 772411e commit d2cfaa4

2 files changed

Lines changed: 51 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-prettier": "10.1.8",
2828
"eslint-plugin-jest": "29.0.1",
2929
"express": "4.21.2",
30-
"glob": "8.1.0",
30+
"glob": "11.0.3",
3131
"jest": "30.0.4",
3232
"less-middleware": "2.2.1",
3333
"morgan": "1.10.1",

yarn.lock

Lines changed: 50 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,18 @@
835835
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
836836
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
837837

838+
"@isaacs/balanced-match@^4.0.1":
839+
version "4.0.1"
840+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
841+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
842+
843+
"@isaacs/brace-expansion@^5.0.0":
844+
version "5.0.0"
845+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
846+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
847+
dependencies:
848+
"@isaacs/balanced-match" "^4.0.1"
849+
838850
"@isaacs/cliui@^8.0.2":
839851
version "8.0.2"
840852
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2920,7 +2932,7 @@ for-own@^0.1.4:
29202932
dependencies:
29212933
for-in "^1.0.1"
29222934

2923-
foreground-child@^3.1.0:
2935+
foreground-child@^3.1.0, foreground-child@^3.3.1:
29242936
version "3.3.1"
29252937
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
29262938
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -3069,16 +3081,17 @@ glob-parent@^6.0.2:
30693081
dependencies:
30703082
is-glob "^4.0.3"
30713083

3072-
glob@8.1.0:
3073-
version "8.1.0"
3074-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
3075-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
3084+
glob@11.0.3:
3085+
version "11.0.3"
3086+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
3087+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
30763088
dependencies:
3077-
fs.realpath "^1.0.0"
3078-
inflight "^1.0.4"
3079-
inherits "2"
3080-
minimatch "^5.0.1"
3081-
once "^1.3.0"
3089+
foreground-child "^3.3.1"
3090+
jackspeak "^4.1.1"
3091+
minimatch "^10.0.3"
3092+
minipass "^7.1.2"
3093+
package-json-from-dist "^1.0.0"
3094+
path-scurry "^2.0.0"
30823095

30833096
glob@^10.3.10:
30843097
version "10.4.5"
@@ -3634,6 +3647,13 @@ jackspeak@^3.1.2:
36343647
optionalDependencies:
36353648
"@pkgjs/parseargs" "^0.11.0"
36363649

3650+
jackspeak@^4.1.1:
3651+
version "4.1.1"
3652+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
3653+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
3654+
dependencies:
3655+
"@isaacs/cliui" "^8.0.2"
3656+
36373657
jest-changed-files@30.0.2:
36383658
version "30.0.2"
36393659
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-30.0.2.tgz#2c275263037f8f291b71cbb0a4f639c519ab7eb8"
@@ -4186,6 +4206,11 @@ lru-cache@^10.2.0:
41864206
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
41874207
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
41884208

4209+
lru-cache@^11.0.0:
4210+
version "11.1.0"
4211+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
4212+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
4213+
41894214
lru-cache@^5.1.1:
41904215
version "5.1.1"
41914216
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4348,20 +4373,20 @@ mimic-fn@^2.1.0:
43484373
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
43494374
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
43504375

4376+
minimatch@^10.0.3:
4377+
version "10.0.3"
4378+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
4379+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
4380+
dependencies:
4381+
"@isaacs/brace-expansion" "^5.0.0"
4382+
43514383
minimatch@^3.0.4, minimatch@^3.1.2:
43524384
version "3.1.2"
43534385
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
43544386
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
43554387
dependencies:
43564388
brace-expansion "^1.1.7"
43574389

4358-
minimatch@^5.0.1:
4359-
version "5.1.0"
4360-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
4361-
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
4362-
dependencies:
4363-
brace-expansion "^2.0.1"
4364-
43654390
minimatch@^9.0.4:
43664391
version "9.0.4"
43674392
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -4705,6 +4730,14 @@ path-scurry@^1.11.1:
47054730
lru-cache "^10.2.0"
47064731
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
47074732

4733+
path-scurry@^2.0.0:
4734+
version "2.0.0"
4735+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4736+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4737+
dependencies:
4738+
lru-cache "^11.0.0"
4739+
minipass "^7.1.2"
4740+
47084741
path-to-regexp@0.1.12:
47094742
version "0.1.12"
47104743
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"

0 commit comments

Comments
 (0)