From 5ed5e28452d7814e4b27d5a868022792febebaf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 21:35:28 +0200 Subject: [PATCH] Pin dependencies (#122) --- assets/plugins/pace/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/plugins/pace/package.json b/assets/plugins/pace/package.json index b1ce8a1a..393a466a 100755 --- a/assets/plugins/pace/package.json +++ b/assets/plugins/pace/package.json @@ -13,12 +13,12 @@ "url": "git://github.com/HubSpot/pace.git" }, "devDependencies": { - "grunt-contrib-coffee": "~0.7.0", - "coffee-script": "~1.6.3", - "grunt-contrib-uglify": "~0.2.4", - "grunt-cli": "~0.1.9", - "grunt": "~0.4.1", - "grunt-contrib-watch": "~0.5.3", - "color": "~0.4.4" + "grunt-contrib-coffee": "0.7.0", + "coffee-script": "1.6.3", + "grunt-contrib-uglify": "0.2.7", + "grunt-cli": "0.1.13", + "grunt": "0.4.5", + "grunt-contrib-watch": "0.5.3", + "color": "0.4.4" } }