From d89a3c83281640e612222bd9e315521d822d540e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 17:19:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096345084e..72c2128e07 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "semver": "^5.0.3", "snyk": "^1.12.0", "soak": "0.3.0", - "sqlite3": "~2.2.0", + "sqlite3": "~5.0.3", "stripe": "~2.7.3", "stylus": "^0.47.1", "undefsafe": "0.0.3",