From abaab1fc6d78cfe83183defd555fc7bf6634c903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:57:43 +0000 Subject: [PATCH] fix(deps): 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:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4a515905..1831cdd6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14", "@salesforce/sf-plugins-core": "^11.2.4", "axios": "^1.13.5", - "glob": "^13.0.3", + "glob": "^13.0.4", "lwc": "~8.28.2", "node-fetch": "^3.3.2", "open": "^10.2.0", diff --git a/yarn.lock b/yarn.lock index 5ba54543..d5e10f97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7605,12 +7605,12 @@ glob@^11.0.3: 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" @@ -9621,10 +9621,10 @@ minimatch@9.0.3: dependencies: brace-expansion "^2.0.1" -minimatch@^10.0.3, minimatch@^10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.0.tgz#e710473e66e3e1aaf376d0aa82438375cac86e9e" - integrity sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w== +minimatch@^10.0.3, 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== dependencies: brace-expansion "^5.0.2"