From e7b70c6058240a14f8dbcdfd6f5db2e64b2c6be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:54:13 +0000 Subject: [PATCH] Bump glob from 13.0.3 to 13.0.4 Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.3 to 13.0.4. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v13.0.3...v13.0.4) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 006120846..6ac082d24 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@redocly/cli": "2.14.1", "@stellar/prettier-config": "^1.2.0", "eslint": "9.39.2", - "glob":"^13.0.3", + "glob":"^13.0.4", "husky": "^9.1.7", "prettier": "3.7.4", "typescript": "5.9.3" diff --git a/yarn.lock b/yarn.lock index 0814d5979..c1af5f04a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7546,12 +7546,12 @@ glob@^11.0.1: package-json-from-dist "^1.0.0" path-scurry "^2.0.0" -glob@^13.0.3: - version "13.0.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.3.tgz#e5c39b3e0eb8a2e2bc35e3b28e78fd0839ff9e68" - integrity sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA== +glob@^13.0.4: + version "13.0.4" + resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.4.tgz#8479df26cb72f9a878179704f6ef3fb7db7cba09" + integrity sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A== dependencies: - minimatch "^10.2.0" + minimatch "^10.2.1" minipass "^7.1.2" path-scurry "^2.0.0" @@ -10611,7 +10611,7 @@ minimatch@3.1.2, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^10.1.1, minimatch@^10.2.0: +minimatch@^10.1.1, minimatch@^10.2.1: version "10.2.1" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0" integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==