From 92e440b84b7af3380a1cd9feb31d5ad288a3f3ea Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Tue, 10 Aug 2021 09:38:29 +0200 Subject: [PATCH] Update a pile of dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1fab31d..637344d 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "~1.0.1", + "grunt": "^1.4.1", "grunt-bump": "0.7.0", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-jscs": "^3.0.1", - "grunt-mocha-cli": "^4.0.0", - "mocha": "^6.1.4" + "grunt-mocha-cli": "^7.0.0", + "mocha": "^9.0.3" }, "peerDependencies": { "grunt": "~1.0.1"