From 84cc5083cfdcfa6470f5ac12bd2fc099e036bacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:30:00 +0000 Subject: [PATCH] Bump fastify-multipart from 5.2.1 to 5.3.1 Bumps [fastify-multipart](https://github.com/fastify/fastify-multipart) from 5.2.1 to 5.3.1. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v5.2.1...v5.3.1) --- updated-dependencies: - dependency-name: fastify-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 367b613..ebc649e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nestjs/mongoose": "^9.0.0", "@nestjs/platform-fastify": "^8.0.4", "@nestjs/swagger": "^5.0.8", - "fastify-multipart": "^5.2.1", + "fastify-multipart": "^5.3.1", "fastify-swagger": "^4.12.6", "mongoose": "^6.1.1", "reflect-metadata": "^0.1.13", @@ -2398,9 +2398,9 @@ } }, "node_modules/fastify-multipart": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.2.1.tgz", - "integrity": "sha512-dy7yogJ4ARaQALGbi4dQtyYziNBuUJgGgTGmp3eS3+roAwLMDBsWz0OvBzJHth4xS/OW/js26xNdW6VlxT8htA==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.3.1.tgz", + "integrity": "sha512-c2pnGfkJmiNpYqzFYT2QfBg/06AxG531O+n1elqc8YUbWPRzufdqn3yfGAIV3RA7J4Vnf7Pfvgx0iaWqaRTOVA==", "dependencies": { "@fastify/busboy": "^1.0.0", "deepmerge": "^4.2.2", @@ -7011,9 +7011,9 @@ } }, "fastify-multipart": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.2.1.tgz", - "integrity": "sha512-dy7yogJ4ARaQALGbi4dQtyYziNBuUJgGgTGmp3eS3+roAwLMDBsWz0OvBzJHth4xS/OW/js26xNdW6VlxT8htA==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.3.1.tgz", + "integrity": "sha512-c2pnGfkJmiNpYqzFYT2QfBg/06AxG531O+n1elqc8YUbWPRzufdqn3yfGAIV3RA7J4Vnf7Pfvgx0iaWqaRTOVA==", "requires": { "@fastify/busboy": "^1.0.0", "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 828c8db..ca65c23 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nestjs/mongoose": "^9.0.0", "@nestjs/platform-fastify": "^8.0.4", "@nestjs/swagger": "^5.0.8", - "fastify-multipart": "^5.2.1", + "fastify-multipart": "^5.3.1", "fastify-swagger": "^4.12.6", "mongoose": "^6.1.1", "reflect-metadata": "^0.1.13",