From 331329c9ab1a0469c086b940badcf37bfb5fee34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Mar 2023 10:38:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SQLITE3-3358947 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c43d3cb..dcb44d7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "mumble": "git+https://github.com/TinyMan/node-mumble.git", "parse-youtube-user": "0.0.2", "request": "^2.81.0", - "sqlite3": "^5.0.3", + "sqlite3": "^5.1.5", "stumble": "^1.1.1", "sylvia": "^0.1.0", "timed-stream": "^1.1.0",