From 9183ca60a80cd11f3e5112d0339ddca41d9829b6 Mon Sep 17 00:00:00 2001 From: AbOuLfOuZ Date: Tue, 14 Jul 2020 09:16:42 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f9de3e..67278e3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "chalk": "^2.4.1", - "lodash": "^4.17.15" + "lodash": "^4.17.19" }, "devDependencies": { "@types/express": "^4.17.1", @@ -91,4 +91,4 @@ } ], "types": "index.d.ts" -} \ No newline at end of file +}