From 46ad6770daf49846a1cd5a6ac0b86d5ffecf285b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:15:14 +0000 Subject: [PATCH] Bump glob from 10.4.5 to 10.5.0 Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 929c5ff2a1bc..b3bfb48e6e11 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "gatsby-transformer-json": "^4.20.0", "git-url-parse": "^11.6.0", "github-slugger": "^1.4.0", - "glob": "^10.3.10", + "glob": "^10.5.0", "html-to-image": "^1.11.11", "instantsearch.js": "^4.49.1", "jsdom": "^20.0.0", diff --git a/yarn.lock b/yarn.lock index 9e9d2c50dc05..cee5e48f913f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16676,10 +16676,10 @@ glob@*: package-json-from-dist "^1.0.0" path-scurry "^2.0.0" -glob@^10.3.10: - version "10.4.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" - integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== +glob@^10.3.10, glob@^10.5.0: + version "10.5.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c" + integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg== dependencies: foreground-child "^3.1.0" jackspeak "^3.1.2"