From a2bb36fb7fabbb850f944105d405654573339f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Mar 2018 14:42:20 +0000 Subject: [PATCH] Update request requirement to 2.85.0 in /plugins/tymly-auth-auth0-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-auth-auth0-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tymly-auth-auth0-plugin/package.json b/plugins/tymly-auth-auth0-plugin/package.json index 4e1d6a4b..64eed451 100644 --- a/plugins/tymly-auth-auth0-plugin/package.json +++ b/plugins/tymly-auth-auth0-plugin/package.json @@ -7,7 +7,7 @@ "dependencies": { "boom": "7.2.0", "debug": "3.1.0", - "request": "2.83.0", + "request": "2.85.0", "retry": "0.10.1" }, "devDependencies": {