From 45b3f3e99926cc945cb7bdb40f95068224d20798 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 00:28:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c19093e..ebd94a4 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "morgan": "^1.10.0", "reflect-metadata": "^0.1.13", "routing-controllers": "^0.8.1", - "sqlite3": "^5.0.1", + "sqlite3": "^5.1.7", "typedi": "^0.8.0", "typeorm": "^0.2.28", "typeorm-typedi-extensions": "^0.2.3",