mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3043 Fix on upload file
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
"normalize-css": "^2.1.0",
|
"normalize-css": "^2.1.0",
|
||||||
"npm": "^6.0.0",
|
"npm": "^6.0.0",
|
||||||
"npm-modernizr": "^2.8.3",
|
"npm-modernizr": "^2.8.3",
|
||||||
"phraseanet-production-client": "0.34.183-d",
|
"phraseanet-production-client": "0.34.185-d",
|
||||||
"requirejs": "^2.3.5",
|
"requirejs": "^2.3.5",
|
||||||
"tinymce": "^4.0.28",
|
"tinymce": "^4.0.28",
|
||||||
"underscore": "^1.8.3",
|
"underscore": "^1.8.3",
|
||||||
|
55
yarn.lock
55
yarn.lock
@@ -1730,13 +1730,12 @@ axios@0.17.1:
|
|||||||
follow-redirects "^1.2.5"
|
follow-redirects "^1.2.5"
|
||||||
is-buffer "^1.1.5"
|
is-buffer "^1.1.5"
|
||||||
|
|
||||||
axios@^0.16.2:
|
axios@^0.19.2:
|
||||||
version "0.16.2"
|
version "0.19.2"
|
||||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d"
|
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
|
||||||
integrity sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=
|
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects "^1.2.3"
|
follow-redirects "1.5.10"
|
||||||
is-buffer "^1.1.5"
|
|
||||||
|
|
||||||
babel-runtime@^6.0.0:
|
babel-runtime@^6.0.0:
|
||||||
version "6.26.0"
|
version "6.26.0"
|
||||||
@@ -1881,10 +1880,10 @@ blueimp-file-upload@^8.3.0:
|
|||||||
blueimp-tmpl ">=2.3.0"
|
blueimp-tmpl ">=2.3.0"
|
||||||
jquery ">=1.6"
|
jquery ">=1.6"
|
||||||
|
|
||||||
blueimp-file-upload@^9.18.0:
|
blueimp-file-upload@^9.15.0:
|
||||||
version "9.30.0"
|
version "9.34.0"
|
||||||
resolved "https://registry.yarnpkg.com/blueimp-file-upload/-/blueimp-file-upload-9.30.0.tgz#c6f255ce8cbfb21d6f22fabd8dddea6e704227f3"
|
resolved "https://registry.yarnpkg.com/blueimp-file-upload/-/blueimp-file-upload-9.34.0.tgz#1a57744f262f7c86d575ddb1b3d98f0bdd06feea"
|
||||||
integrity sha512-+xuYMzWREjm2MgQMRlftThDBdP4DklKjC++VihDNW0iwBLfziS4B/BAYGuQxMY8MsxAwVQk3ogxaczsaNVVVEg==
|
integrity sha512-dXacFmyv6p0n+l5+u1ssYhSpCJdYabl7BZTw5WvB6ygY2ksTB3SdD6huafryEO5DH+XuspHDL6+IJ3m14Va+FQ==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
blueimp-canvas-to-blob "3.5.0"
|
blueimp-canvas-to-blob "3.5.0"
|
||||||
blueimp-load-image "2.12.2"
|
blueimp-load-image "2.12.2"
|
||||||
@@ -2837,7 +2836,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ms "2.0.0"
|
ms "2.0.0"
|
||||||
|
|
||||||
debug@3.1.0, debug@~3.1.0:
|
debug@3.1.0, debug@=3.1.0, debug@~3.1.0:
|
||||||
version "3.1.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
||||||
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
|
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
|
||||||
@@ -3650,7 +3649,14 @@ flush-write-stream@^1.0.0:
|
|||||||
inherits "^2.0.3"
|
inherits "^2.0.3"
|
||||||
readable-stream "^2.3.6"
|
readable-stream "^2.3.6"
|
||||||
|
|
||||||
follow-redirects@^1.2.3, follow-redirects@^1.2.5:
|
follow-redirects@1.5.10:
|
||||||
|
version "1.5.10"
|
||||||
|
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
|
||||||
|
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
|
||||||
|
dependencies:
|
||||||
|
debug "=3.1.0"
|
||||||
|
|
||||||
|
follow-redirects@^1.2.5:
|
||||||
version "1.7.0"
|
version "1.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
|
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
|
||||||
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
|
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
|
||||||
@@ -5320,16 +5326,11 @@ jquery-ui-dist@^1.12.1:
|
|||||||
resolved "https://registry.yarnpkg.com/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz#5c0815d3cc6f90ff5faaf5b268a6e23b4ca904fa"
|
resolved "https://registry.yarnpkg.com/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz#5c0815d3cc6f90ff5faaf5b268a6e23b4ca904fa"
|
||||||
integrity sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo=
|
integrity sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo=
|
||||||
|
|
||||||
jquery-ui@^1.12.1:
|
jquery-ui@^1.10.4, jquery-ui@^1.12.1:
|
||||||
version "1.12.1"
|
version "1.12.1"
|
||||||
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
|
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
|
||||||
integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=
|
integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=
|
||||||
|
|
||||||
jquery-ui@~1.10:
|
|
||||||
version "1.10.5"
|
|
||||||
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.10.5.tgz#826aed3dd1f88d32ae75d74df48643dc431a5815"
|
|
||||||
integrity sha1-gmrtPdH4jTKudddN9IZD3EMaWBU=
|
|
||||||
|
|
||||||
jquery.cookie@^1.4.1:
|
jquery.cookie@^1.4.1:
|
||||||
version "1.4.1"
|
version "1.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/jquery.cookie/-/jquery.cookie-1.4.1.tgz#d63dce209eab691fe63316db08ca9e47e0f9385b"
|
resolved "https://registry.yarnpkg.com/jquery.cookie/-/jquery.cookie-1.4.1.tgz#d63dce209eab691fe63316db08ca9e47e0f9385b"
|
||||||
@@ -5995,7 +5996,7 @@ lodash.keys@~2.4.1:
|
|||||||
lodash._shimkeys "~2.4.1"
|
lodash._shimkeys "~2.4.1"
|
||||||
lodash.isobject "~2.4.1"
|
lodash.isobject "~2.4.1"
|
||||||
|
|
||||||
lodash.merge@^4.6.0:
|
lodash.merge@^4.6.2:
|
||||||
version "4.6.2"
|
version "4.6.2"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
|
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
|
||||||
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
|
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
|
||||||
@@ -7577,16 +7578,16 @@ phraseanet-common@^0.4.5-d:
|
|||||||
js-cookie "^2.1.0"
|
js-cookie "^2.1.0"
|
||||||
pym.js "^1.3.1"
|
pym.js "^1.3.1"
|
||||||
|
|
||||||
phraseanet-production-client@0.34.183-d:
|
phraseanet-production-client@0.34.185-d:
|
||||||
version "0.34.183-d"
|
version "0.34.185-d"
|
||||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.183-d.tgz#ca9c1f65b271ad52d6a0fe5dc385bb3ed32451e2"
|
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.185-d.tgz#07868b2b975a4a28b63f9855083214a8b291ff32"
|
||||||
integrity sha512-hNbtWjQZjq//AJxNh2NPGiCsMaYYEhGuxyAs2/w41BtSuec3LiwbOOxJS+vZokBYHqL5IRWxR6ASXhz9dNxBdQ==
|
integrity sha512-cxjVMk9Lf34kt7H2TVXUAOY91dCZXyuQvSZI29jyEdr6LmWAr26p6qNixdGRV/86JpH1Lo+hKaIWOv/oat1aXw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@mapbox/mapbox-gl-language" "^0.9.2"
|
"@mapbox/mapbox-gl-language" "^0.9.2"
|
||||||
"@turf/turf" "^5.1.6"
|
"@turf/turf" "^5.1.6"
|
||||||
axios "^0.16.2"
|
axios "^0.19.2"
|
||||||
backbone "^1.3.3"
|
backbone "^1.3.3"
|
||||||
blueimp-file-upload "^9.18.0"
|
blueimp-file-upload "^9.15.0"
|
||||||
blueimp-load-image "^2.14.0"
|
blueimp-load-image "^2.14.0"
|
||||||
bootstrap-multiselect "^0.9.13-1"
|
bootstrap-multiselect "^0.9.13-1"
|
||||||
bootstrap-sass "^2.3.2"
|
bootstrap-sass "^2.3.2"
|
||||||
@@ -7598,14 +7599,14 @@ phraseanet-production-client@0.34.183-d:
|
|||||||
jquery "^3.2.1"
|
jquery "^3.2.1"
|
||||||
jquery-lazyload "^1.9.7"
|
jquery-lazyload "^1.9.7"
|
||||||
jquery-treeview "https://github.com/alchemy-fr/jquery-treeview.git"
|
jquery-treeview "https://github.com/alchemy-fr/jquery-treeview.git"
|
||||||
jquery-ui "~1.10"
|
jquery-ui "^1.10.4"
|
||||||
jquery-ui-datepicker-with-i18n "^1.10.4"
|
jquery-ui-datepicker-with-i18n "^1.10.4"
|
||||||
jquery.fancytree "~2.7"
|
jquery.fancytree "~2.7"
|
||||||
jquery.tree "0.0.5"
|
jquery.tree "0.0.5"
|
||||||
leaflet "^0.7.7"
|
leaflet "^0.7.7"
|
||||||
leaflet-contextmenu "^1.0.0"
|
leaflet-contextmenu "^1.0.0"
|
||||||
leaflet-draw "^0.3.0"
|
leaflet-draw "^0.3.0"
|
||||||
lodash.merge "^4.6.0"
|
lodash.merge "^4.6.2"
|
||||||
mapbox "^1.0.0-beta10"
|
mapbox "^1.0.0-beta10"
|
||||||
mapbox-gl "^0.44.2"
|
mapbox-gl "^0.44.2"
|
||||||
mapbox-gl-circle "^1.6.5"
|
mapbox-gl-circle "^1.6.5"
|
||||||
|
Reference in New Issue
Block a user