From b70470114ea8d910f396558429bc163bf52de0ef Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:10:38 +0000 Subject: [PATCH] Update grunt to version 1.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5112aab..38c58d8 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.1", "grunt-contrib-coffee": "*", "grunt-contrib-watch": "*" },