From 7db881bc67e143dc8e21966ca0d4950a295f7a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Mar 2018 05:51:45 +0000 Subject: [PATCH] Update request requirement to 2.85.0 in /plugins/tymly-rankings-plugin Updates the requirements on [request](https://github.com/request/request) to permit the latest version. - [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/v2.85.0) Signed-off-by: dependabot[bot] --- plugins/tymly-rankings-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tymly-rankings-plugin/package.json b/plugins/tymly-rankings-plugin/package.json index 1c6937d2..eb36879b 100644 --- a/plugins/tymly-rankings-plugin/package.json +++ b/plugins/tymly-rankings-plugin/package.json @@ -10,7 +10,7 @@ "debug": "3.1.0", "lodash": "4.17.5", "process": "0.11.10", - "request": "2.83.0", + "request": "2.85.0", "stats-lite": "2.1.0", "distributions": "1.1.0", "moment": "2.21.0"