Skip to content

Commit 578ac3a

Browse files
Update dependency glob to v11
1 parent 178ff5d commit 578ac3a

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-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": "18.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: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3421,6 +3421,11 @@ balanced-match@^1.0.0:
34213421
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
34223422
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
34233423

3424+
balanced-match@^3.0.0:
3425+
version "3.0.1"
3426+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
3427+
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
3428+
34243429
bare-events@^2.0.0, bare-events@^2.2.0:
34253430
version "2.4.2"
34263431
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.4.2.tgz#3140cca7a0e11d49b3edc5041ab560659fd8e1f8"
@@ -3523,6 +3528,13 @@ brace-expansion@^2.0.1:
35233528
dependencies:
35243529
balanced-match "^1.0.0"
35253530

3531+
brace-expansion@^4.0.0:
3532+
version "4.0.0"
3533+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-4.0.0.tgz#bb24b89bf4d4b37d742acac89b65d1a32b379a81"
3534+
integrity sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw==
3535+
dependencies:
3536+
balanced-match "^3.0.0"
3537+
35263538
braces@^3.0.3, braces@~3.0.2:
35273539
version "3.0.3"
35283540
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -5781,6 +5793,18 @@ glob@^10.2.2, glob@^10.3.7, glob@^10.4.1:
57815793
package-json-from-dist "^1.0.0"
57825794
path-scurry "^1.11.1"
57835795

5796+
glob@^11.0.0:
5797+
version "11.0.0"
5798+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5799+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
5800+
dependencies:
5801+
foreground-child "^3.1.0"
5802+
jackspeak "^4.0.1"
5803+
minimatch "^10.0.0"
5804+
minipass "^7.1.2"
5805+
package-json-from-dist "^1.0.0"
5806+
path-scurry "^2.0.0"
5807+
57845808
glob@^5.0.10, glob@^5.0.15:
57855809
version "5.0.15"
57865810
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -5815,7 +5839,7 @@ glob@^8.0.1, glob@^8.1.0:
58155839
minimatch "^5.0.1"
58165840
once "^1.3.0"
58175841

5818-
glob@^9.0.0, glob@^9.2.0:
5842+
glob@^9.2.0:
58195843
version "9.3.5"
58205844
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
58215845
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
@@ -6739,6 +6763,15 @@ jackspeak@^3.1.2:
67396763
optionalDependencies:
67406764
"@pkgjs/parseargs" "^0.11.0"
67416765

6766+
jackspeak@^4.0.1:
6767+
version "4.0.1"
6768+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
6769+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
6770+
dependencies:
6771+
"@isaacs/cliui" "^8.0.2"
6772+
optionalDependencies:
6773+
"@pkgjs/parseargs" "^0.11.0"
6774+
67426775
jake@^10.8.5:
67436776
version "10.9.1"
67446777
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
@@ -7343,6 +7376,11 @@ lru-cache@^10.2.0:
73437376
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.0.tgz#cb29b4b2dd55b22e4a729cdb096093d7f85df02d"
73447377
integrity sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==
73457378

7379+
lru-cache@^11.0.0:
7380+
version "11.0.0"
7381+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
7382+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
7383+
73467384
lru-cache@^5.1.1:
73477385
version "5.1.1"
73487386
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7574,6 +7612,13 @@ [email protected]:
75747612
dependencies:
75757613
brace-expansion "^1.1.7"
75767614

7615+
minimatch@^10.0.0:
7616+
version "10.0.0"
7617+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.0.tgz#bf7b5028e151f3a8db2970a1d36523b6f610868b"
7618+
integrity sha512-S4phymWe5NHWbTV8sAlyNQfkmdhvaoHX43x4yLtJBjw2zJtEuzkihDjV5uKq+D/EoMkjbG6msw3ubbSd1pGkyg==
7619+
dependencies:
7620+
brace-expansion "^4.0.0"
7621+
75777622
minimatch@^5.0.1, minimatch@^5.1.6:
75787623
version "5.1.6"
75797624
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
@@ -8656,6 +8701,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
86568701
lru-cache "^10.2.0"
86578702
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
86588703

8704+
path-scurry@^2.0.0:
8705+
version "2.0.0"
8706+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8707+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8708+
dependencies:
8709+
lru-cache "^11.0.0"
8710+
minipass "^7.1.2"
8711+
86598712
path-to-regexp@^6.2.1:
86608713
version "6.2.2"
86618714
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"

0 commit comments

Comments
 (0)