From 813c20315d5961ddecd75f100e5afca1ca040ff1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 18:16:32 +0000 Subject: [PATCH] Bump statuses from 1.5.0 to 2.0.0 Bumps [statuses](https://github.com/jshttp/statuses) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/jshttp/statuses/releases) - [Changelog](https://github.com/jshttp/statuses/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/statuses/compare/v1.5.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cad7c8da7..152a05d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -590,9 +590,9 @@ } }, "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.0.tgz", + "integrity": "sha512-w9jNUUQdpuVoYqXxnyOakhckBbOxRaoYqJscyIBYCS5ixyCnO7nQn7zBZvP9zf5QOPZcz2DLUpE3KsNPbJBOFA==" }, "string_decoder": { "version": "0.10.31", diff --git a/package.json b/package.json index 0000755f7..b4ee11ad8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bluebird": "3.7.2", "lodash": "4.17.19", "promisify-any": "2.0.1", - "statuses": "1.5.0", + "statuses": "2.0.0", "type-is": "1.6.18" }, "devDependencies": {