From 6c3e5d5a74ff4284c80fd212b923024e1c851421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 06:39:43 +0000 Subject: [PATCH] chore(deps): bump send Bumps the npm_and_yarn group with 1 update in the /packages/cli directory: [send](https://github.com/pillarjs/send). Updates `send` from 0.17.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.17.2...0.19.0) --- updated-dependencies: - dependency-name: send dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index f6b70ead..e25a4816 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -23,7 +23,7 @@ "portfinder": "^1.0.28", "rxjs": "^6.6.3", "semver": "^7.3.2", - "send": "^0.17.1", + "send": "^0.19.0", "signale": "^1.4.0", "tslib": "^2.2.0" },