X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=048fd405faec7de8b646def1daa1d701b282664a;hb=65ba19ace9ee95ac29394daf7326fffe33ae906d;hp=2500607c877c20aafbe83a5e32e614c1528cd2ad;hpb=f4110e0a7273338da598c7524a826c3b44e41ef9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 2500607c8..048fd405f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", - "version": "4.1.1", + "version": "4.2.0", "private": true, "licence": "AGPL-3.0", "engines": { @@ -78,10 +78,12 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.23.0", + "@aws-sdk/lib-storage": "^3.72.0", + "@aws-sdk/node-http-handler": "^3.82.0", "@babel/parser": "7.17.8", "@peertube/feed": "^5.0.1", - "@peertube/http-signature": "^1.4.0", - "@uploadx/core": "^5.0.0", + "@peertube/http-signature": "^1.6.0", + "@uploadx/core": "^5.1.2", "async": "^3.0.1", "async-lru": "^1.1.1", "bcrypt": "5.0.1", @@ -117,10 +119,11 @@ "js-yaml": "^4.0.0", "jsonld": "~5.2.0", "lodash": "^4.17.10", - "lru-cache": "7.7.1", + "lru-cache": "7.8.1", "magnet-uri": "^6.1.0", "markdown-it": "^12.0.4", "markdown-it-emoji": "^2.0.0", + "maxmind": "^4.3.6", "memoizee": "^0.4.14", "morgan": "^1.5.3", "multer": "^1.4.4", @@ -137,7 +140,7 @@ "redis": "^4.0.1", "reflect-metadata": "^0.1.12", "sanitize-html": "2.x", - "sequelize": "6.17.0", + "sequelize": "6.19.0", "sequelize-typescript": "^2.0.0-beta.1", "short-uuid": "^4.2.0", "sitemap": "^7.0.0", @@ -150,7 +153,7 @@ "validator": "^13.0.0", "webfinger.js": "^2.6.6", "webtorrent": "^1.0.0", - "winston": "3.6.0", + "winston": "3.7.2", "ws": "^8.0.0" }, "devDependencies": { @@ -204,12 +207,12 @@ "fast-xml-parser": "^4.0.0-beta.8", "mocha": "^9.0.0", "proxy": "^1.0.2", - "resolve-tspaths": "^0.2.3", + "resolve-tspaths": "^0.3.0", "socket.io-client": "^4.0.1", "supertest": "^6.0.1", "swagger-cli": "^4.0.2", "ts-node": "10.7.0", - "tsc-watch": "^4.6.0", + "tsc-watch": "^5.0.3", "typescript": "^4.0.5" }, "bundlewatch": {