From d89d5a05b9698ea4034aae2e8e28e245cc89f947 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Dec 2018 10:24:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 112f06e..5bae7e4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post" }, "dependencies": { - "babel-core": "^6.24.1", + "babel-core": "^6.26.0", "body-parser": "^1.17.1", "chalk": "^2.1.0", "cross-env": "^5.1.1", @@ -39,7 +39,7 @@ "express": "^4.15.4", "globby": "^6.1.0", "graphql-apollo-errors": "^2.0.2", - "request-promise": "^4.2.1", + "request-promise": "^4.2.2", "shelljs": "^0.7.8", "uuid": "^3.1.0", "yargs": "^9.0.1"