DEV: Bump uppy-s3 to 2.0.2 to fix XHR bug (#14303)

This fixes an error when trying to upload a profile
background image for the user card when the
enable_direct_s3_uploads setting was true:

> Failed to execute 'send' on 'XMLHttpRequest': The object's state must be OPENED.

This was fixed in the upstream commit by the uppy devs:

5937bf2127
This commit is contained in:
Martin Brennan
2021-09-10 15:47:44 +10:00
committed by GitHub
parent 0d809197aa
commit 77b8347158
5 changed files with 51 additions and 28 deletions

View File

@@ -21,7 +21,7 @@
"@ember/test-helpers": "^2.2.0",
"@glimmer/component": "^1.0.0",
"@popperjs/core": "2.9.3",
"@uppy/aws-s3": "^2.0.1",
"@uppy/aws-s3": "^2.0.2",
"@uppy/aws-s3-multipart": "^2.0.2",
"@uppy/core": "^2.0.1",
"@uppy/drop-target": "^1.0.1",

View File

@@ -1395,14 +1395,14 @@
"@uppy/companion-client" "^2.0.0"
"@uppy/utils" "^4.0.0"
"@uppy/aws-s3@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@uppy/aws-s3/-/aws-s3-2.0.1.tgz#d59058f606044f258a9df763dfe1b6a2f7363feb"
integrity sha512-mgdRiXYeX7+yOyXXb28M+j/AzCCmkOyaiXsyFfoKtkCP+ALw2HHCWO4dycl0xaghSFIALBIoLN8ZGQ8zR6P9Pg==
"@uppy/aws-s3@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@uppy/aws-s3/-/aws-s3-2.0.2.tgz#6bd4e17bf3984bf7f8633264c3669a454d9853d5"
integrity sha512-Nxp0nFGTVYgNIVN4bHdWHx+1nEkdCdFeYGw3KltIGPhzN4RRMAvrsCB3Mk4AAWL4KSVKs4BgkNfYNVt3nRJVqg==
dependencies:
"@uppy/companion-client" "^2.0.0"
"@uppy/utils" "^4.0.0"
"@uppy/xhr-upload" "^2.0.1"
"@uppy/xhr-upload" "^2.0.2"
nanoid "^3.1.25"
"@uppy/companion-client@^2.0.0":
@@ -1455,6 +1455,15 @@
"@uppy/utils" "^4.0.0"
nanoid "^3.1.25"
"@uppy/xhr-upload@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@uppy/xhr-upload/-/xhr-upload-2.0.2.tgz#dc61332fc6bf53fcc79892ec41330ac475bdfba6"
integrity sha512-yb/yCUquX0m96jABMEpUQGnxBqjtB5b3u9l8pY+wi3N7SEuDk1u2PPakkbzI6xcguW1e9Peb+Q2LYK6wWaPIxQ==
dependencies:
"@uppy/companion-client" "^2.0.0"
"@uppy/utils" "^4.0.0"
nanoid "^3.1.25"
"@webassemblyjs/ast@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"