From 05d972038418d06936d071d2592a21be89aa8af2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jan 2024 20:12:38 +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..87f9d99 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "routing-controllers": "^0.8.1", "sqlite3": "^5.0.1", "typedi": "^0.8.0", - "typeorm": "^0.2.28", + "typeorm": "^0.3.18", "typeorm-typedi-extensions": "^0.2.3", "winston": "^3.3.3" },