From ceccd33d66bcb4766c3903de6225a0945c704bff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Nov 2025 11:08:29 +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 3f81501..b856c0f 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "socket.io": "^4.8.1", "ts-mixer": "^6.0.4", "tslib": "^2.8.1", - "typeorm": "^0.3.20" + "typeorm": "^0.3.26" }, "devDependencies": { "@compodoc/compodoc": "^1.1.26",