From 0e4740e1142e7fa1ba8cb1f04d4138bd0a1acde3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 03:39:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b55830e4..6d7b4fb6 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "graphql-type-json": "^0.3.1", "helmet": "^3.22.0", "kleur": "^3.0.3", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "lru-cache": "^5.1.1", "moleculer": "^0.14.7", "moment": "^2.26.0",