From b9c2da66bebd33d8c17519e23e7113daa6bf1e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 20:08:19 +0000 Subject: [PATCH] Bump fastify-multipart from 1.0.2 to 1.0.5 Bumps [fastify-multipart](https://github.com/fastify/fastify-multipart) from 1.0.2 to 1.0.5. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v1.0.2...v1.0.5) 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 0cc2065..a90c648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2561,9 +2561,9 @@ } }, "fastify-multipart": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-1.0.2.tgz", - "integrity": "sha512-EWuqbNUzr7h6dtiXM8aUUNbaPKGzJNWqwd2HTw1e6UErrdoAjidVE/rLHE+aRxOusgaXG2Pzuynhb8HAnwqRKg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-1.0.5.tgz", + "integrity": "sha512-H7rlk/wCZBHYec4aSYY20EdCkTjvRbC2SACnRuqPY639WCMylecqBrCbMo2B79CQE/WUOn7GJOVcCtEkd7EDfQ==", "requires": { "busboy": "^0.3.0", "deepmerge": "^4.0.0", diff --git a/package.json b/package.json index 9dd23ab..8aa9cae 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "fast-json-stringify": "^1.15.5", "fastify": "^2.9.0", "fastify-jwt": "^1.1.0", - "fastify-multipart": "^1.0.0", + "fastify-multipart": "^1.0.5", "fastify-oas": "^2.3.3", "lodash": "^4.17.11", "pg": "^7.12.1",