From 8f593e7a728d318abb2d5f72b92470893ed92316 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:34:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c19093e..36c7f6f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "helmet": "^4.4.1", "morgan": "^1.10.0", "reflect-metadata": "^0.1.13", - "routing-controllers": "^0.8.1", + "routing-controllers": "^0.10.3", "sqlite3": "^5.0.1", "typedi": "^0.8.0", "typeorm": "^0.2.28",