diff --git a/package.json b/package.json index 3c3ef1c2fb1dc6..70b8e4caed820d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 32e90a16f69a32..86cdeec2054ffb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==