diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-05 11:08:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-05 11:08:02 +0200 |
commit | c9783c7b72b4b2af7730522693ba5d36b59783f0 (patch) | |
tree | ccabfcd73c186909ba6fe6477901b3c0577a582b /package.json | |
parent | f463e2dfc00a0d5b5300ed74d2f24fbe9caef8ea (diff) | |
download | PeerTube-c9783c7b72b4b2af7730522693ba5d36b59783f0.tar.gz PeerTube-c9783c7b72b4b2af7730522693ba5d36b59783f0.tar.zst PeerTube-c9783c7b72b4b2af7730522693ba5d36b59783f0.zip |
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 2c4c478ac..b5c374145 100644 --- a/package.json +++ b/package.json | |||
@@ -99,7 +99,7 @@ | |||
99 | "express-validator": "^6.4.0", | 99 | "express-validator": "^6.4.0", |
100 | "flat": "^5.0.0", | 100 | "flat": "^5.0.0", |
101 | "fluent-ffmpeg": "^2.1.0", | 101 | "fluent-ffmpeg": "^2.1.0", |
102 | "fs-extra": "^9.0.0", | 102 | "fs-extra": "^10.0.0", |
103 | "got": "^11.8.2", | 103 | "got": "^11.8.2", |
104 | "helmet": "^4.1.0", | 104 | "helmet": "^4.1.0", |
105 | "http-signature": "1.3.5", | 105 | "http-signature": "1.3.5", |
@@ -113,7 +113,7 @@ | |||
113 | "lodash": "^4.17.10", | 113 | "lodash": "^4.17.10", |
114 | "lru-cache": "^6.0.0", | 114 | "lru-cache": "^6.0.0", |
115 | "magnet-uri": "^6.1.0", | 115 | "magnet-uri": "^6.1.0", |
116 | "markdown-it": "12.0.4", | 116 | "markdown-it": "^12.0.4", |
117 | "markdown-it-emoji": "^2.0.0", | 117 | "markdown-it-emoji": "^2.0.0", |
118 | "memoizee": "^0.4.14", | 118 | "memoizee": "^0.4.14", |
119 | "morgan": "^1.5.3", | 119 | "morgan": "^1.5.3", |
@@ -133,7 +133,7 @@ | |||
133 | "sanitize-html": "2.x", | 133 | "sanitize-html": "2.x", |
134 | "sequelize": "6.6.2", | 134 | "sequelize": "6.6.2", |
135 | "sequelize-typescript": "^2.0.0-beta.1", | 135 | "sequelize-typescript": "^2.0.0-beta.1", |
136 | "sitemap": "^6.1.0", | 136 | "sitemap": "^7.0.0", |
137 | "socket.io": "^4.0.1", | 137 | "socket.io": "^4.0.1", |
138 | "sql-formatter": "^4.0.0-beta.0", | 138 | "sql-formatter": "^4.0.0-beta.0", |
139 | "srt-to-vtt": "^1.1.2", | 139 | "srt-to-vtt": "^1.1.2", |
@@ -143,7 +143,7 @@ | |||
143 | "uuid": "^8.1.0", | 143 | "uuid": "^8.1.0", |
144 | "validator": "^13.0.0", | 144 | "validator": "^13.0.0", |
145 | "webfinger.js": "^2.6.6", | 145 | "webfinger.js": "^2.6.6", |
146 | "webtorrent": "^0.116.1", | 146 | "webtorrent": "^0.118.0", |
147 | "winston": "3.3.3", | 147 | "winston": "3.3.3", |
148 | "ws": "^7.0.0", | 148 | "ws": "^7.0.0", |
149 | "youtube-dl": "^3.0.2" | 149 | "youtube-dl": "^3.0.2" |
@@ -154,9 +154,9 @@ | |||
154 | "@types/async": "^3.0.0", | 154 | "@types/async": "^3.0.0", |
155 | "@types/async-lock": "^1.1.0", | 155 | "@types/async-lock": "^1.1.0", |
156 | "@types/bcrypt": "^3.0.0", | 156 | "@types/bcrypt": "^3.0.0", |
157 | "@types/bluebird": "3.5.33", | 157 | "@types/bluebird": "^3.5.33", |
158 | "@types/body-parser": "^1.16.3", | 158 | "@types/body-parser": "^1.16.3", |
159 | "@types/bull": "3.15.0", | 159 | "@types/bull": "^3.15.0", |
160 | "@types/bytes": "^3.0.0", | 160 | "@types/bytes": "^3.0.0", |
161 | "@types/chai": "^4.0.4", | 161 | "@types/chai": "^4.0.4", |
162 | "@types/chai-json-schema": "^1.4.3", | 162 | "@types/chai-json-schema": "^1.4.3", |