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 Sep 26, 2023
1 parent e5196f5 commit 8c48d51
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": "15.0.4"
},
"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 @@ -5414,7 +5414,7 @@ glob@7.2.0:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.2.2, glob@^10.3.7:
glob@^10.0.0, glob@^10.2.2, glob@^10.3.7:
version "10.3.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
Expand Down Expand Up @@ -5459,7 +5459,7 @@ glob@^8.0.1:
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 8c48d51

Please sign in to comment.