Skip to content

Commit

Permalink
Update dependency glob to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent 75e3f0b commit e15f84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/schema-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sinon": "18.0.0"
},
"dependencies": {
"glob": "^9.0.0",
"glob": "^10.0.0",
"handlebars": "^4.7.7",
"lodash": "^4.17.11"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5898,7 +5898,7 @@ glob@8.1.0, glob@^8.0.1:
minimatch "^5.0.1"
once "^1.3.0"

glob@^10.2.2, glob@^10.3.7:
glob@^10.0.0, glob@^10.2.2, glob@^10.3.7:
version "10.4.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
Expand Down Expand Up @@ -5932,7 +5932,7 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.2.0, glob@^7.2.3:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^9.0.0, glob@^9.2.0:
glob@^9.2.0:
version "9.3.5"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
Expand Down

0 comments on commit e15f84f

Please sign in to comment.