From 74f0f7ed501045c778ead83f8d8d26fbd7a1d302 Mon Sep 17 00:00:00 2001 From: Kotlin-workshop <33645421+VinodhiniV@users.noreply.github.com> Date: Wed, 24 Jul 2019 20:00:46 +0530 Subject: [PATCH] Update package.json lodash has a high vulnerability for versions <=4.17.11. Hence updating to 4.17.15 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76e4fd5..e552ca6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deride", "description": "Mocking library based on composition", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/guzzlerio/deride", "author": { "name": "Andrew Rea", @@ -53,7 +53,7 @@ ], "dependencies": { "debug": "^3.0.1", - "lodash": "^4.17.4", + "lodash": "^4.17.15", "when": "^3.7.8" }, "license": "MIT"