diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 17:04:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 17:11:31 +0200 |
commit | 83002a823465fe03a8d82833cb2e073a383405a8 (patch) | |
tree | 1b28e2d98c192b1be513cc448be301360f33c8ad /package.json | |
parent | 57c318653e6a8ae9d0c2541a62853fb8dd582d5d (diff) | |
download | PeerTube-83002a823465fe03a8d82833cb2e073a383405a8.tar.gz PeerTube-83002a823465fe03a8d82833cb2e073a383405a8.tar.zst PeerTube-83002a823465fe03a8d82833cb2e073a383405a8.zip |
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/package.json b/package.json index 00a12c08b..907e34a7c 100644 --- a/package.json +++ b/package.json | |||
@@ -73,9 +73,6 @@ | |||
73 | "client-report": "bash ./scripts/client-report.sh", | 73 | "client-report": "bash ./scripts/client-report.sh", |
74 | "swagger-cli": "swagger-cli" | 74 | "swagger-cli": "swagger-cli" |
75 | }, | 75 | }, |
76 | "resolutions": { | ||
77 | "eslint/esquery": "1.4.0" | ||
78 | }, | ||
79 | "dependencies": { | 76 | "dependencies": { |
80 | "@aws-sdk/client-s3": "^3.190.0", | 77 | "@aws-sdk/client-s3": "^3.190.0", |
81 | "@aws-sdk/lib-storage": "^3.190.0", | 78 | "@aws-sdk/lib-storage": "^3.190.0", |
@@ -84,14 +81,14 @@ | |||
84 | "@node-oauth/oauth2-server": "^4.2.0", | 81 | "@node-oauth/oauth2-server": "^4.2.0", |
85 | "@opentelemetry/api": "^1.1.0", | 82 | "@opentelemetry/api": "^1.1.0", |
86 | "@opentelemetry/exporter-jaeger": "^1.3.1", | 83 | "@opentelemetry/exporter-jaeger": "^1.3.1", |
87 | "@opentelemetry/exporter-prometheus": "~0.35.1", | 84 | "@opentelemetry/exporter-prometheus": "~0.39.1", |
88 | "@opentelemetry/instrumentation": "^0.35.1", | 85 | "@opentelemetry/instrumentation": "^0.39.1", |
89 | "@opentelemetry/instrumentation-dns": "^0.31.2", | 86 | "@opentelemetry/instrumentation-dns": "^0.31.2", |
90 | "@opentelemetry/instrumentation-express": "^0.32.1", | 87 | "@opentelemetry/instrumentation-express": "^0.32.1", |
91 | "@opentelemetry/instrumentation-fs": "^0.7.0", | 88 | "@opentelemetry/instrumentation-fs": "^0.7.0", |
92 | "@opentelemetry/instrumentation-http": "^0.35.1", | 89 | "@opentelemetry/instrumentation-http": "^0.39.1", |
93 | "@opentelemetry/instrumentation-ioredis": "^0.33.2", | 90 | "@opentelemetry/instrumentation-ioredis": "^0.34.2", |
94 | "@opentelemetry/instrumentation-pg": "^0.34.1", | 91 | "@opentelemetry/instrumentation-pg": "^0.35.2", |
95 | "@opentelemetry/resources": "^1.3.1", | 92 | "@opentelemetry/resources": "^1.3.1", |
96 | "@opentelemetry/sdk-metrics": "^1.8.0", | 93 | "@opentelemetry/sdk-metrics": "^1.8.0", |
97 | "@opentelemetry/sdk-trace-base": "^1.3.1", | 94 | "@opentelemetry/sdk-trace-base": "^1.3.1", |
@@ -104,7 +101,7 @@ | |||
104 | "async-mutex": "^0.4.0", | 101 | "async-mutex": "^0.4.0", |
105 | "bcrypt": "5.1.0", | 102 | "bcrypt": "5.1.0", |
106 | "bencode": "^2.0.2", | 103 | "bencode": "^2.0.2", |
107 | "bittorrent-tracker": "^9.0.0", | 104 | "bittorrent-tracker": "^9", |
108 | "bluebird": "^3.5.0", | 105 | "bluebird": "^3.5.0", |
109 | "bullmq": "^3.6.6", | 106 | "bullmq": "^3.6.6", |
110 | "bytes": "^3.0.0", | 107 | "bytes": "^3.0.0", |
@@ -113,18 +110,18 @@ | |||
113 | "config": "^3.0.0", | 110 | "config": "^3.0.0", |
114 | "cookie-parser": "^1.4.3", | 111 | "cookie-parser": "^1.4.3", |
115 | "cors": "^2.8.1", | 112 | "cors": "^2.8.1", |
116 | "create-torrent": "^5.0.0", | 113 | "create-torrent": "^5", |
117 | "deep-object-diff": "^1.1.0", | 114 | "deep-object-diff": "^1.1.0", |
118 | "email-templates": "^11.0.3", | 115 | "email-templates": "^11.0.3", |
119 | "execa": "^5.1.1", | 116 | "execa": "^5.1.1", |
120 | "express": "^4.18.1", | 117 | "express": "^4.18.1", |
121 | "express-rate-limit": "^6.1.0", | 118 | "express-rate-limit": "^6.1.0", |
122 | "express-validator": "^6.4.0", | 119 | "express-validator": "^7.0.1", |
123 | "flat": "^5.0.0", | 120 | "flat": "^5.0.0", |
124 | "fluent-ffmpeg": "^2.1.0", | 121 | "fluent-ffmpeg": "^2.1.0", |
125 | "fs-extra": "^11.1.0", | 122 | "fs-extra": "^11.1.0", |
126 | "got": "^11.8.2", | 123 | "got": "^11.8.2", |
127 | "helmet": "^6.0.0", | 124 | "helmet": "^7.0.0", |
128 | "hpagent": "^1.0.0", | 125 | "hpagent": "^1.0.0", |
129 | "http-problem-details": "^0.1.5", | 126 | "http-problem-details": "^0.1.5", |
130 | "ioredis": "^5.2.3", | 127 | "ioredis": "^5.2.3", |
@@ -134,10 +131,10 @@ | |||
134 | "iso-639-3": "2.2.0", | 131 | "iso-639-3": "2.2.0", |
135 | "jimp": "^0.22.4", | 132 | "jimp": "^0.22.4", |
136 | "js-yaml": "^4.0.0", | 133 | "js-yaml": "^4.0.0", |
137 | "jsonld": "~8.1.0", | 134 | "jsonld": "~8.2.0", |
138 | "lodash": "^4.17.21", | 135 | "lodash": "^4.17.21", |
139 | "lru-cache": "^7.13.0", | 136 | "lru-cache": "^9.1.1", |
140 | "magnet-uri": "^6.1.0", | 137 | "magnet-uri": "^6", |
141 | "markdown-it": "^13.0.1", | 138 | "markdown-it": "^13.0.1", |
142 | "markdown-it-emoji": "^2.0.0", | 139 | "markdown-it-emoji": "^2.0.0", |
143 | "maxmind": "^4.3.6", | 140 | "maxmind": "^4.3.6", |
@@ -146,10 +143,10 @@ | |||
146 | "multer": "^1.4.5-lts.1", | 143 | "multer": "^1.4.5-lts.1", |
147 | "node-media-server": "^2.1.4", | 144 | "node-media-server": "^2.1.4", |
148 | "nodemailer": "^6.0.0", | 145 | "nodemailer": "^6.0.0", |
149 | "opentelemetry-instrumentation-sequelize": "^0.34.0", | 146 | "opentelemetry-instrumentation-sequelize": "^0.35.0", |
150 | "otpauth": "^9.0.2", | 147 | "otpauth": "^9.0.2", |
151 | "p-queue": "^6", | 148 | "p-queue": "^6", |
152 | "parse-torrent": "^9.1.0", | 149 | "parse-torrent": "^9", |
153 | "password-generator": "^2.0.2", | 150 | "password-generator": "^2.0.2", |
154 | "pg": "^8.2.1", | 151 | "pg": "^8.2.1", |
155 | "piscina": "^3.2.0", | 152 | "piscina": "^3.2.0", |
@@ -158,7 +155,7 @@ | |||
158 | "pug": "^3.0.0", | 155 | "pug": "^3.0.0", |
159 | "reflect-metadata": "^0.1.12", | 156 | "reflect-metadata": "^0.1.12", |
160 | "sanitize-html": "2.x", | 157 | "sanitize-html": "2.x", |
161 | "sequelize": "6.29.0", | 158 | "sequelize": "6.31.1", |
162 | "sequelize-typescript": "^2.0.0-beta.1", | 159 | "sequelize-typescript": "^2.0.0-beta.1", |
163 | "short-uuid": "^4.2.0", | 160 | "short-uuid": "^4.2.0", |
164 | "sitemap": "^7.0.0", | 161 | "sitemap": "^7.0.0", |
@@ -170,7 +167,7 @@ | |||
170 | "useragent": "^2.3.0", | 167 | "useragent": "^2.3.0", |
171 | "validator": "^13.0.0", | 168 | "validator": "^13.0.0", |
172 | "webfinger.js": "^2.6.6", | 169 | "webfinger.js": "^2.6.6", |
173 | "webtorrent": "^1.0.0", | 170 | "webtorrent": "^1.9", |
174 | "winston": "3.8.2", | 171 | "winston": "3.8.2", |
175 | "ws": "^8.0.0" | 172 | "ws": "^8.0.0" |
176 | }, | 173 | }, |
@@ -209,12 +206,12 @@ | |||
209 | "chai": "^4.1.1", | 206 | "chai": "^4.1.1", |
210 | "chai-json-schema": "^1.5.0", | 207 | "chai-json-schema": "^1.5.0", |
211 | "chai-xml": "^0.4.0", | 208 | "chai-xml": "^0.4.0", |
212 | "concurrently": "^7.0.0", | 209 | "concurrently": "^8.0.1", |
213 | "depcheck": "^1.4.2", | 210 | "depcheck": "^1.4.2", |
214 | "eslint": "8.34.0", | 211 | "eslint": "8.41.0", |
215 | "eslint-config-standard-with-typescript": "34.0.0", | 212 | "eslint-config-standard-with-typescript": "34.0.1", |
216 | "eslint-plugin-import": "^2.20.1", | 213 | "eslint-plugin-import": "^2.20.1", |
217 | "eslint-plugin-n": "^15.2.4", | 214 | "eslint-plugin-n": "^16.0.0", |
218 | "eslint-plugin-node": "^11.0.0", | 215 | "eslint-plugin-node": "^11.0.0", |
219 | "eslint-plugin-promise": "^6.0.0", | 216 | "eslint-plugin-promise": "^6.0.0", |
220 | "fast-xml-parser": "^4.0.0-beta.8", | 217 | "fast-xml-parser": "^4.0.0-beta.8", |
@@ -222,14 +219,14 @@ | |||
222 | "mocha": "^10.0.0", | 219 | "mocha": "^10.0.0", |
223 | "pixelmatch": "^5.3.0", | 220 | "pixelmatch": "^5.3.0", |
224 | "pngjs": "^7.0.0", | 221 | "pngjs": "^7.0.0", |
225 | "proxy": "^1.0.2", | 222 | "proxy": "^2.1.1", |
226 | "resolve-tspaths": "^0.8.8", | 223 | "resolve-tspaths": "^0.8.8", |
227 | "socket.io-client": "^4.5.4", | 224 | "socket.io-client": "^4.5.4", |
228 | "supertest": "^6.0.1", | 225 | "supertest": "^6.0.1", |
229 | "swagger-cli": "^4.0.2", | 226 | "swagger-cli": "^4.0.2", |
230 | "ts-node": "^10.8.1", | 227 | "ts-node": "^10.8.1", |
231 | "tsc-watch": "^6.0.0", | 228 | "tsc-watch": "^6.0.0", |
232 | "typescript": "~4.8" | 229 | "typescript": "~5.0.4" |
233 | }, | 230 | }, |
234 | "bundlewatch": { | 231 | "bundlewatch": { |
235 | "files": [ | 232 | "files": [ |