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 Jun 19, 2023
1 parent 63cde47 commit 9d6a2e5
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 @@ -5362,7 +5362,7 @@ glob@7.2.0:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.2.2, glob@^10.2.5:
glob@^10.0.0, glob@^10.2.2, glob@^10.2.5:
version "10.2.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.7.tgz#9dd2828cd5bc7bd861e7738d91e7113dda41d7d8"
integrity sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==
Expand Down Expand Up @@ -5407,7 +5407,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 9d6a2e5

Please sign in to comment.