From e76f42702b74a0de32fa172e618ab913ea37812c Mon Sep 17 00:00:00 2001 From: Alejandro Romero Herrera Date: Thu, 29 Oct 2020 13:29:56 +0300 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": {