Skip to content

Commit d8dd932

Browse files
fix(deps): bump glob from 12.0.0 to 13.0.0 (#592)
Bumps [glob](https://github.com/isaacs/node-glob) from 12.0.0 to 13.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.0 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 f521304 commit d8dd932

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
1818
"axios": "^1.13.2",
19-
"glob": "^12.0.0",
19+
"glob": "^13.0.0",
2020
"lwc": "~8.27.0",
2121
"node-fetch": "^3.3.2",
2222
"open": "^10.2.0",

yarn.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7641,16 +7641,13 @@ glob@^11.0.3:
76417641
package-json-from-dist "^1.0.0"
76427642
path-scurry "^2.0.0"
76437643

7644-
glob@^12.0.0:
7645-
version "12.0.0"
7646-
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
7647-
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
7644+
glob@^13.0.0:
7645+
version "13.0.0"
7646+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
7647+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
76487648
dependencies:
7649-
foreground-child "^3.3.1"
7650-
jackspeak "^4.1.1"
76517649
minimatch "^10.1.1"
76527650
minipass "^7.1.2"
7653-
package-json-from-dist "^1.0.0"
76547651
path-scurry "^2.0.0"
76557652

76567653
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:

0 commit comments

Comments
 (0)