From 8846820744b021dc8d5e8166031ce0267f14bc2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 04:53:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23d2950..e66089c 100644 --- a/package.json +++ b/package.json @@ -44,17 +44,17 @@ "class-validator": "0.13.1", "date-fns": "^2.25.0", "fastify": "^3.18.1", - "fastify-compress": "3.6.0", + "fastify-compress": "4.0.0", "fastify-helmet": "5.3.2", "module-alias": "2.2.2", "passport": "^0.5.0", "passport-jwt": "^4.0.0", "pg": "8.6.0", "reflect-metadata": "0.1.13", - "rimraf": "3.0.2", + "rimraf": "4.3.1", "rxjs": "7.2.0", "tslib": "2.3.0", - "typeorm": "0.2.34", + "typeorm": "0.3.18", "winston": "3.3.3" }, "devDependencies": {