From 2e46513bae9b739fef3f905a6453b17eb958c6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:47:39 +0000 Subject: [PATCH] Update time-grunt requirement from ^1.1.0 to ^2.0.0 Updates the requirements on [time-grunt](https://github.com/sindresorhus/time-grunt) to permit the latest version. - [Release notes](https://github.com/sindresorhus/time-grunt/releases) - [Commits](https://github.com/sindresorhus/time-grunt/compare/v1.1.0...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 957ac31..e08bb2e 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "grunt-contrib-uglify": "^0.6.0", "load-grunt-tasks": "^3.1.0", "requirejs": "^2.1.15", - "time-grunt": "^1.1.0" + "time-grunt": "^2.0.0" } }