From 08d2f77bd1a693e8e2788627299b65bf387af082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 00:07:59 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/multipart from 7.2.0 to 7.3.0 Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v7.2.0...v7.3.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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4787ecac42..2df50a4d041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2467,9 +2467,9 @@ } }, "@fastify/multipart": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-7.2.0.tgz", - "integrity": "sha512-LwfwbCLy30Be1pa5q7F8xCTygxJdEWkfkQhD4OWZ13+vMH4tP/6Bu3OkSTlFatxLAmbEl2UpHLf7CU7w7csRIw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-7.3.0.tgz", + "integrity": "sha512-tbzQiRFxoADCn0G10CqiQ/nDWWcfegtwg826Pfz2h7+XvuqJhGnko0TbafrWIY7hnGD+sNCGMdiTVsxxs6zigA==", "dev": true, "requires": { "@fastify/busboy": "^1.0.0", @@ -2492,9 +2492,9 @@ } }, "fastify-plugin": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.2.1.tgz", - "integrity": "sha512-dlGKiwLzRBKkEf5J5ho0uAD/Jdv8GQVUbriB3tAX3ehRUXE4gTV3lRd5inEg9li1aLzb0EGj8y2K4/8g1TN06g==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.3.0.tgz", + "integrity": "sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==", "dev": true } } @@ -21544,9 +21544,9 @@ "dev": true }, "secure-json-parse": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz", - "integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.5.0.tgz", + "integrity": "sha512-ZQruFgZnIWH+WyO9t5rWt4ZEGqCKPwhiw+YbzTwpmT9elgLrLcfuyUiSnwwjUiVy9r4VM3urtbNF1xmEh9IL2w==", "dev": true }, "semver": { diff --git a/package.json b/package.json index 8be22714cdd..27c398e62a1 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@fastify/cors": "^8.0.0", "@fastify/formbody": "7.3.0", "@fastify/middie": "8.0.0", - "@fastify/multipart": "7.2.0", + "@fastify/multipart": "7.3.0", "@fastify/static": "6.5.0", "@fastify/view": "7.1.1", "@grpc/grpc-js": "1.7.3",