From 156af5c69c6db73c62012b69b03a89543db2b3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:53:57 +0000 Subject: [PATCH] chore(deps-dev): bump fastify-multipart from 5.0.1 to 5.0.2 Bumps [fastify-multipart](https://github.com/fastify/fastify-multipart) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: fastify-multipart dependency-type: direct:development update-type: version-update:semver-patch ... 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 84ec254294e..75df1fa4a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "fastify": "3.22.0", "fastify-cors": "6.0.2", "fastify-formbody": "5.1.0", - "fastify-multipart": "5.0.1", + "fastify-multipart": "5.0.2", "fastify-static": "4.2.4", "graphql": "15.6.1", "graphql-tools": "7.0.5", @@ -15166,9 +15166,9 @@ } }, "node_modules/fastify-multipart": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.0.1.tgz", - "integrity": "sha512-lBetyftankDsub3Cp59AxRMB6WX7ZHufEknfXNieLDzwB7a+cuS67x+PIYxcZJoU62epkaPK63tUJAoc7uLg9Q==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.0.2.tgz", + "integrity": "sha512-OA4P8LmLPAWU6fbx8bQ/QlD8fs560geqm33S5MhYFtER7IZnrcbQQIiT6Fb5sJSjMnPd0RoJkhWENskWQ+5SFw==", "dev": true, "dependencies": { "busboy": "^0.3.1", @@ -44111,9 +44111,9 @@ } }, "fastify-multipart": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.0.1.tgz", - "integrity": "sha512-lBetyftankDsub3Cp59AxRMB6WX7ZHufEknfXNieLDzwB7a+cuS67x+PIYxcZJoU62epkaPK63tUJAoc7uLg9Q==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.0.2.tgz", + "integrity": "sha512-OA4P8LmLPAWU6fbx8bQ/QlD8fs560geqm33S5MhYFtER7IZnrcbQQIiT6Fb5sJSjMnPd0RoJkhWENskWQ+5SFw==", "dev": true, "requires": { "busboy": "^0.3.1", diff --git a/package.json b/package.json index 54b70aba6ea..09420f56dcc 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "fastify": "3.22.0", "fastify-cors": "6.0.2", "fastify-formbody": "5.1.0", - "fastify-multipart": "5.0.1", + "fastify-multipart": "5.0.2", "fastify-static": "4.2.4", "graphql": "15.6.1", "graphql-tools": "7.0.5",