From e5538140ae2a0975cc93a4bc74bfa252372bf9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:38:55 +0000 Subject: [PATCH] Bump superagent from 1.7.1 to 5.1.0 in /javascript-client Bumps [superagent](https://github.com/visionmedia/superagent) from 1.7.1 to 5.1.0. - [Release notes](https://github.com/visionmedia/superagent/releases) - [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md) - [Commits](https://github.com/visionmedia/superagent/compare/v1.7.1...v5.1.0) Signed-off-by: dependabot[bot] --- javascript-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript-client/package.json b/javascript-client/package.json index f86d5d0..904f2c6 100644 --- a/javascript-client/package.json +++ b/javascript-client/package.json @@ -7,7 +7,7 @@ "test": "./node_modules/mocha/bin/mocha --recursive" }, "dependencies": { - "superagent": "1.7.1" + "superagent": "5.1.0" }, "devDependencies": { "mocha": "~2.3.4",