From 6454cc30065abf0fe8e5f99975e5d73d05a8b4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:59:12 +0200 Subject: [PATCH] build(deps): bump @fastify/multipart from 10.0.0 to 10.1.0 in /docker-apps/rest-passthrough (#5142) Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny --- docker-apps/rest-passthrough/package.json | 2 +- docker-apps/rest-passthrough/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-apps/rest-passthrough/package.json b/docker-apps/rest-passthrough/package.json index a0d81c8ad..70079b53a 100644 --- a/docker-apps/rest-passthrough/package.json +++ b/docker-apps/rest-passthrough/package.json @@ -14,7 +14,7 @@ "@discordeno/rest": "21.0.0", "@fastify/env": "^7.0.0", "@fastify/helmet": "^13.1.0", - "@fastify/multipart": "^10.0.0", + "@fastify/multipart": "^10.1.0", "fastify": "^5.5.0" }, "devDependencies": { diff --git a/docker-apps/rest-passthrough/yarn.lock b/docker-apps/rest-passthrough/yarn.lock index 69c3dbe45..fef9ec7db 100644 --- a/docker-apps/rest-passthrough/yarn.lock +++ b/docker-apps/rest-passthrough/yarn.lock @@ -127,16 +127,16 @@ __metadata: languageName: node linkType: hard -"@fastify/multipart@npm:^10.0.0": - version: 10.0.0 - resolution: "@fastify/multipart@npm:10.0.0" +"@fastify/multipart@npm:^10.1.0": + version: 10.1.0 + resolution: "@fastify/multipart@npm:10.1.0" dependencies: "@fastify/busboy": "npm:^3.0.0" "@fastify/deepmerge": "npm:^3.0.0" "@fastify/error": "npm:^4.0.0" - fastify-plugin: "npm:^5.0.0" + fastify-plugin: "npm:^6.0.0" secure-json-parse: "npm:^4.0.0" - checksum: 10c0/49e09135599a59aab761b71f65ab5f9ad63c3ea28ede04389c308dea1149b1fd7779693230f5bc0ffc9063c42484e99a2d1d38c0fd73b074c9ed3216db12e9da + checksum: 10c0/c305393cb53f673c8a12cd7439a1028dda7ae9f4c7c75aba45f3721df5f746651e2670bcd1b5c84544e6bc032b6f8251203c4a8f0153983e992d56dc97c170a1 languageName: node linkType: hard @@ -1036,7 +1036,7 @@ __metadata: "@discordeno/rest": "npm:21.0.0" "@fastify/env": "npm:^7.0.0" "@fastify/helmet": "npm:^13.1.0" - "@fastify/multipart": "npm:^10.0.0" + "@fastify/multipart": "npm:^10.1.0" "@favware/cliff-jumper": "npm:^6.1.0" "@types/node": "npm:^26.0.1" dotenv: "npm:^17.4.2"