X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=9481e63f437ebc8c9bff45f62dd2b36851fdec0e;hb=60aa8a9c5e03d819b9194509dcb1b9bfa093a1ca;hp=72b95e8426b651a53f9ecb832fda9759c300ef20;hpb=e62f03ae0412f4efa62917d8741bc1a39e8ed7fc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 72b95e842..9481e63f4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "engines": { "node": ">=10.x <=15", "yarn": ">=1.x", - "postgres": ">=9.6", + "postgres": ">=10.x", "redis-server": ">=2.8.18", "ffmpeg": ">=4.1" }, @@ -99,6 +99,7 @@ "cookie-parser": "^1.4.3", "cors": "^2.8.1", "create-torrent": "^4.0.0", + "decache": "^4.6.0", "deep-object-diff": "^1.1.0", "email-templates": "^8.0.3", "express": "^4.12.4", @@ -113,10 +114,10 @@ "ip-anonymize": "^0.1.0", "ipaddr.js": "2.0.0", "is-cidr": "^4.0.0", - "iso-639-3": "^2.0.0", + "iso-639-3": "2.2.0", "jimp": "^0.16.0", "js-yaml": "^4.0.0", - "jsonld": "~4.0.1", + "jsonld": "~5.2.0", "lodash": "^4.17.10", "lru-cache": "^6.0.0", "magnet-uri": "^6.1.0", @@ -139,10 +140,10 @@ "reflect-metadata": "^0.1.12", "sanitize-html": "2.x", "scripty": "^2.0.0", - "sequelize": "6.5.0", + "sequelize": "6.6.2", "sequelize-typescript": "^2.0.0-beta.1", "sitemap": "^6.1.0", - "socket.io": "^3.0.2", + "socket.io": "^4.0.1", "sql-formatter": "^4.0.0-beta.0", "srt-to-vtt": "^1.1.2", "tsconfig-paths": "^3.9.0", @@ -151,7 +152,7 @@ "uuid": "^8.1.0", "validator": "^13.0.0", "webfinger.js": "^2.6.6", - "webtorrent": "^0.115.1", + "webtorrent": "^0.116.1", "winston": "3.3.3", "ws": "^7.0.0", "youtube-dl": "^3.0.2" @@ -174,11 +175,10 @@ "@types/express-rate-limit": "^5.0.0", "@types/fluent-ffmpeg": "^2.1.16", "@types/fs-extra": "^9.0.1", - "@types/libxmljs": "^0.18.0", "@types/lodash": "^4.14.64", "@types/lru-cache": "^5.1.0", "@types/magnet-uri": "^5.1.1", - "@types/maildev": "^0.0.1", + "@types/maildev": "^0.0.2", "@types/memoizee": "^0.4.2", "@types/mkdirp": "^1.0.0", "@types/mocha": "^8.0.3", @@ -204,15 +204,15 @@ "eslint-config-standard-with-typescript": "^20.0.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", - "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", - "libxmljs": "0.19.7", + "fast-xml-parser": "^3.19.0", "maildev": "^1.0.0-rc3", "marked": "^2.0.1", "marked-man": "^0.7.0", "mocha": "^8.0.1", "nodemon": "^2.0.1", - "socket.io-client": "^3.0.2", + "socket.io-client": "^4.0.1", "source-map-support": "^0.5.0", "supertest": "^6.0.1", "swagger-cli": "^4.0.2",