Skip to content

Commit 9064fbe

Browse files
fix(deps): bump glob from 13.0.1 to 13.0.2 (#616)
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.1 to 13.0.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.2 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 688fdc7 commit 9064fbe

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.1",
20+
"glob": "^13.0.2",
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
@@ -7598,10 +7598,10 @@ glob@^11.0.3:
75987598
package-json-from-dist "^1.0.0"
75997599
path-scurry "^2.0.0"
76007600

7601-
glob@^13.0.1:
7602-
version "13.0.1"
7603-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.1.tgz#c59a2500c9a5f1ab9cdd370217ced63c2aa81e60"
7604-
integrity sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==
7601+
glob@^13.0.2:
7602+
version "13.0.2"
7603+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.2.tgz#74b28859255e319c84d1aed1a0a5b5248bfea227"
7604+
integrity sha512-035InabNu/c1lW0tzPhAgapKctblppqsKKG9ZaNzbr+gXwWMjXoiyGSyB9sArzrjG7jY+zntRq5ZSUYemrnWVQ==
76057605
dependencies:
76067606
minimatch "^10.1.2"
76077607
minipass "^7.1.2"

0 commit comments

Comments
 (0)