From b81bc5e9030d9927e96816e6ca8eba2867509d6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Oct 2018 04:54:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:crypto-browserify:20140722 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc8c5f1..7543cec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "aws-sdk": "^2.145.0", + "aws-sdk": "^2.178.0", "oauth": "^0.9.15" } }