From a669b2f00f4a59b95f258cdc65220cf8cc3fd921 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Nov 2025 09:36:04 +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 3f2db48..0dfeda2 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "rxjs": "^6.5.3", "stripe": "^8.132.0", "tsconfig-paths": "^3.9.0", - "typeorm": "^0.2.20", + "typeorm": "^0.3.26", "typescript": "^3.6.4", "uuid": "^3.3.3", "webpack-bundle-analyzer": "^3.6.0",