From 6371db768f49174bc2abece96cf248c7f4641ada Mon Sep 17 00:00:00 2001 From: luci-m-666 <72810846+luci-m-666@users.noreply.github.com> Date: Thu, 29 Oct 2020 19:49:03 +0530 Subject: [PATCH] Fix prototype pollution --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8698567..71603f8 100755 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "extendify", - "version" : "1.0.0", + "version": "1.0.0", "description": "Deep extend with customizable behavior for Node.js", "main": "app.js", "dependencies": { - "lodash": "^2.4.1" + "lodash": "^4.17.20" }, "devDependencies": {}, "author": {