From 25b038c443dfff329cf584ef6dce9be3311078e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:31:13 +0000 Subject: [PATCH] chore(deps-dev): bump fastify-multipart from 5.3.0 to 5.3.1 Bumps [fastify-multipart](https://github.com/fastify/fastify-multipart) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: fastify-multipart dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index df7aaaa59c3..aaf232946ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11919,9 +11919,9 @@ } }, "fastify-multipart": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.3.0.tgz", - "integrity": "sha512-SsPhHh8BtqAsONXUj7LH7drp6wPxeRE56dmRmXv3bjqXWYZvYBIEMPWbFk6dL1922APTBsYNn2uvGcQv16oVkg==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.3.1.tgz", + "integrity": "sha512-c2pnGfkJmiNpYqzFYT2QfBg/06AxG531O+n1elqc8YUbWPRzufdqn3yfGAIV3RA7J4Vnf7Pfvgx0iaWqaRTOVA==", "dev": true, "requires": { "@fastify/busboy": "^1.0.0", diff --git a/package.json b/package.json index 88baf70d217..16720462583 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "fastify": "3.27.1", "fastify-cors": "6.0.2", "fastify-formbody": "5.2.0", - "fastify-multipart": "5.3.0", + "fastify-multipart": "5.3.1", "fastify-static": "4.5.0", "graphql": "15.7.2", "graphql-tools": "7.0.5",