X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=e6ae0a27e32337156735015cf02480432215a4b7;hb=023edc8a54a58d15f8d4f00d7f76e0074d0d3a81;hp=72b95e8426b651a53f9ecb832fda9759c300ef20;hpb=e62f03ae0412f4efa62917d8741bc1a39e8ed7fc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 72b95e842..e6ae0a27e 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", @@ -174,7 +175,6 @@ "@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", @@ -206,7 +206,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "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",