From 32a67505ee23c3a868dd6c8ea6be5d2188474685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:39:38 +0000 Subject: [PATCH] chore(deps-dev): bump fastify-multipart from 5.0.1 to 5.1.0 Bumps [fastify-multipart](https://github.com/fastify/fastify-multipart) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: fastify-multipart dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84ec254294e..1ec7f9dc64c 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.1.0", "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.1.0", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.1.0.tgz", + "integrity": "sha512-GW099krot2FRJZnrgjm2TczYheemOdv77cUIUjO93l151Sm0mgYjkk27tyVgy45bHg1jLbDjNLIFZtMgwXWptA==", "dev": true, "dependencies": { "busboy": "^0.3.1", @@ -15177,6 +15177,7 @@ "fastify-error": "^0.3.0", "fastify-plugin": "^3.0.0", "hexoid": "^1.0.0", + "secure-json-parse": "^2.4.0", "stream-wormhole": "^1.1.0" } }, @@ -44111,9 +44112,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.1.0", + "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.1.0.tgz", + "integrity": "sha512-GW099krot2FRJZnrgjm2TczYheemOdv77cUIUjO93l151Sm0mgYjkk27tyVgy45bHg1jLbDjNLIFZtMgwXWptA==", "dev": true, "requires": { "busboy": "^0.3.1", @@ -44122,6 +44123,7 @@ "fastify-error": "^0.3.0", "fastify-plugin": "^3.0.0", "hexoid": "^1.0.0", + "secure-json-parse": "^2.4.0", "stream-wormhole": "^1.1.0" }, "dependencies": { diff --git a/package.json b/package.json index 54b70aba6ea..b809869e00b 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.1.0", "fastify-static": "4.2.4", "graphql": "15.6.1", "graphql-tools": "7.0.5",