aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index d463887dd..80d60cf15 100644
--- a/package.json
+++ b/package.json
@@ -78,6 +78,7 @@
78 }, 78 },
79 "dependencies": { 79 "dependencies": {
80 "@aws-sdk/client-s3": "^3.23.0", 80 "@aws-sdk/client-s3": "^3.23.0",
81 "@babel/parser": "7.16.8",
81 "@peertube/http-signature": "^1.4.0", 82 "@peertube/http-signature": "^1.4.0",
82 "@uploadx/core": "^4.4.0", 83 "@uploadx/core": "^4.4.0",
83 "async": "^3.0.1", 84 "async": "^3.0.1",
@@ -98,13 +99,13 @@
98 "email-templates": "^8.0.3", 99 "email-templates": "^8.0.3",
99 "execa": "^5.1.1", 100 "execa": "^5.1.1",
100 "express": "^4.12.4", 101 "express": "^4.12.4",
101 "express-rate-limit": "^5.0.0", 102 "express-rate-limit": "^6.1.0",
102 "express-validator": "^6.4.0", 103 "express-validator": "^6.4.0",
103 "flat": "^5.0.0", 104 "flat": "^5.0.0",
104 "fluent-ffmpeg": "^2.1.0", 105 "fluent-ffmpeg": "^2.1.0",
105 "fs-extra": "^10.0.0", 106 "fs-extra": "^10.0.0",
106 "got": "^11.8.2", 107 "got": "^11.8.2",
107 "helmet": "^4.1.0", 108 "helmet": "^5.0.1",
108 "hpagent": "^0.1.2", 109 "hpagent": "^0.1.2",
109 "http-problem-details": "^0.1.5", 110 "http-problem-details": "^0.1.5",
110 "ip-anonymize": "^0.1.0", 111 "ip-anonymize": "^0.1.0",
@@ -136,7 +137,7 @@
136 "redis": "^4.0.1", 137 "redis": "^4.0.1",
137 "reflect-metadata": "^0.1.12", 138 "reflect-metadata": "^0.1.12",
138 "sanitize-html": "2.x", 139 "sanitize-html": "2.x",
139 "sequelize": "6.9.0", 140 "sequelize": "6.13.0",
140 "sequelize-typescript": "^2.0.0-beta.1", 141 "sequelize-typescript": "^2.0.0-beta.1",
141 "short-uuid": "^4.2.0", 142 "short-uuid": "^4.2.0",
142 "sitemap": "^7.0.0", 143 "sitemap": "^7.0.0",
@@ -149,7 +150,7 @@
149 "validator": "^13.0.0", 150 "validator": "^13.0.0",
150 "webfinger.js": "^2.6.6", 151 "webfinger.js": "^2.6.6",
151 "webtorrent": "^1.0.0", 152 "webtorrent": "^1.0.0",
152 "winston": "3.3.3", 153 "winston": "3.4.0",
153 "ws": "^8.0.0" 154 "ws": "^8.0.0"
154 }, 155 },
155 "devDependencies": { 156 "devDependencies": {
@@ -165,10 +166,9 @@
165 "@types/chai": "^4.0.4", 166 "@types/chai": "^4.0.4",
166 "@types/chai-json-schema": "^1.4.3", 167 "@types/chai-json-schema": "^1.4.3",
167 "@types/chai-xml": "^0.3.1", 168 "@types/chai-xml": "^0.3.1",
168 "@types/config": "^0.0.40", 169 "@types/config": "^0.0.41",
169 "@types/create-torrent": "^5.0.0", 170 "@types/create-torrent": "^5.0.0",
170 "@types/express": "4.17.9", 171 "@types/express": "4.17.9",
171 "@types/express-rate-limit": "^5.0.0",
172 "@types/fluent-ffmpeg": "^2.1.16", 172 "@types/fluent-ffmpeg": "^2.1.16",
173 "@types/fs-extra": "^9.0.1", 173 "@types/fs-extra": "^9.0.1",
174 "@types/lodash": "^4.14.64", 174 "@types/lodash": "^4.14.64",
@@ -194,7 +194,7 @@
194 "chai": "^4.1.1", 194 "chai": "^4.1.1",
195 "chai-json-schema": "^1.5.0", 195 "chai-json-schema": "^1.5.0",
196 "chai-xml": "^0.4.0", 196 "chai-xml": "^0.4.0",
197 "concurrently": "^6.0.0", 197 "concurrently": "^7.0.0",
198 "depcheck": "^1.4.2", 198 "depcheck": "^1.4.2",
199 "eslint": "^8.0.0", 199 "eslint": "^8.0.0",
200 "eslint-config-standard-with-typescript": "^21.0.1", 200 "eslint-config-standard-with-typescript": "^21.0.1",