From 2ca181dd23b403fe9e1e506826beadcd03d59f44 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Fri, 21 Feb 2020 11:46:19 -0500
Subject: [PATCH] Update npm dependencies to fix vulnerabilities and match
 required versions.

---
 package.json | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 8ea3aa89849..c37cfbc54e7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vufind",
-  "version": "6.1.2",
+  "version": "6.1.0",
   "description": "Dev tools to handle css preprocessing, js magic, and compression",
   "repository": {
     "type": "git",
@@ -10,15 +10,14 @@
     "url": "https://vufind.org/jira"
   },
   "dependencies": {
-    "grunt": "^1.0.0",
-    "grunt-cli": "^1.2.0",
-    "grunt-contrib-less": "1.3.0",
+    "grunt": "^1.0.4",
+    "grunt-contrib-less": "^2.0.0",
     "grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11",
     "grunt-sass": "^2.0.0",
     "jit-grunt": "^0.9.1",
     "node-sass": "^4.11.0"
   },
   "devDependencies": {
-    "grunt-contrib-watch": "~0.6.1"
+    "grunt-contrib-watch": "^1.1.0"
   }
 }
-- 
GitLab