From 424ddca0102531c9ce160072624ee8028e735296 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 21:12:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140bb52..fe53987 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mustache-express": "^1.2.5", "node-schedule": "^1.3.0", "solar-calc": "^1.1.0", - "sqlite3": "^3.1.13" + "sqlite3": "^4.0.0" }, "devDependencies": { "babel-cli": "^6.26.0",