From dc00f981bdbc23a25865b666146030ae85ec5a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:39:53 +0000 Subject: [PATCH] Bump @fastify/multipart in /services/openagentic-api Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.3.1 to 10.0.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v8.3.1...v10.0.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/openagentic-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/openagentic-api/package.json b/services/openagentic-api/package.json index 8ccbcb6a8..299da1b5f 100644 --- a/services/openagentic-api/package.json +++ b/services/openagentic-api/package.json @@ -65,7 +65,7 @@ "@azure/storage-blob": "^12.29.1", "@fastify/cookie": "^11.0.1", "@fastify/cors": "^10.0.1", - "@fastify/multipart": "^9.0.1", + "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.0.1", "@fastify/static": "^8.0.2", "@fastify/swagger": "^9.6.1",