From a755d2b4e0c6a5ed863661fd2211103521260456 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 04:37:01 +0000 Subject: [PATCH] [Security] Bump superagent from 0.17.0 to 5.2.2 Bumps [superagent](https://github.com/visionmedia/superagent) from 0.17.0 to 5.2.2. **This update includes security fixes.** - [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/0.17.0...v5.2.2) 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 7ce39de..cf914cb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Jonas Liljestrand ", "version": "0.0.4", "dependencies": { - "superagent": "~0.17.0", + "superagent": "~5.2.2", "async": "~0.2.10", "lodash": "~2.4.1" },