Skip to content

Commit eaf07a8

Browse files
fix(deps): bump glob from 13.0.3 to 13.0.4 (#624)
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](isaacs/node-glob@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 345b6c5 commit eaf07a8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
1818
"@salesforce/sf-plugins-core": "^11.2.4",
1919
"axios": "^1.13.5",
20-
"glob": "^13.0.3",
20+
"glob": "^13.0.4",
2121
"lwc": "~8.28.2",
2222
"node-fetch": "^3.3.2",
2323
"open": "^10.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7605,12 +7605,12 @@ glob@^11.0.3:
76057605
package-json-from-dist "^1.0.0"
76067606
path-scurry "^2.0.0"
76077607

7608-
glob@^13.0.3:
7609-
version "13.0.3"
7610-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.3.tgz#e5c39b3e0eb8a2e2bc35e3b28e78fd0839ff9e68"
7611-
integrity sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA==
7608+
glob@^13.0.4:
7609+
version "13.0.4"
7610+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.4.tgz#8479df26cb72f9a878179704f6ef3fb7db7cba09"
7611+
integrity sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A==
76127612
dependencies:
7613-
minimatch "^10.2.0"
7613+
minimatch "^10.2.1"
76147614
minipass "^7.1.2"
76157615
path-scurry "^2.0.0"
76167616

@@ -9621,10 +9621,10 @@ minimatch@9.0.3:
96219621
dependencies:
96229622
brace-expansion "^2.0.1"
96239623

9624-
minimatch@^10.0.3, minimatch@^10.2.0:
9625-
version "10.2.0"
9626-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.0.tgz#e710473e66e3e1aaf376d0aa82438375cac86e9e"
9627-
integrity sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==
9624+
minimatch@^10.0.3, minimatch@^10.2.1:
9625+
version "10.2.1"
9626+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
9627+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
96289628
dependencies:
96299629
brace-expansion "^5.0.2"
96309630

0 commit comments

Comments
 (0)