From 714ed87609f65f4565d01a9b4480f7bf91cc3db9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:05:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95a7a60..0e803c8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "grammy": "^1.1.5", "humanize-duration": "^3.26.0", "kafkajs": "^1.15.0", - "knex": "^0.21.0", + "knex": "^0.95.0", "lodash-es": "^4.17.21", "luxon": "^1.27.0", "nanoid": "^3.1.23",