From 48eafa031638aa4735a2205a1a30957bd6b983f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:43:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- 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