From 0fae6270b4d134ffcb5a9589c896e47d0ab13225 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 19:25:17 +0000 Subject: [PATCH] fix: lsif/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- lsif/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsif/package.json b/lsif/package.json index f67daf7be832..7f3be15b5a42 100644 --- a/lsif/package.json +++ b/lsif/package.json @@ -30,7 +30,7 @@ "prom-client": "^11.5.3", "relateurl": "^0.2.7", "rmfr": "^2.0.0", - "sqlite3": "^4.1.0", + "sqlite3": "^5.0.3", "triple-beam": "^1.3.0", "typeorm": "^0.2.18", "uuid": "^3.3.3",