Skip to content

Commit

Permalink
build(deps): update dependency glob to v10.2.3 (#22276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent f2977e4 commit 3016a6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -196,7 +196,7 @@
"global-agent": "3.0.0",
"good-enough-parser": "1.1.23",
"got": "11.8.6",
"glob": "10.2.2",
"glob": "10.2.3",
"graph-data-structure": "3.3.0",
"handlebars": "4.7.7",
"hasha": "5.2.2",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Expand Up @@ -5638,7 +5638,18 @@ glob-parent@^6.0.2:
dependencies:
is-glob "^4.0.3"

glob@10.2.2, glob@^10.0.0, glob@^10.2.2:
glob@10.2.3:
version "10.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.3.tgz#aa6765963fe6c5936d5c2e00943e7af06302a1a7"
integrity sha512-Kb4rfmBVE3eQTAimgmeqc2LwSnN0wIOkkUL6HmxEFxNJ4fHghYHVbFba/HcGcRjE6s9KoMNK3rSOwkL4PioZjg==
dependencies:
foreground-child "^3.1.0"
jackspeak "^2.0.3"
minimatch "^9.0.0"
minipass "^5.0.0"
path-scurry "^1.7.0"

glob@^10.0.0, glob@^10.2.2:
version "10.2.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.2.tgz#ce2468727de7e035e8ecf684669dc74d0526ab75"
integrity sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==
Expand Down

0 comments on commit 3016a6c

Please sign in to comment.