Skip to content

Commit 3eda78b

Browse files
chore(deps): bump glob in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [glob](https://github.com/isaacs/node-glob). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c9120c commit 3eda78b

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
"@vscode/debugadapter": "^1.51.0",
784784
"@vscode/debugprotocol": "^1.68.0",
785785
"buffer": "^6.0.3",
786-
"glob": "^11.0.1",
786+
"glob": "^11.1.0",
787787
"jssha": "^3.3.1",
788788
"react": "^18.3.1",
789789
"react-d3-tree": "^3.6.6",

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6334,7 +6334,7 @@ __metadata:
63346334
languageName: node
63356335
linkType: hard
63366336

6337-
"glob@npm:^11.0.0, glob@npm:^11.0.1":
6337+
"glob@npm:^11.0.0":
63386338
version: 11.0.3
63396339
resolution: "glob@npm:11.0.3"
63406340
dependencies:
@@ -6350,6 +6350,22 @@ __metadata:
63506350
languageName: node
63516351
linkType: hard
63526352

6353+
"glob@npm:^11.1.0":
6354+
version: 11.1.0
6355+
resolution: "glob@npm:11.1.0"
6356+
dependencies:
6357+
foreground-child: "npm:^3.3.1"
6358+
jackspeak: "npm:^4.1.1"
6359+
minimatch: "npm:^10.1.1"
6360+
minipass: "npm:^7.1.2"
6361+
package-json-from-dist: "npm:^1.0.0"
6362+
path-scurry: "npm:^2.0.0"
6363+
bin:
6364+
glob: dist/esm/bin.mjs
6365+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
6366+
languageName: node
6367+
linkType: hard
6368+
63536369
"glob@npm:^7.1.3, glob@npm:^7.1.4":
63546370
version: 7.2.3
63556371
resolution: "glob@npm:7.2.3"
@@ -8898,6 +8914,15 @@ __metadata:
88988914
languageName: node
88998915
linkType: hard
89008916

8917+
"minimatch@npm:^10.1.1":
8918+
version: 10.1.1
8919+
resolution: "minimatch@npm:10.1.1"
8920+
dependencies:
8921+
"@isaacs/brace-expansion": "npm:^5.0.0"
8922+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
8923+
languageName: node
8924+
linkType: hard
8925+
89018926
"minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
89028927
version: 3.1.2
89038928
resolution: "minimatch@npm:3.1.2"
@@ -12276,7 +12301,7 @@ __metadata:
1227612301
eslint-plugin-react-refresh: "npm:^0.4.22"
1227712302
eslint-plugin-unicorn: "npm:^56.0.1"
1227812303
eslint-plugin-unused-imports: "npm:^4.1.4"
12279-
glob: "npm:^11.0.1"
12304+
glob: "npm:^11.1.0"
1228012305
husky: "npm:^9.1.7"
1228112306
jest: "npm:^29.7.0"
1228212307
jssha: "npm:^3.3.1"

0 commit comments

Comments
 (0)