From b57f7e0e0a7a0624691776af1926347c7d4e86f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 16:34:39 +0000 Subject: [PATCH] fix: node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index aaa9c58..ce89069 100644 --- a/node/package.json +++ b/node/package.json @@ -30,6 +30,6 @@ "redis": "^0.12.1", "sequelize": "^2.1.0", "socket.io": "^1.3.5", - "sqlite3": "^3.0.7" + "sqlite3": "^5.0.3" } }