From a146fcaa1c53aaf4071074815d23aae98ce43fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:06:53 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/multipart from 9.4.0 to 10.0.0 Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 9.4.0 to 10.0.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v9.4.0...v10.0.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2343eb4..e818233 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@eslint/eslintrc": "3.3.5", "@eslint/js": "10.0.1", - "@fastify/multipart": "^9.4.0", + "@fastify/multipart": "^10.0.0", "@h4ad/serverless-adapter": "4.4.0", "@types/aws-lambda": "8.10.161", "@types/node": "^25.5.0",