From dfc5eb14141f9e73635563498bf4688d18a7c6d4 Mon Sep 17 00:00:00 2001 From: matthew-b4t <89655030+matthew-b4t@users.noreply.github.com> Date: Fri, 27 Aug 2021 15:10:36 -0700 Subject: [PATCH] updated version and lodash dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4829bda..1c48afa 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Logan Knecht", "main": "lib/index.js", "description": "Partials loader is a node module to faciliate the registering of partials with a respective template engine.", - "version": "0.1.3", + "version": "0.1.4", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -24,7 +24,7 @@ "homepage": "https://github.com/Bill4Time/partials-loader", "dependencies": { "fs-helper": "^0.1.0", - "lodash": "^2.4.1" + "lodash": "^4.17.21" }, "devDependencies": {}, "maintainers": [