From 07ed11eddf06aaec177c8b07f12e0d284a07fe32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 09:24:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-IOREDIS-1567196 - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a18f8b28..f16bdd39 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "fs-extra-promise": "^0.4.1", "human-interval": "^0.1.6", "inquirer": "^5.1.0", - "ioredis": "^3.1.4", + "ioredis": "^4.27.8", "joi": "13.0.0", "jsonata": "^1.5.2", "jsonwebtoken": "^8.2.0", @@ -83,7 +83,7 @@ "mustache": "^2.3.0", "on-headers": "^1.0.1", "os": "^0.1.1", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-http": "^0.3.0", "passport-local": "^1.0.0", "passport-strategy": "^1.0.0", @@ -93,9 +93,9 @@ "requires-port": "1.x.x", "stream-buffers": "^3.0.1", "swagger-client": "^3.8.1", - "typescript-ioc": "^1.2.1", - "typescript-rest": "^1.5.2", - "typescript-rest-swagger": "0.0.12", + "typescript-ioc": "^3.0.0", + "typescript-rest": "^3.0.3", + "typescript-rest-swagger": "1.1.2", "url": "^0.11.0", "uuid": "^3.2.1", "weighted": "^0.3.0",