From 4bd14e496931d2f79fa499f6965f54a82fde9b7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 07:29:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f9f4cd..58af0e0 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "sqlite3": "~4.2.0", "tmp": "~0.2.1", "ts-type-guards": "~0.6.1", - "typeorm": "~0.2.25", + "typeorm": "~0.2.27", "yaml": "~1.10.0", "yargs-parser": "~18.1.3" }