Skip to content
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 packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"badge-maker": "^5.0.2",
"execa": "9.6.0",
"image-size": "^2.0.2",
"minimatch": "^10.1.1",
"minimatch": "^10.2.1",
"nock": "^14.0.10",
"p-retry": "^7.0.0",
"rimraf": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/minimist": "^1.2.5",
"@types/node": "^24.10.3",
"@types/recursive-readdir": "^2.2.4",
"minimatch": "^10.1.1"
"minimatch": "^10.2.1"
},
"repository": {
"type": "git",
Expand Down
29 changes: 27 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@ __metadata:
is-stream: "npm:^4.0.1"
json-to-ast: "npm:^2.1.0"
lodash-es: "npm:^4.17.21"
minimatch: "npm:^10.1.1"
minimatch: "npm:^10.2.1"
nock: "npm:^14.0.10"
node-watch: "npm:^0.7.4"
p-map: "npm:^7.0.3"
Expand Down Expand Up @@ -3181,6 +3181,13 @@ __metadata:
languageName: node
linkType: hard

"balanced-match@npm:^4.0.2":
version: 4.0.4
resolution: "balanced-match@npm:4.0.4"
checksum: 10c0/07e86102a3eb2ee2a6a1a89164f29d0dbaebd28f2ca3f5ca786f36b8b23d9e417eb3be45a4acf754f837be5ac0a2317de90d3fcb7f4f4dc95720a1f36b26a17b
languageName: node
linkType: hard

"better-path-resolve@npm:1.0.0":
version: 1.0.0
resolution: "better-path-resolve@npm:1.0.0"
Expand Down Expand Up @@ -3267,6 +3274,15 @@ __metadata:
languageName: node
linkType: hard

"brace-expansion@npm:^5.0.2":
version: 5.0.3
resolution: "brace-expansion@npm:5.0.3"
dependencies:
balanced-match: "npm:^4.0.2"
checksum: 10c0/e474d300e581ec56851b3863ff1cf18573170c6d06deb199ccbd03b2119c36975f6ce2abc7b770f5bebddc1ab022661a9fea9b4d56f33315d7bef54d8793869e
languageName: node
linkType: hard

"braces@npm:^3.0.3":
version: 3.0.3
resolution: "braces@npm:3.0.3"
Expand Down Expand Up @@ -5786,6 +5802,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.2.1":
version: 10.2.2
resolution: "minimatch@npm:10.2.2"
dependencies:
brace-expansion: "npm:^5.0.2"
checksum: 10c0/098831f2f542cb802e1f249c809008a016e1fef6b3a9eda9cf9ecb2b3d7979083951bd47c0c82fcf34330bd3b36638a493d4fa8e24cce58caf5b481de0f4e238
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand Down Expand Up @@ -7648,7 +7673,7 @@ __metadata:
is-stream: "npm:^4.0.1"
json-to-ast: "npm:^2.1.0"
lodash-es: "npm:^4.17.21"
minimatch: "npm:^10.1.1"
minimatch: "npm:^10.2.1"
node-watch: "npm:^0.7.4"
p-map: "npm:^7.0.3"
p-queue: "npm:^9.0.1"
Expand Down
Loading