From facf27bd07e3f38186dc3174c7949cbf6a32d819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:12:49 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/multipart from 7.1.0 to 7.1.1 Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d138a29dd96..031b0b318de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1494,16 +1494,16 @@ } }, "@fastify/multipart": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-7.1.0.tgz", - "integrity": "sha512-EemYz5DLA7zWtelnNeN5Nj3b3zpN98kGv4sT+DvB7rWxoOz1XwhTnb2mnbwp08tEadMTevSmGdjJLc6sreMgyg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-7.1.1.tgz", + "integrity": "sha512-Atuo0nLWsGiUSGdHrZvAzCL567eHd1nP6mBlCSy70vgMWPC24ND8swUMaOG+uG+7fW4yQNS9adJoi/0IT91ygA==", "dev": true, "requires": { "@fastify/busboy": "^1.0.0", + "@fastify/deepmerge": "^1.0.0", "@fastify/error": "^3.0.0", - "deepmerge": "^4.2.2", "end-of-stream": "^1.4.4", - "fastify-plugin": "^3.0.0", + "fastify-plugin": "^4.0.0", "hexoid": "^1.0.0", "secure-json-parse": "^2.4.0", "stream-wormhole": "^1.1.0" @@ -1517,6 +1517,12 @@ "requires": { "once": "^1.4.0" } + }, + "fastify-plugin": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.2.1.tgz", + "integrity": "sha512-dlGKiwLzRBKkEf5J5ho0uAD/Jdv8GQVUbriB3tAX3ehRUXE4gTV3lRd5inEg9li1aLzb0EGj8y2K4/8g1TN06g==", + "dev": true } } }, diff --git a/package.json b/package.json index 88d8e933ecc..2abdefc9564 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@fastify/cors": "^8.0.0", "@fastify/formbody": "7.0.1", "@fastify/middie": "8.0.0", - "@fastify/multipart": "7.1.0", + "@fastify/multipart": "7.1.1", "@fastify/static": "6.5.0", "@fastify/view": "7.1.0", "@grpc/grpc-js": "1.6.10",