From 105b6dc94492c2f20a123fc1bb661ce8bf2871df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 12:22:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a18f8b28..e0a51985 100644 --- a/package.json +++ b/package.json @@ -73,13 +73,13 @@ "fs-extra-promise": "^0.4.1", "human-interval": "^0.1.6", "inquirer": "^5.1.0", - "ioredis": "^3.1.4", + "ioredis": "^4.0.0", "joi": "13.0.0", "jsonata": "^1.5.2", "jsonwebtoken": "^8.2.0", "lodash": "^4.17.5", "lodash-deep": "^2.0.0", - "micromatch": "^3.1.10", + "micromatch": "^4.0.0", "mustache": "^2.3.0", "on-headers": "^1.0.1", "os": "^0.1.1",