X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=a527a1880436d708140657a7082acde01caf6aea;hb=1bb4c9ab2e8b3b3022351b33a82a5e527fa5d4d7;hp=c9a5edb52678a2b19dc6fdadf0f388ff2ff58e45;hpb=5ed6bc77cad455e5ac3bae03b094ff2022366da1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index c9a5edb52..a527a1880 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "js-yaml": "^4.0.0", "jsonld": "~6.0.0", "lodash": "^4.17.10", - "lru-cache": "7.13.0", + "lru-cache": "^7.13.0", "magnet-uri": "^6.1.0", "markdown-it": "^13.0.1", "markdown-it-emoji": "^2.0.0", @@ -149,6 +149,8 @@ "multer": "^1.4.5-lts.1", "node-media-server": "^2.1.4", "nodemailer": "^6.0.0", + "opentelemetry-instrumentation-sequelize": "^0.29.0", + "p-queue": "^6", "parse-torrent": "^9.1.0", "password-generator": "^2.0.2", "pg": "^8.2.1", @@ -194,7 +196,6 @@ "@types/fluent-ffmpeg": "^2.1.16", "@types/fs-extra": "^9.0.1", "@types/lodash": "^4.14.64", - "@types/lru-cache": "^7.5.0", "@types/magnet-uri": "^5.1.1", "@types/maildev": "^0.0.3", "@types/memoizee": "^0.4.2", @@ -220,6 +221,7 @@ "eslint": "^8.0.0", "eslint-config-standard-with-typescript": "^22.0.0", "eslint-plugin-import": "^2.20.1", + "eslint-plugin-n": "^15.2.4", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^6.0.0", "fast-xml-parser": "^4.0.0-beta.8",