Skip to content

Commit ae28f36

Browse files
Bump glob from 11.0.3 to 11.1.0
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6bc68e commit ae28f36

File tree

5 files changed

+40
-27
lines changed

5 files changed

+40
-27
lines changed

packages/cursorless-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
"@cursorless/node-common": "workspace:*",
12851285
"@cursorless/test-case-recorder": "workspace:*",
12861286
"@cursorless/vscode-common": "workspace:*",
1287-
"glob": "^11.0.3",
1287+
"glob": "^11.1.0",
12881288
"itertools": "^2.5.0",
12891289
"lodash-es": "^4.17.21",
12901290
"nearley": "^2.20.1",

packages/node-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@cursorless/common": "workspace:*",
26-
"glob": "^11.0.3",
26+
"glob": "^11.1.0",
2727
"lodash-es": "^4.17.21"
2828
},
2929
"devDependencies": {

packages/test-case-recorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@cursorless/common": "workspace:*",
2626
"@cursorless/cursorless-engine": "workspace:*",
2727
"@cursorless/node-common": "workspace:*",
28-
"glob": "^11.0.3",
28+
"glob": "^11.1.0",
2929
"immutability-helper": "^3.1.1",
3030
"lodash-es": "^4.17.21"
3131
},

packages/test-harness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@cursorless/neovim-common": "workspace:*",
3636
"@cursorless/neovim-registry": "workspace:*",
3737
"@cursorless/node-common": "workspace:*",
38-
"glob": "^11.0.3",
38+
"glob": "^11.1.0",
3939
"neovim": "^5.4.0",
4040
"tail": "^2.2.6"
4141
},

pnpm-lock.yaml

Lines changed: 36 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)