From 2925b9cfc25614a2f29ca7d5305d12d162f9457c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:44:32 +0000 Subject: [PATCH] Bump request from 2.37.0 to 2.88.0 in /site Bumps [request](https://github.com/request/request) from 2.37.0 to 2.88.0. - [Release notes](https://github.com/request/request/releases) - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/compare/v2.37.0...v2.88.0) Signed-off-by: dependabot[bot] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 4cc9cd53..f8d50de0 100644 --- a/site/package.json +++ b/site/package.json @@ -15,6 +15,6 @@ "wintersmith-stylus": "~0.4.0", "wintersmith": "~2.0.10", "coffee-script": "~1.7.1", - "request": "~2.37.0" + "request": "~2.88.0" } }