Skip to content

Commit e41e2bc

Browse files
Bump glob from 10.4.3 to 11.0.3 (#2085)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1848e7e commit e41e2bc

File tree

2 files changed

+68
-8
lines changed

2 files changed

+68
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"dompurify": "3.2.6",
1515
"foundation-sites": "6.7.5",
16-
"glob": "10.4.3",
16+
"glob": "11.0.3",
1717
"hamburgers": "1.1.3",
1818
"jquery": "3.7.1",
1919
"liquidjs": "10.21.1",

yarn.lock

Lines changed: 67 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,18 @@
762762
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
763763
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
764764

765+
"@isaacs/balanced-match@^4.0.1":
766+
version "4.0.1"
767+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
768+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
769+
770+
"@isaacs/brace-expansion@^5.0.0":
771+
version "5.0.0"
772+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
773+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
774+
dependencies:
775+
"@isaacs/balanced-match" "^4.0.1"
776+
765777
"@isaacs/cliui@^8.0.2":
766778
version "8.0.2"
767779
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2033,7 +2045,7 @@ cross-spawn@^6.0.5:
20332045
shebang-command "^1.2.0"
20342046
which "^1.2.9"
20352047

2036-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2048+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
20372049
version "7.0.3"
20382050
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
20392051
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -2042,6 +2054,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
20422054
shebang-command "^2.0.0"
20432055
which "^2.0.1"
20442056

2057+
cross-spawn@^7.0.6:
2058+
version "7.0.6"
2059+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2060+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
2061+
dependencies:
2062+
path-key "^3.1.0"
2063+
shebang-command "^2.0.0"
2064+
which "^2.0.1"
2065+
20452066
css-functions-list@^3.1.0:
20462067
version "3.1.0"
20472068
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.1.0.tgz#cf5b09f835ad91a00e5959bcfc627cd498e1321b"
@@ -2677,12 +2698,12 @@ flatted@^3.1.0:
26772698
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
26782699
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
26792700

2680-
foreground-child@^3.1.0:
2681-
version "3.1.1"
2682-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
2683-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
2701+
foreground-child@^3.1.0, foreground-child@^3.3.1:
2702+
version "3.3.1"
2703+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
2704+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
26842705
dependencies:
2685-
cross-spawn "^7.0.0"
2706+
cross-spawn "^7.0.6"
26862707
signal-exit "^4.0.1"
26872708

26882709
@@ -2785,7 +2806,19 @@ glob-parent@^6.0.2:
27852806
dependencies:
27862807
is-glob "^4.0.3"
27872808

2788-
[email protected], glob@^10.3.7:
2809+
2810+
version "11.0.3"
2811+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
2812+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
2813+
dependencies:
2814+
foreground-child "^3.3.1"
2815+
jackspeak "^4.1.1"
2816+
minimatch "^10.0.3"
2817+
minipass "^7.1.2"
2818+
package-json-from-dist "^1.0.0"
2819+
path-scurry "^2.0.0"
2820+
2821+
glob@^10.3.7:
27892822
version "10.4.3"
27902823
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.3.tgz#e0ba2253dd21b3d0acdfb5d507c59a29f513fc7a"
27912824
integrity sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==
@@ -3425,6 +3458,13 @@ jackspeak@^3.1.2:
34253458
optionalDependencies:
34263459
"@pkgjs/parseargs" "^0.11.0"
34273460

3461+
jackspeak@^4.1.1:
3462+
version "4.1.1"
3463+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
3464+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
3465+
dependencies:
3466+
"@isaacs/cliui" "^8.0.2"
3467+
34283468
jake@^10.8.5:
34293469
version "10.8.5"
34303470
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
@@ -4061,6 +4101,11 @@ lru-cache@^10.4.3:
40614101
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
40624102
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
40634103

4104+
lru-cache@^11.0.0:
4105+
version "11.1.0"
4106+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
4107+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
4108+
40644109
lru-cache@^4.1.5:
40654110
version "4.1.5"
40664111
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -4231,6 +4276,13 @@ min-indent@^1.0.0:
42314276
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
42324277
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
42334278

4279+
minimatch@^10.0.3:
4280+
version "10.0.3"
4281+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
4282+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
4283+
dependencies:
4284+
"@isaacs/brace-expansion" "^5.0.0"
4285+
42344286
minimatch@^3.0.0, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
42354287
version "3.1.2"
42364288
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4643,6 +4695,14 @@ path-scurry@^1.11.1:
46434695
lru-cache "^10.2.0"
46444696
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
46454697

4698+
path-scurry@^2.0.0:
4699+
version "2.0.0"
4700+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4701+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4702+
dependencies:
4703+
lru-cache "^11.0.0"
4704+
minipass "^7.1.2"
4705+
46464706
path-to-regexp@^6.2.1:
46474707
version "6.3.0"
46484708
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"

0 commit comments

Comments
 (0)