From b2cb757d364c2fe5cedf3879cb5aca6a7fe9b346 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Fri, 28 Jul 2023 15:14:45 +0200 Subject: [PATCH] Upgrade tus js lib --- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3ae3b424..295a369e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "noty": "^3.2.0-beta", "pretty-bytes": "^6.0.0", "qrcode.vue": "^1.7.0", - "tus-js-client": "^3.0.1", + "tus-js-client": "^3.1.0", "utif": "^3.1.0", "vue": "^2.6.10", "vue-async-computed": "^3.9.0", @@ -28137,4 +28137,4 @@ } } } -} \ No newline at end of file +} diff --git a/frontend/package.json b/frontend/package.json index 77df3ca3..1573f407 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "noty": "^3.2.0-beta", "pretty-bytes": "^6.0.0", "qrcode.vue": "^1.7.0", - "tus-js-client": "^3.0.1", + "tus-js-client": "^3.1.0", "utif": "^3.1.0", "vue": "^2.6.10", "vue-async-computed": "^3.9.0",