diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-17 14:54:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-17 14:54:54 +0200 |
commit | f4120aea7a4b4785cc59b690b9187621c84126af (patch) | |
tree | 7267c0bf9774b9ffcd619de014aacdf3c97bf5ef /package.json | |
parent | f15f20a5be725a324f0ff7f9abda7dba3da4c4c6 (diff) | |
download | PeerTube-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.json | 2 |
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", |