From 55d06290ba4e5e7c05309970b5db849a77d4e4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:05:19 +0000 Subject: [PATCH] build(deps): bump send from 0.18.0 to 0.19.0 in /express Bumps [send](https://github.com/pillarjs/send) from 0.18.0 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.18.0...0.19.0) --- updated-dependencies: - dependency-name: send dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express/package.json b/express/package.json index 67f97749..f819344b 100644 --- a/express/package.json +++ b/express/package.json @@ -51,7 +51,7 @@ "qs": "6.12.3", "range-parser": "1.2.1", "safe-buffer": "5.2.1", - "send": "0.18.0", + "send": "0.19.0", "serve-static": "1.15.0", "setprototypeof": "1.2.0", "statuses": "2.0.1",