From 9d1f640d51cf96fce26c66cde23f062710828e66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 03:39:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1fb729d..c13f1d7a 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.16", "lru-cache": "^5.1.1", "moleculer": "^0.14.7", "moment": "^2.26.0",