From 4d145d263bcf91e0460f90c1e7b34b9ccd44837e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 10:36:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TYPEORM-13746469 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d769d54..0996030 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "socket.io": "^4.5.4", "ts-mixer": "^6.0.2", "tslib": "^2.4.1", - "typeorm": "^0.3.11" + "typeorm": "^0.3.26" }, "devDependencies": { "@compodoc/compodoc": "^1.1.19",