From d6bf6b8eab9eaf195ac6588ca33b22e4f40c0209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 13 Mar 2018 11:27:27 +0200 Subject: [PATCH] build: bump request from 2.83.0 to 2.85.0 in /electron (#1337) Bumps [request](https://github.com/request/request) from 2.83.0 to 2.85.0. - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/compare/v2.83.0...v2.85.0) Signed-off-by: dependabot[bot] --- electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/package.json b/electron/package.json index c645183e072..9a12bd29940 100644 --- a/electron/package.json +++ b/electron/package.json @@ -32,7 +32,7 @@ "redux": "3.7.2", "redux-logger": "3.0.6", "redux-thunk": "2.2.0", - "request": "2.83.0", + "request": "2.85.0", "spellchecker": "3.4.4", "uuid": "3.2.1", "winston": "https://github.com/wireapp/winston.git#2.2.0-e"