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

@uppy/compressor: upgrade compressorjs #4924

Merged
merged 1 commit into from
Feb 19, 2024
Merged
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/@uppy/compressor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@transloadit/prettier-bytes": "^0.2.0",
"@uppy/utils": "workspace:^",
"compressorjs": "^1.1.1",
"compressorjs": "^1.2.1",
"preact": "^10.5.13",
"promise-queue": "^2.2.5"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9242,7 +9242,7 @@ __metadata:
dependencies:
"@transloadit/prettier-bytes": ^0.2.0
"@uppy/utils": "workspace:^"
compressorjs: ^1.1.1
compressorjs: ^1.2.1
preact: ^10.5.13
promise-queue: ^2.2.5
vitest: ^1.2.1
Expand Down Expand Up @@ -12782,13 +12782,13 @@ __metadata:
languageName: node
linkType: hard

"compressorjs@npm:^1.1.1":
version: 1.1.1
resolution: "compressorjs@npm:1.1.1"
"compressorjs@npm:^1.2.1":
version: 1.2.1
resolution: "compressorjs@npm:1.2.1"
dependencies:
blueimp-canvas-to-blob: ^3.29.0
is-blob: ^2.1.0
checksum: b4899567df07ebd0f2d3bdc814a6e63b0013be0020e119c0aa4fd4292298a0a4251302855c6ec6c40dd676c0e02f9a4483868f81474229cc375b928bb9c3f086
checksum: 8b25fc29b7908216f7029e807623ae9c034fb0e77a72a752686bdd255bd3b1a5cc004b6651cf7ca948c1f86f3151ac3fc00800119d17f8a248d2f0a54570c8b8
languageName: node
linkType: hard

Expand Down
Loading