From a41da89d3d9b812b679dd53a694d042e802bc060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 13:39:44 +0000 Subject: [PATCH] build(deps-dev): bump send from 0.17.2 to 0.18.0 Bumps [send](https://github.com/pillarjs/send) from 0.17.2 to 0.18.0. - [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.17.2...0.18.0) --- updated-dependencies: - dependency-name: send dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 146887543bd..613dd4c3dc9 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "pre-commit": "^1.2.2", "proxyquire": "^2.1.3", "pump": "^3.0.0", - "send": "^0.17.1", + "send": "^0.18.0", "serve-static": "^1.14.1", "simple-get": "^4.0.0", "snazzy": "^9.0.0",