Skip to content

Commit

Permalink
chore(deps): update dependency glob to v10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2023
1 parent c5921bc commit 954d206
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/estree": "1.0.1",
"esbuild": "0.18.7",
"fast-glob": "3.2.12",
"glob": "10.2.7",
"glob": "10.3.0",
"typescript": "5.1.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@babel/cli": "7.22.5",
"glob": "10.2.7",
"glob": "10.3.0",
"jest": "29.5.0",
"typescript": "5.1.3"
},
Expand Down
21 changes: 18 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7629,7 +7629,7 @@ __metadata:
esbuild: 0.18.7
eslint: 8.42.0
fast-glob: 3.2.12
glob: 10.2.7
glob: 10.3.0
typescript: 5.1.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8035,7 +8035,7 @@ __metadata:
"@vitejs/plugin-react": 4.0.1
buffer: 6.0.3
core-js: 3.31.0
glob: 10.2.7
glob: 10.3.0
jest: 29.5.0
typescript: 5.1.3
vite: 4.3.9
Expand Down Expand Up @@ -18435,7 +18435,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:10.2.7, glob@npm:^10.2.2, glob@npm:^10.2.5":
"glob@npm:10.2.7":
version: 10.2.7
resolution: "glob@npm:10.2.7"
dependencies:
Expand All @@ -18450,6 +18450,21 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:10.3.0, glob@npm:^10.2.2, glob@npm:^10.2.5":
version: 10.3.0
resolution: "glob@npm:10.3.0"
dependencies:
foreground-child: ^3.1.0
jackspeak: ^2.0.3
minimatch: ^9.0.1
minipass: ^5.0.0 || ^6.0.2
path-scurry: ^1.7.0
bin:
glob: dist/cjs/src/bin.js
checksum: 0ed8f32c3ff68710b9c09d6988901bca7b20f4786e7617d2ccdc6673efaf391b562e483871747d625415c394f61abda22a6adfdce554019ad09b7515292041f9
languageName: node
linkType: hard

"glob@npm:7.1.4":
version: 7.1.4
resolution: "glob@npm:7.1.4"
Expand Down

0 comments on commit 954d206

Please sign in to comment.