diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-28 16:03:39 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-28 16:21:34 +0100 |
commit | bdd428a6d9138d751f8cde82867022a93f1a76cc (patch) | |
tree | c2b671c3d6a34daddd20e30656f573cf59905f13 /package.json | |
parent | 9d94e5d7b96332d628ed835c67c2986289ead9b2 (diff) | |
download | PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.tar.gz PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.tar.zst PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.zip |
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 0b944cce9..9e01a12b4 100644 --- a/package.json +++ b/package.json | |||
@@ -82,7 +82,7 @@ | |||
82 | "apicache": "^1.4.0", | 82 | "apicache": "^1.4.0", |
83 | "async": "^3.0.1", | 83 | "async": "^3.0.1", |
84 | "async-lru": "^1.1.1", | 84 | "async-lru": "^1.1.1", |
85 | "bcrypt": "3.0.7", | 85 | "bcrypt": "4.0.0", |
86 | "bittorrent-tracker": "^9.0.0", | 86 | "bittorrent-tracker": "^9.0.0", |
87 | "bluebird": "^3.5.0", | 87 | "bluebird": "^3.5.0", |
88 | "body-parser": "^1.12.4", | 88 | "body-parser": "^1.12.4", |
@@ -102,7 +102,7 @@ | |||
102 | "fluent-ffmpeg": "^2.1.0", | 102 | "fluent-ffmpeg": "^2.1.0", |
103 | "fs-extra": "^8.0.1", | 103 | "fs-extra": "^8.0.1", |
104 | "helmet": "^3.12.1", | 104 | "helmet": "^3.12.1", |
105 | "http-signature": "1.3.1", | 105 | "http-signature": "1.3.2", |
106 | "ip-anonymize": "^0.1.0", | 106 | "ip-anonymize": "^0.1.0", |
107 | "ipaddr.js": "1.9.1", | 107 | "ipaddr.js": "1.9.1", |
108 | "is-cidr": "^3.0.0", | 108 | "is-cidr": "^3.0.0", |
@@ -122,11 +122,11 @@ | |||
122 | "pfeed": "1.1.11", | 122 | "pfeed": "1.1.11", |
123 | "pg": "^7.4.1", | 123 | "pg": "^7.4.1", |
124 | "prompt": "^1.0.0", | 124 | "prompt": "^1.0.0", |
125 | "redis": "^2.8.0", | 125 | "redis": "^3.0.2", |
126 | "reflect-metadata": "^0.1.12", | 126 | "reflect-metadata": "^0.1.12", |
127 | "request": "^2.81.0", | 127 | "request": "^2.81.0", |
128 | "scripty": "^1.5.0", | 128 | "scripty": "^1.5.0", |
129 | "sequelize": "5.21.3", | 129 | "sequelize": "5.21.5", |
130 | "sequelize-typescript": "^1.0.0-beta.4", | 130 | "sequelize-typescript": "^1.0.0-beta.4", |
131 | "sharp": "^0.24.0", | 131 | "sharp": "^0.24.0", |
132 | "sitemap": "^5.0.0", | 132 | "sitemap": "^5.0.0", |
@@ -134,7 +134,7 @@ | |||
134 | "srt-to-vtt": "^1.1.2", | 134 | "srt-to-vtt": "^1.1.2", |
135 | "tsconfig-paths": "^3.9.0", | 135 | "tsconfig-paths": "^3.9.0", |
136 | "useragent": "^2.3.0", | 136 | "useragent": "^2.3.0", |
137 | "uuid": "^3.1.0", | 137 | "uuid": "^7.0.1", |
138 | "validator": "^12.1.0", | 138 | "validator": "^12.1.0", |
139 | "webfinger.js": "^2.6.6", | 139 | "webfinger.js": "^2.6.6", |
140 | "webtorrent": "^0.107.16", | 140 | "webtorrent": "^0.107.16", |
@@ -150,14 +150,14 @@ | |||
150 | "@types/bcrypt": "^3.0.0", | 150 | "@types/bcrypt": "^3.0.0", |
151 | "@types/bluebird": "3.5.29", | 151 | "@types/bluebird": "3.5.29", |
152 | "@types/body-parser": "^1.16.3", | 152 | "@types/body-parser": "^1.16.3", |
153 | "@types/bull": "3.12.0", | 153 | "@types/bull": "3.12.1", |
154 | "@types/bytes": "^3.0.0", | 154 | "@types/bytes": "^3.0.0", |
155 | "@types/chai": "^4.0.4", | 155 | "@types/chai": "^4.0.4", |
156 | "@types/chai-json-schema": "^1.4.3", | 156 | "@types/chai-json-schema": "^1.4.3", |
157 | "@types/chai-xml": "^0.3.1", | 157 | "@types/chai-xml": "^0.3.1", |
158 | "@types/config": "^0.0.36", | 158 | "@types/config": "^0.0.36", |
159 | "@types/express": "^4.0.35", | 159 | "@types/express": "^4.0.35", |
160 | "@types/express-rate-limit": "^3.3.0", | 160 | "@types/express-rate-limit": "^5.0.0", |
161 | "@types/fluent-ffmpeg": "^2.1.8", | 161 | "@types/fluent-ffmpeg": "^2.1.8", |
162 | "@types/fs-extra": "^8.0.0", | 162 | "@types/fs-extra": "^8.0.0", |
163 | "@types/libxmljs": "^0.18.0", | 163 | "@types/libxmljs": "^0.18.0", |
@@ -166,7 +166,7 @@ | |||
166 | "@types/magnet-uri": "^5.1.1", | 166 | "@types/magnet-uri": "^5.1.1", |
167 | "@types/maildev": "^0.0.1", | 167 | "@types/maildev": "^0.0.1", |
168 | "@types/memoizee": "^0.4.2", | 168 | "@types/memoizee": "^0.4.2", |
169 | "@types/mkdirp": "^0.5.1", | 169 | "@types/mkdirp": "^1.0.0", |
170 | "@types/mocha": "^7.0.1", | 170 | "@types/mocha": "^7.0.1", |
171 | "@types/morgan": "^1.7.32", | 171 | "@types/morgan": "^1.7.32", |
172 | "@types/multer": "^1.3.3", | 172 | "@types/multer": "^1.3.3", |
@@ -188,7 +188,7 @@ | |||
188 | "chai-xml": "^0.3.2", | 188 | "chai-xml": "^0.3.2", |
189 | "concurrently": "^5.0.0", | 189 | "concurrently": "^5.0.0", |
190 | "eslint": "^6.8.0", | 190 | "eslint": "^6.8.0", |
191 | "eslint-config-standard-with-typescript": "^12.0.1", | 191 | "eslint-config-standard-with-typescript": "^14.0.0", |
192 | "eslint-plugin-import": "^2.20.1", | 192 | "eslint-plugin-import": "^2.20.1", |
193 | "eslint-plugin-node": "^11.0.0", | 193 | "eslint-plugin-node": "^11.0.0", |
194 | "eslint-plugin-promise": "^4.2.1", | 194 | "eslint-plugin-promise": "^4.2.1", |