diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index fd94620dd..2500607c8 100644 --- a/package.json +++ b/package.json | |||
@@ -78,7 +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.17.0", | 81 | "@babel/parser": "7.17.8", |
82 | "@peertube/feed": "^5.0.1", | 82 | "@peertube/feed": "^5.0.1", |
83 | "@peertube/http-signature": "^1.4.0", | 83 | "@peertube/http-signature": "^1.4.0", |
84 | "@uploadx/core": "^5.0.0", | 84 | "@uploadx/core": "^5.0.0", |
@@ -97,7 +97,7 @@ | |||
97 | "cors": "^2.8.1", | 97 | "cors": "^2.8.1", |
98 | "create-torrent": "^5.0.0", | 98 | "create-torrent": "^5.0.0", |
99 | "deep-object-diff": "^1.1.0", | 99 | "deep-object-diff": "^1.1.0", |
100 | "email-templates": "^8.0.3", | 100 | "email-templates": "^9.0.0", |
101 | "execa": "^5.1.1", | 101 | "execa": "^5.1.1", |
102 | "express": "^4.12.4", | 102 | "express": "^4.12.4", |
103 | "express-rate-limit": "^6.1.0", | 103 | "express-rate-limit": "^6.1.0", |
@@ -117,7 +117,7 @@ | |||
117 | "js-yaml": "^4.0.0", | 117 | "js-yaml": "^4.0.0", |
118 | "jsonld": "~5.2.0", | 118 | "jsonld": "~5.2.0", |
119 | "lodash": "^4.17.10", | 119 | "lodash": "^4.17.10", |
120 | "lru-cache": "7.3.1", | 120 | "lru-cache": "7.7.1", |
121 | "magnet-uri": "^6.1.0", | 121 | "magnet-uri": "^6.1.0", |
122 | "markdown-it": "^12.0.4", | 122 | "markdown-it": "^12.0.4", |
123 | "markdown-it-emoji": "^2.0.0", | 123 | "markdown-it-emoji": "^2.0.0", |
@@ -137,7 +137,7 @@ | |||
137 | "redis": "^4.0.1", | 137 | "redis": "^4.0.1", |
138 | "reflect-metadata": "^0.1.12", | 138 | "reflect-metadata": "^0.1.12", |
139 | "sanitize-html": "2.x", | 139 | "sanitize-html": "2.x", |
140 | "sequelize": "6.15.1", | 140 | "sequelize": "6.17.0", |
141 | "sequelize-typescript": "^2.0.0-beta.1", | 141 | "sequelize-typescript": "^2.0.0-beta.1", |
142 | "short-uuid": "^4.2.0", | 142 | "short-uuid": "^4.2.0", |
143 | "sitemap": "^7.0.0", | 143 | "sitemap": "^7.0.0", |
@@ -150,7 +150,7 @@ | |||
150 | "validator": "^13.0.0", | 150 | "validator": "^13.0.0", |
151 | "webfinger.js": "^2.6.6", | 151 | "webfinger.js": "^2.6.6", |
152 | "webtorrent": "^1.0.0", | 152 | "webtorrent": "^1.0.0", |
153 | "winston": "3.5.1", | 153 | "winston": "3.6.0", |
154 | "ws": "^8.0.0" | 154 | "ws": "^8.0.0" |
155 | }, | 155 | }, |
156 | "devDependencies": { | 156 | "devDependencies": { |
@@ -172,7 +172,7 @@ | |||
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", |
175 | "@types/lru-cache": "^5.1.0", | 175 | "@types/lru-cache": "^7.5.0", |
176 | "@types/magnet-uri": "^5.1.1", | 176 | "@types/magnet-uri": "^5.1.1", |
177 | "@types/maildev": "^0.0.3", | 177 | "@types/maildev": "^0.0.3", |
178 | "@types/memoizee": "^0.4.2", | 178 | "@types/memoizee": "^0.4.2", |
@@ -208,7 +208,7 @@ | |||
208 | "socket.io-client": "^4.0.1", | 208 | "socket.io-client": "^4.0.1", |
209 | "supertest": "^6.0.1", | 209 | "supertest": "^6.0.1", |
210 | "swagger-cli": "^4.0.2", | 210 | "swagger-cli": "^4.0.2", |
211 | "ts-node": "10.5.0", | 211 | "ts-node": "10.7.0", |
212 | "tsc-watch": "^4.6.0", | 212 | "tsc-watch": "^4.6.0", |
213 | "typescript": "^4.0.5" | 213 | "typescript": "^4.0.5" |
214 | }, | 214 | }, |