From e6736651e339e1f26a228efd4ddcd972a94ca34f Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Wed, 21 Aug 2019 14:13:19 -0400
Subject: [PATCH] Switch less2sass to branch to solve vulnerability. (#1413)

- Original repo is 5 years out of date, may be dead.
- PR made. If accepted, will switch this back.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2a1ce9d4804..15f98e8a31b 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
     "grunt": "^1.0.0",
     "grunt-cli": "^1.2.0",
     "grunt-contrib-less": "1.3.0",
-    "grunt-less-to-sass": "0.0.10",
+    "grunt-less-to-sass": "crhallberg/grunt-less-to-sass#lodash-fix",
     "grunt-sass": "^1.0.0",
     "jit-grunt": "^0.9.1",
     "node-sass": "^4.11.0"
-- 
GitLab