Skip to content

Commit 7a3c708

Browse files
fix(deps): bump glob from 13.0.4 to 13.0.5 (#625)
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.4 to 13.0.5. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.4...v13.0.5) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.5 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 d1b6aa6 commit 7a3c708

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.4",
20+
"glob": "^13.0.5",
2121
"lwc": "~8.28.2",
2222
"node-fetch": "^3.3.2",
2323
"open": "^10.2.0",

yarn.lock

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

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==
7608+
glob@^13.0.5:
7609+
version "13.0.5"
7610+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.5.tgz#a48f760c6312b1a19d2950fcb577384221c4ec00"
7611+
integrity sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==
76127612
dependencies:
76137613
minimatch "^10.2.1"
76147614
minipass "^7.1.2"

0 commit comments

Comments
 (0)