From afce2f4ab07cde7deec7e8df250c2b7c97aa6630 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 02:08:39 +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 7feaa2758..56a49e5a6 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "shelljs": "0.8.5", "sqlite3": "5.0.8", "split-string": "6.1.0", - "typeorm": "0.2.45", + "typeorm": "0.3.18", "utf-8-validate": "5.0.9", "uuid": "8.3.2", "ws": "8.6.0",