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

Upgrade tus-js-client #4848

Merged
merged 1 commit into from
Jan 2, 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/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"redis": "4.2.0",
"serialize-error": "^2.1.0",
"serialize-javascript": "^6.0.0",
"tus-js-client": "^3.0.0",
"tus-js-client": "^3.1.3",
"validator": "^13.0.0",
"ws": "8.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/tus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@uppy/companion-client": "workspace:^",
"@uppy/utils": "workspace:^",
"tus-js-client": "^3.0.0"
"tus-js-client": "^3.1.3"
},
"devDependencies": {
"vitest": "^0.34.5"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9359,7 +9359,7 @@ __metadata:
serialize-error: ^2.1.0
serialize-javascript: ^6.0.0
supertest: 6.2.4
tus-js-client: ^3.0.0
tus-js-client: ^3.1.3
typescript: ~5.1
validator: ^13.0.0
ws: 8.8.1
Expand Down Expand Up @@ -9775,7 +9775,7 @@ __metadata:
dependencies:
"@uppy/companion-client": "workspace:^"
"@uppy/utils": "workspace:^"
tus-js-client: ^3.0.0
tus-js-client: ^3.1.3
vitest: ^0.34.5
peerDependencies:
"@uppy/core": "workspace:^"
Expand Down Expand Up @@ -30356,9 +30356,9 @@ __metadata:
languageName: node
linkType: hard

"tus-js-client@npm:^3.0.0":
version: 3.0.0
resolution: "tus-js-client@npm:3.0.0"
"tus-js-client@npm:^3.1.3":
version: 3.1.3
resolution: "tus-js-client@npm:3.1.3"
dependencies:
buffer-from: ^1.1.2
combine-errors: ^3.0.3
Expand All @@ -30367,7 +30367,7 @@ __metadata:
lodash.throttle: ^4.1.1
proper-lockfile: ^4.1.2
url-parse: ^1.5.7
checksum: dda7921a0d55f3a15535590adb6eb98edfbf6c88dfbcad9bf1013cfa16bc2244fb937ad1d6bc05f34005ee103da31ccbae5ca650d46dc23d6e653946994c9015
checksum: 6f25dbbdbe1de51f44688dfb9ee78cae8deb987ac0a8e5d7d3e09a52ed0a7bfa5e2c3e39e82f0913beb241da78ddf42bdcb4c44369ea57f7cf15fad17e5b954f
languageName: node
linkType: hard

Expand Down
Loading