From eeca0a3a6b18a4c122b04a0a93bfb9a72eaa607d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:41:37 +0530 Subject: [PATCH] build(deps): bump @fastify/multipart in /docker-apps/rest-passthrough (#3649) Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" 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> --- docker-apps/rest-passthrough/package.json | 2 +- docker-apps/rest-passthrough/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-apps/rest-passthrough/package.json b/docker-apps/rest-passthrough/package.json index 438599178..4f5bf371b 100644 --- a/docker-apps/rest-passthrough/package.json +++ b/docker-apps/rest-passthrough/package.json @@ -14,7 +14,7 @@ "@discordeno/rest": "19.0.0-next.687c29d", "@fastify/env": "^4.3.0", "@fastify/helmet": "^11.1.1", - "@fastify/multipart": "^8.2.0", + "@fastify/multipart": "^8.3.0", "fastify": "^4.27.0" }, "devDependencies": { diff --git a/docker-apps/rest-passthrough/yarn.lock b/docker-apps/rest-passthrough/yarn.lock index 15e85defe..997221f68 100644 --- a/docker-apps/rest-passthrough/yarn.lock +++ b/docker-apps/rest-passthrough/yarn.lock @@ -112,9 +112,9 @@ __metadata: languageName: node linkType: hard -"@fastify/multipart@npm:^8.2.0": - version: 8.2.0 - resolution: "@fastify/multipart@npm:8.2.0" +"@fastify/multipart@npm:^8.3.0": + version: 8.3.0 + resolution: "@fastify/multipart@npm:8.3.0" dependencies: "@fastify/busboy": "npm:^2.1.0" "@fastify/deepmerge": "npm:^1.0.0" @@ -122,7 +122,7 @@ __metadata: fastify-plugin: "npm:^4.0.0" secure-json-parse: "npm:^2.4.0" stream-wormhole: "npm:^1.1.0" - checksum: 2e96611bc1f9923c9b36e3d8724ddbc30662899efb200e6d6f4d4556bd753d43965e378457e38b59526af564dcae82e77bed75af241fb07dab6aa7264cefa27e + checksum: 23b9b709a499af0c0beaaaabd52032a92fa8f4a398ed821c2b4f272e68602ed7bcf91b5daed1e5270c3c61a8b3e8ea1bc2924f21fbcfdbdbd07f4342bd17cd81 languageName: node linkType: hard @@ -2590,7 +2590,7 @@ __metadata: "@discordeno/rest": "npm:19.0.0-next.687c29d" "@fastify/env": "npm:^4.3.0" "@fastify/helmet": "npm:^11.1.1" - "@fastify/multipart": "npm:^8.2.0" + "@fastify/multipart": "npm:^8.3.0" "@favware/cliff-jumper": "npm:^4.0.2" "@swc/cli": "npm:^0.3.12" "@swc/core": "npm:^1.5.25"