From 203beb6f5cf58364bc8b6eb06759c98ceab2026b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Mar 2018 14:27:45 +0000 Subject: [PATCH] Update request requirement to 2.85.0 in /plugins/tymly-express-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-express-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tymly-express-plugin/package.json b/plugins/tymly-express-plugin/package.json index 530b4f81..d90aca0a 100644 --- a/plugins/tymly-express-plugin/package.json +++ b/plugins/tymly-express-plugin/package.json @@ -16,7 +16,7 @@ "helmet": "3.12.0", "lodash": "4.17.5", "sprintf": "0.1.5", - "request": "2.83.0", + "request": "2.85.0", "request-promise-native": "1.0.5" }, "devDependencies": {