From 7a4884460db80929bd67b315fb1b5100245b17c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 02:25:35 +0000 Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:lodash:20180130 --- .snyk | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 39e8829..52c5d40 100644 --- a/.snyk +++ b/.snyk @@ -8,3 +8,12 @@ patch: patched: '2018-06-26T02:27:45.630Z' - mozaik > superagent > form-data > mime: patched: '2018-06-26T02:27:45.630Z' + 'npm:lodash:20180130': + - babel > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2018-07-03T02:25:33.788Z' + - mozaik > lodash: + patched: '2018-07-03T02:25:33.788Z' + - mozaik > babelify > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2018-07-03T02:25:33.788Z' + - mozaik > babelify > babel-core > lodash: + patched: '2018-07-03T02:25:33.788Z' diff --git a/package.json b/package.json index 5e91c89..7de932f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "dependencies": { "async": "^1.2.1", - "babel": "^5.8.23", + "babel": "^6.0.0", "base64url": "0.0.6", "bluebird": "^2.10.2", "bluemix-helper-config": "^0.1.7", @@ -55,7 +55,7 @@ "superagent-bluebird-promise": "^2.1.0", "when": "~3.7.3", "ws": "~0.7.2", - "snyk": "^1.85.0" + "snyk": "^1.88.0" }, "devDependencies": { "mocha": "*"