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] authored Jul 3, 2024
1 parent 665b4dd commit 54d4016
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 @@ -5769,7 +5769,7 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.2.2, glob@^10.3.7, glob@^10.4.1:
glob@^10.0.0, glob@^10.2.2, glob@^10.3.7, glob@^10.4.1:
version "10.4.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
Expand Down Expand Up @@ -5815,7 +5815,7 @@ glob@^8.0.1, glob@^8.1.0:
minimatch "^5.0.1"
once "^1.3.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 54d4016

Please sign in to comment.