From bc83a96ff4dd9a62968b77f2ee73e2aa018366a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 18:50:50 +0000 Subject: [PATCH] build(deps): bump send from 0.1.4 to 0.17.1 Bumps [send](https://github.com/pillarjs/send) from 0.1.4 to 0.17.1. - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/send/compare/0.1.4...0.17.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fde28c62fc..0ad9758803 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "engine.io": "0.4.3", "socket.io-parser": "1.0.2", "socket.io-client": "LearnBoost/socket.io-client", - "send": "~0.1.0" + "send": "~0.17.1" }, "devDependencies": { "mocha": "*",