aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-03 20:19:42 +0100
committerChocobozzz <me@florianbigard.com>2019-12-03 20:19:42 +0100
commit3e101afb902003c0c9b87e2b0dcbc4dd079852bc (patch)
tree7dc8a7a5b47294fe6fcf376cf83da5d9cee8cef3
parent2fcc2294974dacef3c83928abf0f299e8ae12cd2 (diff)
downloadPeerTube-3e101afb902003c0c9b87e2b0dcbc4dd079852bc.tar.gz
PeerTube-3e101afb902003c0c9b87e2b0dcbc4dd079852bc.tar.zst
PeerTube-3e101afb902003c0c9b87e2b0dcbc4dd079852bc.zip
Fix tests
-rw-r--r--package.json2
-rw-r--r--yarn.lock13
2 files changed, 3 insertions, 12 deletions
diff --git a/package.json b/package.json
index 941fc3ea8..8efdca055 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,7 @@
121 "fluent-ffmpeg": "^2.1.0", 121 "fluent-ffmpeg": "^2.1.0",
122 "fs-extra": "^8.0.1", 122 "fs-extra": "^8.0.1",
123 "helmet": "^3.12.1", 123 "helmet": "^3.12.1",
124 "http-signature": "^1.2.0", 124 "http-signature": "1.2.0",
125 "ip-anonymize": "^0.1.0", 125 "ip-anonymize": "^0.1.0",
126 "ipaddr.js": "1.9.1", 126 "ipaddr.js": "1.9.1",
127 "is-cidr": "^3.0.0", 127 "is-cidr": "^3.0.0",
diff --git a/yarn.lock b/yarn.lock
index fd58b3c4a..da4bd1e1e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3048,16 +3048,7 @@ http-parser-js@^0.4.3:
3048 resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.13.tgz#3bd6d6fde6e3172c9334c3b33b6c193d80fe1137" 3048 resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.13.tgz#3bd6d6fde6e3172c9334c3b33b6c193d80fe1137"
3049 integrity sha1-O9bW/ebjFyyTNMOzO2wZPYD+ETc= 3049 integrity sha1-O9bW/ebjFyyTNMOzO2wZPYD+ETc=
3050 3050
3051http-signature@^1.2.0: 3051http-signature@1.2.0, http-signature@~1.2.0:
3052 version "1.3.1"
3053 resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.1.tgz#739fe2f8897ba84798e3e54b699a9008a8724ff9"
3054 integrity sha512-Y29YKEc8MQsjch/VzkUVJ+2MXd9WcR42fK5u36CZf4G8bXw2DXMTWuESiB0R6m59JAWxlPPw5/Fri/t/AyyueA==
3055 dependencies:
3056 assert-plus "^1.0.0"
3057 jsprim "^1.2.2"
3058 sshpk "^1.14.1"
3059
3060http-signature@~1.2.0:
3061 version "1.2.0" 3052 version "1.2.0"
3062 resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" 3053 resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
3063 integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= 3054 integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
@@ -6044,7 +6035,7 @@ srt-to-vtt@^1.1.2:
6044 through2 "^0.6.3" 6035 through2 "^0.6.3"
6045 to-utf-8 "^1.2.0" 6036 to-utf-8 "^1.2.0"
6046 6037
6047sshpk@^1.14.1, sshpk@^1.7.0: 6038sshpk@^1.7.0:
6048 version "1.16.1" 6039 version "1.16.1"
6049 resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" 6040 resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
6050 integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== 6041 integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==