From 1cf41f7a64b9ec08abdb9fe8eb373535d6a37928 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 19:36:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2fa097..9c2f331 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "request": "^2.74.0", "sequelize": "^4.17.2", "sequelize-cli": "^3.0.0", - "sqlite3": "^4.0.0", + "sqlite3": "^5.0.3", "winston": "^2.2.0", "snyk": "^1.88.2" }, @@ -65,7 +65,7 @@ "istanbul": "0.4.5", "mocha": "2.5.3", "nodemon": "1.19.4", - "sqlite3": "3.1.13", + "sqlite3": "5.0.3", "supertest": "1.2.0" }, "snyk": true