aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-17 14:54:54 +0200
committerChocobozzz <me@florianbigard.com>2022-05-17 14:54:54 +0200
commitf4120aea7a4b4785cc59b690b9187621c84126af (patch)
tree7267c0bf9774b9ffcd619de014aacdf3c97bf5ef /package.json
parentf15f20a5be725a324f0ff7f9abda7dba3da4c4c6 (diff)
downloadPeerTube-f4120aea7a4b4785cc59b690b9187621c84126af.tar.gz
PeerTube-f4120aea7a4b4785cc59b690b9187621c84126af.tar.zst
PeerTube-f4120aea7a4b4785cc59b690b9187621c84126af.zip
Fix video upload with some characters in filename
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 44f0a22d4..d9ff46f18 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
83 "@babel/parser": "7.17.8", 83 "@babel/parser": "7.17.8",
84 "@peertube/feed": "^5.0.1", 84 "@peertube/feed": "^5.0.1",
85 "@peertube/http-signature": "^1.6.0", 85 "@peertube/http-signature": "^1.6.0",
86 "@uploadx/core": "^5.1.0", 86 "@uploadx/core": "^5.1.2",
87 "async": "^3.0.1", 87 "async": "^3.0.1",
88 "async-lru": "^1.1.1", 88 "async-lru": "^1.1.1",
89 "bcrypt": "5.0.1", 89 "bcrypt": "5.0.1",