From 17992cb520b02c72bcaa1b5adf18c235d8a443ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:16:00 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/multipart from 8.1.0 to 8.2.0 Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++--------------- package.json | 2 +- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 730a132e303..b5d3bbfca9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0", - "@fastify/multipart": "8.1.0", + "@fastify/multipart": "8.2.0", "@fastify/static": "7.0.1", "@fastify/view": "9.0.0", "@grpc/grpc-js": "1.10.3", @@ -3548,12 +3548,10 @@ "license": "MIT" }, "node_modules/@fastify/busboy": { - "version": "1.2.1", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", + "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", "dev": true, - "license": "MIT", - "dependencies": { - "text-decoding": "^1.0.0" - }, "engines": { "node": ">=14" } @@ -3623,12 +3621,12 @@ "license": "MIT" }, "node_modules/@fastify/multipart": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-8.1.0.tgz", - "integrity": "sha512-sRX9X4ZhAqRbe2kDvXY2NK7i6Wf1Rm2g/CjpGYYM7+Np8E6uWQXcj761j08qPfPO8PJXM+vJ7yrKbK1GPB+OeQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-8.2.0.tgz", + "integrity": "sha512-OZ8nsyyoS2TV7Yeu3ZdrdDGsKUTAbfjrKC9jSxGgT2qdgek+BxpWX31ZubTrWMNZyU5xwk4ox6AvTjAbYWjrWg==", "dev": true, "dependencies": { - "@fastify/busboy": "^1.0.0", + "@fastify/busboy": "^2.1.0", "@fastify/deepmerge": "^1.0.0", "@fastify/error": "^3.0.0", "fastify-plugin": "^4.0.0", @@ -29990,11 +29988,6 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, - "node_modules/text-decoding": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, "node_modules/text-extensions": { "version": "1.9.0", "dev": true, diff --git a/package.json b/package.json index 12aa55ba655..787c553df4c 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0", - "@fastify/multipart": "8.1.0", + "@fastify/multipart": "8.2.0", "@fastify/static": "7.0.1", "@fastify/view": "9.0.0", "@grpc/grpc-js": "1.10.3",