From 040a2a2eca912a257a52c3f80636995645cf87af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:01:06 +0000 Subject: [PATCH] Bump send from 0.13.2 to 0.19.0 Bumps [send](https://github.com/pillarjs/send) from 0.13.2 to 0.19.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.13.2...0.19.0) --- updated-dependencies: - dependency-name: send dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3ddf480de..d8d6c593a4 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "resolve": "1.1.7", "rmdir": "1.2.0", "semver": "5.1.0", - "send": "0.13.2", + "send": "0.19.0", "spawn-cmd": "0.0.2", "tiny-lr": "0.2.1", "tmp": "0.0.28",