From 29ffe09e912460b27c30734188c19516d7f48c86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 12:46:16 +0000 Subject: [PATCH] feat: upgrade q from 1.4.1 to 2.0.3 Snyk has created this PR to upgrade q from 1.4.1 to 2.0.3. See this package in npm: https://www.npmjs.com/package/q See this project in Snyk: https://app.snyk.io/org/brand-new/project/c404e946-5acc-4a55-8b06-835efebaa98b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f1f6a4..942b56c0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^3.10.0", "negotiator": "ethanresnick/negotiator#full-parse-access", "pluralize": "0.0.11", - "q": "1.4.1", + "q": "2.0.3", "qs": "^5.2.0", "raw-body": "1.3.x", "url-template": "^2.0.4",