diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/package.json b/package.json index 5719a116c..9481e63f4 100644 --- a/package.json +++ b/package.json | |||
@@ -53,6 +53,7 @@ | |||
53 | "start:server": "node dist/server --no-client", | 53 | "start:server": "node dist/server --no-client", |
54 | "update-host": "node ./dist/scripts/update-host.js", | 54 | "update-host": "node ./dist/scripts/update-host.js", |
55 | "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js", | 55 | "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js", |
56 | "regenerate-thumbnails": "node ./dist/scripts/regenerate-thumbnails.js", | ||
56 | "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js", | 57 | "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js", |
57 | "print-transcode-command": "node ./dist/scripts/print-transcode-command.js", | 58 | "print-transcode-command": "node ./dist/scripts/print-transcode-command.js", |
58 | "test": "scripty", | 59 | "test": "scripty", |
@@ -82,10 +83,6 @@ | |||
82 | "swagger-cli": "swagger-cli", | 83 | "swagger-cli": "swagger-cli", |
83 | "sass-lint": "sass-lint" | 84 | "sass-lint": "sass-lint" |
84 | }, | 85 | }, |
85 | "resolutions": { | ||
86 | "oauth2-server": "3.1.0-beta.1", | ||
87 | "http-signature": "1.3.5" | ||
88 | }, | ||
89 | "dependencies": { | 86 | "dependencies": { |
90 | "apicache": "1.6.2", | 87 | "apicache": "1.6.2", |
91 | "async": "^3.0.1", | 88 | "async": "^3.0.1", |
@@ -102,24 +99,25 @@ | |||
102 | "cookie-parser": "^1.4.3", | 99 | "cookie-parser": "^1.4.3", |
103 | "cors": "^2.8.1", | 100 | "cors": "^2.8.1", |
104 | "create-torrent": "^4.0.0", | 101 | "create-torrent": "^4.0.0", |
102 | "decache": "^4.6.0", | ||
105 | "deep-object-diff": "^1.1.0", | 103 | "deep-object-diff": "^1.1.0", |
106 | "email-templates": "^8.0.3", | 104 | "email-templates": "^8.0.3", |
107 | "express": "^4.12.4", | 105 | "express": "^4.12.4", |
108 | "express-oauth-server": "^2.0.0", | ||
109 | "express-rate-limit": "^5.0.0", | 106 | "express-rate-limit": "^5.0.0", |
110 | "express-validator": "^6.4.0", | 107 | "express-validator": "^6.4.0", |
111 | "flat": "^5.0.0", | 108 | "flat": "^5.0.0", |
112 | "fluent-ffmpeg": "^2.1.0", | 109 | "fluent-ffmpeg": "^2.1.0", |
113 | "fs-extra": "^9.0.0", | 110 | "fs-extra": "^9.0.0", |
111 | "got": "^11.8.2", | ||
114 | "helmet": "^4.1.0", | 112 | "helmet": "^4.1.0", |
115 | "http-signature": "1.3.5", | 113 | "http-signature": "1.3.5", |
116 | "ip-anonymize": "^0.1.0", | 114 | "ip-anonymize": "^0.1.0", |
117 | "ipaddr.js": "2.0.0", | 115 | "ipaddr.js": "2.0.0", |
118 | "is-cidr": "^4.0.0", | 116 | "is-cidr": "^4.0.0", |
119 | "iso-639-3": "^2.0.0", | 117 | "iso-639-3": "2.2.0", |
120 | "jimp": "^0.16.0", | 118 | "jimp": "^0.16.0", |
121 | "js-yaml": "^4.0.0", | 119 | "js-yaml": "^4.0.0", |
122 | "jsonld": "~4.0.1", | 120 | "jsonld": "~5.2.0", |
123 | "lodash": "^4.17.10", | 121 | "lodash": "^4.17.10", |
124 | "lru-cache": "^6.0.0", | 122 | "lru-cache": "^6.0.0", |
125 | "magnet-uri": "^6.1.0", | 123 | "magnet-uri": "^6.1.0", |
@@ -130,7 +128,7 @@ | |||
130 | "multer": "^1.1.0", | 128 | "multer": "^1.1.0", |
131 | "node-media-server": "^2.1.4", | 129 | "node-media-server": "^2.1.4", |
132 | "nodemailer": "^6.0.0", | 130 | "nodemailer": "^6.0.0", |
133 | "oauth2-server": "3.1.0-beta.1", | 131 | "oauth2-server": "3.1.1", |
134 | "parse-torrent": "^9.1.0", | 132 | "parse-torrent": "^9.1.0", |
135 | "password-generator": "^2.0.2", | 133 | "password-generator": "^2.0.2", |
136 | "pem": "^1.12.3", | 134 | "pem": "^1.12.3", |
@@ -140,13 +138,12 @@ | |||
140 | "pug": "^3.0.0", | 138 | "pug": "^3.0.0", |
141 | "redis": "^3.0.2", | 139 | "redis": "^3.0.2", |
142 | "reflect-metadata": "^0.1.12", | 140 | "reflect-metadata": "^0.1.12", |
143 | "request": "^2.81.0", | ||
144 | "sanitize-html": "2.x", | 141 | "sanitize-html": "2.x", |
145 | "scripty": "^2.0.0", | 142 | "scripty": "^2.0.0", |
146 | "sequelize": "6.5.0", | 143 | "sequelize": "6.6.2", |
147 | "sequelize-typescript": "^2.0.0-beta.1", | 144 | "sequelize-typescript": "^2.0.0-beta.1", |
148 | "sitemap": "^6.1.0", | 145 | "sitemap": "^6.1.0", |
149 | "socket.io": "^3.0.2", | 146 | "socket.io": "^4.0.1", |
150 | "sql-formatter": "^4.0.0-beta.0", | 147 | "sql-formatter": "^4.0.0-beta.0", |
151 | "srt-to-vtt": "^1.1.2", | 148 | "srt-to-vtt": "^1.1.2", |
152 | "tsconfig-paths": "^3.9.0", | 149 | "tsconfig-paths": "^3.9.0", |
@@ -155,7 +152,7 @@ | |||
155 | "uuid": "^8.1.0", | 152 | "uuid": "^8.1.0", |
156 | "validator": "^13.0.0", | 153 | "validator": "^13.0.0", |
157 | "webfinger.js": "^2.6.6", | 154 | "webfinger.js": "^2.6.6", |
158 | "webtorrent": "^0.115.1", | 155 | "webtorrent": "^0.116.1", |
159 | "winston": "3.3.3", | 156 | "winston": "3.3.3", |
160 | "ws": "^7.0.0", | 157 | "ws": "^7.0.0", |
161 | "youtube-dl": "^3.0.2" | 158 | "youtube-dl": "^3.0.2" |
@@ -178,11 +175,10 @@ | |||
178 | "@types/express-rate-limit": "^5.0.0", | 175 | "@types/express-rate-limit": "^5.0.0", |
179 | "@types/fluent-ffmpeg": "^2.1.16", | 176 | "@types/fluent-ffmpeg": "^2.1.16", |
180 | "@types/fs-extra": "^9.0.1", | 177 | "@types/fs-extra": "^9.0.1", |
181 | "@types/libxmljs": "^0.18.0", | ||
182 | "@types/lodash": "^4.14.64", | 178 | "@types/lodash": "^4.14.64", |
183 | "@types/lru-cache": "^5.1.0", | 179 | "@types/lru-cache": "^5.1.0", |
184 | "@types/magnet-uri": "^5.1.1", | 180 | "@types/magnet-uri": "^5.1.1", |
185 | "@types/maildev": "^0.0.1", | 181 | "@types/maildev": "^0.0.2", |
186 | "@types/memoizee": "^0.4.2", | 182 | "@types/memoizee": "^0.4.2", |
187 | "@types/mkdirp": "^1.0.0", | 183 | "@types/mkdirp": "^1.0.0", |
188 | "@types/mocha": "^8.0.3", | 184 | "@types/mocha": "^8.0.3", |
@@ -208,15 +204,15 @@ | |||
208 | "eslint-config-standard-with-typescript": "^20.0.0", | 204 | "eslint-config-standard-with-typescript": "^20.0.0", |
209 | "eslint-plugin-import": "^2.20.1", | 205 | "eslint-plugin-import": "^2.20.1", |
210 | "eslint-plugin-node": "^11.0.0", | 206 | "eslint-plugin-node": "^11.0.0", |
211 | "eslint-plugin-promise": "^4.2.1", | 207 | "eslint-plugin-promise": "^5.1.0", |
212 | "eslint-plugin-standard": "^5.0.0", | 208 | "eslint-plugin-standard": "^5.0.0", |
213 | "libxmljs": "0.19.7", | 209 | "fast-xml-parser": "^3.19.0", |
214 | "maildev": "^1.0.0-rc3", | 210 | "maildev": "^1.0.0-rc3", |
215 | "marked": "^2.0.1", | 211 | "marked": "^2.0.1", |
216 | "marked-man": "^0.7.0", | 212 | "marked-man": "^0.7.0", |
217 | "mocha": "^8.0.1", | 213 | "mocha": "^8.0.1", |
218 | "nodemon": "^2.0.1", | 214 | "nodemon": "^2.0.1", |
219 | "socket.io-client": "^3.0.2", | 215 | "socket.io-client": "^4.0.1", |
220 | "source-map-support": "^0.5.0", | 216 | "source-map-support": "^0.5.0", |
221 | "supertest": "^6.0.1", | 217 | "supertest": "^6.0.1", |
222 | "swagger-cli": "^4.0.2", | 218 | "swagger-cli": "^4.0.2", |