From 43da09d840cc846815554b6566538f8d284ff597 Mon Sep 17 00:00:00 2001 From: elliot sawyer <354793+elliot-sawyer@users.noreply.github.com> Date: Thu, 11 Jul 2019 14:33:16 +1200 Subject: [PATCH] Update to latest lodash version Fixes issue #103 again. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08dfb86..9db457d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "dependencies": { "glob": "^7.0.0", - "lodash": "^4.17.11", + "lodash": "^4.17.14", "scss-tokenizer": "^0.3.0", "yargs": "^12.0.2" },