From 54ed7bf60caa9a04afd9d8c3e2b5dd991d8ffd73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jul 2020 04:39:47 +0000 Subject: [PATCH] fix: upgrade lodash from 3.3.1 to 3.10.1 Snyk has created this PR to upgrade lodash from 3.3.1 to 3.10.1. See this package in npm: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/tidepool/project/12cc53ac-7bf0-4187-b8e9-1859320575ae?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbac505..66f6923 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "BSD-2-Clause", "dependencies": { "async": "0.9.0", - "lodash": "3.3.1", + "lodash": "3.10.1", "superagent": "5.2.2", "uuid": "3.1.0" },