From 0d37e7f60106c42c34d52ec204aeed9636e376bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 20:42:17 +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 7e8475b46..b765938b2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "pushbullet": "1.4.3", "relieve": "^2.1.3", "semver": "2.2.1", - "sqlite3": "3.1.13", + "sqlite3": "5.0.3", "stats-lite": "^2.0.4", "tiny-promisify": "^0.1.1", "toml": "^2.3.0",