Skip to content

Commit 60882ec

Browse files
fix(deps): bump glob from 12.0.0 to 13.0.0
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>
1 parent 34f9213 commit 60882ec

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.25.1",
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
@@ -7647,16 +7647,13 @@ glob@^11.0.3:
76477647
package-json-from-dist "^1.0.0"
76487648
path-scurry "^2.0.0"
76497649

7650-
glob@^12.0.0:
7651-
version "12.0.0"
7652-
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
7653-
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
7650+
glob@^13.0.0:
7651+
version "13.0.0"
7652+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
7653+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
76547654
dependencies:
7655-
foreground-child "^3.3.1"
7656-
jackspeak "^4.1.1"
76577655
minimatch "^10.1.1"
76587656
minipass "^7.1.2"
7659-
package-json-from-dist "^1.0.0"
76607657
path-scurry "^2.0.0"
76617658

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

0 commit comments

Comments
 (0)