Skip to content

Commit 256f9f5

Browse files
Merge pull request #858 from ruby-syntax-tree/dependabot/npm_and_yarn/glob-13.0.0
Bump glob from 12.0.0 to 13.0.0
2 parents 0c14ae7 + 21f6b15 commit 256f9f5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@vscode/vsce": "^3.6.0",
122122
"esbuild": "^0.27.0",
123123
"eslint": "^9.31.0",
124-
"glob": "^12.0.0",
124+
"glob": "^13.0.0",
125125
"globals": "^16.3.0",
126126
"mocha": "^11.0.1",
127127
"typescript": "=5.9.3",

yarn.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,16 +1691,13 @@ glob@^11.0.0:
16911691
package-json-from-dist "^1.0.0"
16921692
path-scurry "^2.0.0"
16931693

1694-
glob@^12.0.0:
1695-
version "12.0.0"
1696-
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
1697-
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
1694+
glob@^13.0.0:
1695+
version "13.0.0"
1696+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
1697+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
16981698
dependencies:
1699-
foreground-child "^3.3.1"
1700-
jackspeak "^4.1.1"
17011699
minimatch "^10.1.1"
17021700
minipass "^7.1.2"
1703-
package-json-from-dist "^1.0.0"
17041701
path-scurry "^2.0.0"
17051702

17061703
globals@^14.0.0:

0 commit comments

Comments
 (0)