From 5a38f762db5564a4af4349dfd2644341c77b8a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Tue, 28 May 2019 14:05:59 +0200 Subject: [PATCH] ncu -u --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6191397..0bb8a18 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,12 @@ }, "homepage": "http://www.wp-pay.org/gateways/pay-nl/", "devDependencies": { - "grunt": "^1.0.3", - "grunt-contrib-jshint": "^2.0.0", + "grunt": "^1.0.4", + "grunt-contrib-jshint": "^2.1.0", "grunt-phpcs": "^0.4.0", "grunt-phplint": "0.1.0", "grunt-phpmd": "^0.1.1", "grunt-phpunit": "^0.3.6", - "load-grunt-tasks": "^4.0.0" + "load-grunt-tasks": "^5.0.0" } }