Skip to content

Commit af8711f

Browse files
Update dependency glob to v11
1 parent 7011b25 commit af8711f

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

packages/schema-org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sinon": "20.0.0"
3030
},
3131
"dependencies": {
32-
"glob": "^9.0.0",
32+
"glob": "^11.0.0",
3333
"handlebars": "^4.7.7",
3434
"lodash": "^4.17.11"
3535
}

yarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6507,6 +6507,18 @@ glob@^10.2.2, glob@^10.3.7, glob@^10.4.1, glob@^10.4.5:
65076507
package-json-from-dist "^1.0.0"
65086508
path-scurry "^1.11.1"
65096509

6510+
glob@^11.0.0:
6511+
version "11.0.2"
6512+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
6513+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
6514+
dependencies:
6515+
foreground-child "^3.1.0"
6516+
jackspeak "^4.0.1"
6517+
minimatch "^10.0.0"
6518+
minipass "^7.1.2"
6519+
package-json-from-dist "^1.0.0"
6520+
path-scurry "^2.0.0"
6521+
65106522
glob@^5.0.10, glob@^5.0.15:
65116523
version "5.0.15"
65126524
resolved "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz"
@@ -6541,7 +6553,7 @@ glob@^8.0.1:
65416553
minimatch "^5.0.1"
65426554
once "^1.3.0"
65436555

6544-
glob@^9.0.0, glob@^9.2.0:
6556+
glob@^9.2.0:
65456557
version "9.3.5"
65466558
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz"
65476559
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
@@ -7502,6 +7514,13 @@ jackspeak@^3.1.2:
75027514
optionalDependencies:
75037515
"@pkgjs/parseargs" "^0.11.0"
75047516

7517+
jackspeak@^4.0.1:
7518+
version "4.1.0"
7519+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
7520+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
7521+
dependencies:
7522+
"@isaacs/cliui" "^8.0.2"
7523+
75057524
jake@^10.8.5:
75067525
version "10.9.2"
75077526
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz"
@@ -8135,6 +8154,11 @@ lru-cache@^10.2.0, lru-cache@^10.4.3:
81358154
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz"
81368155
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
81378156

8157+
lru-cache@^11.0.0:
8158+
version "11.1.0"
8159+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
8160+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
8161+
81388162
lru-cache@^5.1.1:
81398163
version "5.1.1"
81408164
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
@@ -8392,6 +8416,13 @@ [email protected]:
83928416
dependencies:
83938417
brace-expansion "^2.0.1"
83948418

8419+
minimatch@^10.0.0:
8420+
version "10.0.1"
8421+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
8422+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
8423+
dependencies:
8424+
brace-expansion "^2.0.1"
8425+
83958426
minimatch@^5.0.1, minimatch@^5.1.6:
83968427
version "5.1.6"
83978428
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz"
@@ -9498,6 +9529,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
94989529
lru-cache "^10.2.0"
94999530
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
95009531

9532+
path-scurry@^2.0.0:
9533+
version "2.0.0"
9534+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
9535+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
9536+
dependencies:
9537+
lru-cache "^11.0.0"
9538+
minipass "^7.1.2"
9539+
95019540
path-type@^3.0.0:
95029541
version "3.0.0"
95039542
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"

0 commit comments

Comments
 (0)