From 3c09e7e926345c42f2d8638f6048d180ab58e9e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 22:38:08 +0000 Subject: [PATCH] [Security] Bump superagent from 1.8.5 to 6.0.0 Bumps [superagent](https://github.com/visionmedia/superagent) from 1.8.5 to 6.0.0. **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/commits/v6.0.0) 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 f9d6667..6fd2f72 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-dom": "0.14.0", "react-mixin": "^3.0.3", "react-router": "^1.0.0-rc3", - "superagent": "^1.7.2", + "superagent": "^6.0.0", "vinyl-buffer": "1.0.0", "vinyl-source-stream": "1.1.0", "watchify": "3.4.0"