Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency glob to v9.3.5 #115

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/glob": "8.1.0",
"@types/node": "18.15.5",
"dotenv": "16.0.3",
"glob": "9.3.2",
"glob": "9.3.5",
"prettier": "2.8.6",
"tsup": "6.7.0",
"tsx": "3.12.6",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ __metadata:
"@types/node": 18.15.5
cross-fetch: ^3.1.5
dotenv: 16.0.3
glob: 9.3.2
glob: 9.3.5
prettier: 2.8.6
tsup: 6.7.0
tsx: 3.12.6
Expand Down Expand Up @@ -1734,15 +1734,15 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:9.3.2":
version: 9.3.2
resolution: "glob@npm:9.3.2"
"glob@npm:9.3.5":
version: 9.3.5
resolution: "glob@npm:9.3.5"
dependencies:
fs.realpath: ^1.0.0
minimatch: ^7.4.1
minimatch: ^8.0.2
minipass: ^4.2.4
path-scurry: ^1.6.1
checksum: f3d188e9f70e24fa729a63ca197bcdb36d838677abec1fb9bbfe4b7620063bf90dc0f8d195203d632abfdfa049fad0edf22f93c60076de67cef20c23bcbfaee8
checksum: 94b093adbc591bc36b582f77927d1fb0dbf3ccc231828512b017601408be98d1fe798fc8c0b19c6f2d1a7660339c3502ce698de475e9d938ccbb69b47b647c84
languageName: node
linkType: hard

Expand Down Expand Up @@ -2569,7 +2569,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^7.1.3, minimatch@npm:^7.4.1":
"minimatch@npm:^7.1.3":
version: 7.4.2
resolution: "minimatch@npm:7.4.2"
dependencies:
Expand All @@ -2578,6 +2578,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^8.0.2":
version: 8.0.4
resolution: "minimatch@npm:8.0.4"
dependencies:
brace-expansion: ^2.0.1
checksum: 2e46cffb86bacbc524ad45a6426f338920c529dd13f3a732cc2cf7618988ee1aae88df4ca28983285aca9e0f45222019ac2d14ebd17c1edadd2ee12221ab801a
languageName: node
linkType: hard

"minimist-options@npm:^4.0.2":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down