From 3ab8436cd28cd96029582fab6df6207f239f8ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:34:16 +0000 Subject: [PATCH] chore(satellite): bump @fastify/http-proxy in /services/satellite Bumps [@fastify/http-proxy](https://github.com/fastify/fastify-http-proxy) from 10.0.2 to 11.3.0. - [Release notes](https://github.com/fastify/fastify-http-proxy/releases) - [Commits](https://github.com/fastify/fastify-http-proxy/compare/v10.0.2...v11.3.0) --- updated-dependencies: - dependency-name: "@fastify/http-proxy" dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/satellite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/satellite/package.json b/services/satellite/package.json index a8ef3d37..65d6e30d 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -14,7 +14,7 @@ "release": "release-it --config=.release-it.js" }, "dependencies": { - "@fastify/http-proxy": "^10.0.0", + "@fastify/http-proxy": "^11.3.0", "@fastify/swagger": "^9.5.1", "@fastify/swagger-ui": "^5.2.3", "dotenv": "^16.4.5",