From fe3126782ee0d4c88bcc4f4859e8c4371a41bb70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Jan 2023 17:22:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KNEX-3175610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a44cfb84..3a195b8fe 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "humps": "^1.1.0", "isomorphic-fetch": "^2.2.1", "json-loader": "^0.5.4", - "knex": "^0.13.0", + "knex": "^2.4.0", "lodash": "^4.13.1", "material-ui": "^0.15.2", "minilog": "^3.0.1",