From 703e9986bf24c4591e557b3e5530aee62e80a767 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 17:13:06 +0000 Subject: [PATCH] Update q requirement from ~0.8.12 to ~1.5.1 Updates the requirements on [q](https://github.com/kriskowal/q) to permit the latest version. - [Release notes](https://github.com/kriskowal/q/releases) - [Changelog](https://github.com/kriskowal/q/blob/master/CHANGES.md) - [Commits](https://github.com/kriskowal/q/compare/v0.8.12...v1.5.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6483f8f..87ac865 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "glob": "~3.1.17", "juice": "^1.1.2", "lodash": "^3.8.0", - "q": "~0.8.12" + "q": "~1.5.1" }, "scripts": { "test": "grunt test"