From c72ef2aae982dc94e9ab034e6ebdc86f696efc82 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Thu, 17 Dec 2020 12:12:07 +0000 Subject: [PATCH] Update npm packages --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3e539c5e0..609094b2a 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,11 @@ "grunt-bower": "^0.21.0", "grunt-bower-concat": "^1.0.0", "grunt-bower-licensechecker": "^0.1.2", - "grunt-bowercopy": "^1.2.4", + "grunt-bowercopy": "^1.2.5", "grunt-cache-breaker": "^2.0.1", "grunt-composer": "^0.4.5", "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-compress": "^1.4.1", "grunt-contrib-concat": "~0.5.1", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-jshint": "~0.6.3", @@ -38,13 +39,12 @@ "grunt-mocha-webdriver": "^1.2.2", "grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master", "grunt-wiredep": "^2.0.0", - "grunt-contrib-compress": "^1.4.1", "load-grunt-tasks": "^3.4.0", "mocha": "^2.2.1", "phantomjs": "~1.9.2", "wd": "^0.3.3" }, "dependencies": { - "npm": "^6.11.3" + "npm": "^6.14.9" } }