From 71d6eddefe74adf72ebd0fa1938733d5a664be9a Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 7 Oct 2021 22:58:41 -0400 Subject: [PATCH] Update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 05c4263..61e9a9b 100644 --- a/package.json +++ b/package.json @@ -16,18 +16,18 @@ "test": "grunt test" }, "dependencies": { - "chalk": "^1.0.0", + "chalk": "^4.1.2", "source-map": "^0.5.3" }, "devDependencies": { "grunt": "^1.0.0", - "grunt-contrib-clean": "^1.0.0", - "grunt-contrib-internal": "^1.1.0", - "grunt-contrib-jshint": "^1.0.0", - "grunt-contrib-nodeunit": "^1.0.0" + "grunt-contrib-clean": "^2.0.0", + "grunt-contrib-internal": "^7.0.0", + "grunt-contrib-jshint": "^3.1.1", + "grunt-contrib-nodeunit": "^4.0.0" }, "peerDependencies": { - "grunt": ">=0.4.0" + "grunt": ">=1.4.1" }, "keywords": [ "gruntplugin"