From 5397848a101745f565faa3f0257799682236b757 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 02:55:23 +0000 Subject: [PATCH] Update grunt to version 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5112aab..0535617 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": "http://github.com/jiangts/jsOTP", "author": "Allan Jiang", "dependencies": { - "grunt": "~0.4.0", + "grunt": "~1.6.0", "grunt-contrib-coffee": "*", "grunt-contrib-watch": "*" },