diff --git a/package-lock.json b/package-lock.json index 2e9eca16fc1..be8beeda558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12328,9 +12328,9 @@ } }, "fastify-multipart": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/fastify-multipart/-/fastify-multipart-5.0.2.tgz", - "integrity": "sha512-OA4P8LmLPAWU6fbx8bQ/QlD8fs560geqm33S5MhYFtER7IZnrcbQQIiT6Fb5sJSjMnPd0RoJkhWENskWQ+5SFw==", + "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", @@ -12339,6 +12339,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 4eec10925ee..f5eb10d07c1 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.2", + "fastify-multipart": "5.1.0", "fastify-static": "4.4.2", "graphql": "15.7.1", "graphql-tools": "7.0.5",