From aae34ee37599d30d6b921d241c1dedf2e0d5b06f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Apr 2022 06:21:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SQLITE3-2388645 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fbada0..2db7dba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "discord.js": "^11.3.0", - "sqlite3": "^4.0.2", + "sqlite3": "^5.0.3", "webdict": "^0.2.2" } }