From 4b41bf60f7f0878b77039eca49fd67277f00945f Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 04:00:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fea683..4a46a91 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/TheCJGCJG/serverless-amazon-alexa#readme", "dependencies": { "alexa-sdk": "^1.0.25", - "lodash": "^4.17.5", + "lodash": "^4.17.12", "moment": "^2.21.0", "request": "^2.83.0", "uuid": "^3.2.1"