From 94d79c8480eb799d74fe181812f03f7631a18cc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:37:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096345084e..2efb641949 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": "~4.0.0", "stripe": "~2.7.3", "stylus": "^0.47.1", "undefsafe": "0.0.3",