From c118d757b657ed3ff66310a4429aa7328eca5eb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 19:23:27 +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 dacb2c8..8b88c8e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "axios": "^0.21.1", "chalk": "^4.1.2", "dotenv": "^8.2.0", - "knex": "^0.19.5", + "knex": "^0.95.0", "node-cron": "^3.0.0", "pg": "^8.5.1", "winston": "^3.3.3",