From e618bb9fcf2a088d2a30a8e915796636a0253c3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 07:25:17 +0000 Subject: [PATCH] Update q requirement from 1.4.1 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/v1.4.1...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 ec5268e..b532f77 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "mongoose": "^4.6.8", "morgan": "~1.7.0", "pug": "^2.0.0-beta6", - "q": "1.4.1", + "q": "1.5.1", "serve-favicon": "~2.3.2", "twilio": "3.0.0", "url": "^0.11.0"