Skip to content
Open
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.3",
"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.3"
},
"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.3"
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.4
resolution: "brace-expansion@npm:5.0.4"
dependencies:
balanced-match: "npm:^4.0.2"
checksum: 10c0/359cbcfa80b2eb914ca1f3440e92313fbfe7919ee6b274c35db55bec555aded69dac5ee78f102cec90c35f98c20fa43d10936d0cd9978158823c249257e1643a
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.3":
version: 10.2.4
resolution: "minimatch@npm:10.2.4"
dependencies:
brace-expansion: "npm:^5.0.2"
checksum: 10c0/35f3dfb7b99b51efd46afd378486889f590e7efb10e0f6a10ba6800428cf65c9a8dedb74427d0570b318d749b543dc4e85f06d46d2858bc8cac7e1eb49a95945
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.3"
node-watch: "npm:^0.7.4"
p-map: "npm:^7.0.3"
p-queue: "npm:^9.0.1"
Expand Down
Loading