From bd04448293baaef43979a90832cba075eb34271f Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 12 Aug 2019 22:57:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mem:20180117 - https://snyk.io/vuln/npm:validator:20180218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cd03f3..4f340c7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "superagent": "^3.8.3", "superagent-prefix": "^0.0.2", "superagent-use": "^0.1.0", - "tsoa": "^2.1.8", + "tsoa": "^2.4.4", "typescript-ioc": "^1.2.4", "uuid": "^3.2.1" },