From 5c4778a6f7cf242773918eca7c8296637c662bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2020 03:17:13 +0000 Subject: [PATCH] Bump request from 2.29.0 to 2.88.2 Bumps [request](https://github.com/request/request) from 2.29.0 to 2.88.2. - [Release notes](https://github.com/request/request/releases) - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6b513b..ad4582a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "grunt-cli": "~0.1.11", "grunt-contrib-jshint": "~0.7.2", "mocha": "~1.15.1", - "request": "~2.29.0" + "request": "~2.88.2" }, "scripts": { "test": "grunt && mocha -R spec"