From fcf6d6c94c30757bbf787316717f5afbce6398c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Apr 2018 22:22:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for tundra-code/aurora: https://snyk.io/test/github/tundra-code/aurora --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2b734c..5026e31 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "isdev": "^1.0.1", "json-parse-safe": "^1.0.3", "key-code": "^0.0.1", - "knex": "^0.13.0", + "knex": "^0.14.3", "linklocal": "^2.8.1", "lodash": "^4.17.4", "moment": "^2.21.0", @@ -68,7 +68,7 @@ "redux-thunk": "^2.2.0", "snyk": "^1.50.0", "source-map-support": "^0.5.0", - "sqlite3": "^3.1.13", + "sqlite3": "^4.0.0", "styled-components": "^2.2.3", "tmp": "^0.0.33", "uuid": "^3.1.0",