Skip to content

Commit 900a2b7

Browse files
Update dependency glob to v11
1 parent 4088cd5 commit 900a2b7

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
@@ -5766,6 +5766,18 @@ glob@^10.2.2, glob@^10.3.7, glob@^10.4.1, glob@^10.4.5:
57665766
package-json-from-dist "^1.0.0"
57675767
path-scurry "^1.11.1"
57685768

5769+
glob@^11.0.0:
5770+
version "11.0.1"
5771+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
5772+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
5773+
dependencies:
5774+
foreground-child "^3.1.0"
5775+
jackspeak "^4.0.1"
5776+
minimatch "^10.0.0"
5777+
minipass "^7.1.2"
5778+
package-json-from-dist "^1.0.0"
5779+
path-scurry "^2.0.0"
5780+
57695781
glob@^5.0.10, glob@^5.0.15:
57705782
version "5.0.15"
57715783
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -5800,7 +5812,7 @@ glob@^8.0.1:
58005812
minimatch "^5.0.1"
58015813
once "^1.3.0"
58025814

5803-
glob@^9.0.0, glob@^9.2.0:
5815+
glob@^9.2.0:
58045816
version "9.3.5"
58055817
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
58065818
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
@@ -6737,6 +6749,13 @@ jackspeak@^3.1.2:
67376749
optionalDependencies:
67386750
"@pkgjs/parseargs" "^0.11.0"
67396751

6752+
jackspeak@^4.0.1:
6753+
version "4.1.0"
6754+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
6755+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
6756+
dependencies:
6757+
"@isaacs/cliui" "^8.0.2"
6758+
67406759
jake@^10.8.5:
67416760
version "10.9.2"
67426761
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -7336,6 +7355,11 @@ lru-cache@^10.2.0, lru-cache@^10.4.3:
73367355
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
73377356
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
73387357

7358+
lru-cache@^11.0.0:
7359+
version "11.1.0"
7360+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
7361+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
7362+
73397363
lru-cache@^5.1.1:
73407364
version "5.1.1"
73417365
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7572,6 +7596,13 @@ [email protected]:
75727596
dependencies:
75737597
brace-expansion "^1.1.7"
75747598

7599+
minimatch@^10.0.0:
7600+
version "10.0.1"
7601+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7602+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7603+
dependencies:
7604+
brace-expansion "^2.0.1"
7605+
75757606
minimatch@^5.0.1, minimatch@^5.1.6:
75767607
version "5.1.6"
75777608
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
@@ -8642,6 +8673,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
86428673
lru-cache "^10.2.0"
86438674
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
86448675

8676+
path-scurry@^2.0.0:
8677+
version "2.0.0"
8678+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8679+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8680+
dependencies:
8681+
lru-cache "^11.0.0"
8682+
minipass "^7.1.2"
8683+
86458684
path-type@^3.0.0:
86468685
version "3.0.0"
86478686
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)