From ee267334b9d06240ff299fc14efaf8a93bdfd052 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 16:30:16 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index ef161c81f..a561c1df5 100644 --- a/website/package.json +++ b/website/package.json @@ -43,7 +43,7 @@ "graphql-tag": "^2.12.5", "isomorphic-unfetch": "^3.1.0", "js-cookie": "^2.2.1", - "knex": "^0.20.13", + "knex": "^0.95.0", "lodash.debounce": "^4.0.8", "lodash.merge": "^4.6.2", "lodash.throttle": "^4.1.1",