From d061c3f421f6c80910894a401d4799c0244392e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:10:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a18f8b28..97b79265 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "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", @@ -95,7 +95,7 @@ "swagger-client": "^3.8.1", "typescript-ioc": "^1.2.1", "typescript-rest": "^1.5.2", - "typescript-rest-swagger": "0.0.12", + "typescript-rest-swagger": "1.1.2", "url": "^0.11.0", "uuid": "^3.2.1", "weighted": "^0.3.0",