From 59413f24d3b3f826e1e350d20ce4f97a215ac6ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:35:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a44cfb84..de8aad09b 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": "^0.14.0", "lodash": "^4.13.1", "material-ui": "^0.15.2", "minilog": "^3.0.1", @@ -118,7 +118,7 @@ "redux-thunk": "^2.1.0", "request": "^2.81.0", "rethink-knex-adapter": "^0.4.10", - "rollbar": "^0.6.2", + "rollbar": "^2.19.0", "thinky": "^2.3.3", "transform-loader": "^0.2.3", "twilio": "^2.11.0",