From 24ead22fab9932fbcd02758839b0868842b85194 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:09:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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",