From 527f4251e53afcd57c20b5442e298d3e5e72292e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:38:56 +0000 Subject: [PATCH] build(deps): bump @fastify/multipart from 9.4.0 to 10.0.0 in /backend Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 9.4.0 to 10.0.0. - [Release notes](https://github.com/fastify/fastify-multipart/releases) - [Commits](https://github.com/fastify/fastify-multipart/compare/v9.4.0...v10.0.0) --- updated-dependencies: - dependency-name: "@fastify/multipart" dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 12 ++++++------ backend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 0999e5e..2ae3006 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,17 +1,17 @@ { "name": "medassist-ng-backend", - "version": "1.22.2", + "version": "1.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "medassist-ng-backend", - "version": "1.22.2", + "version": "1.23.0", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", - "@fastify/multipart": "^9.4.0", + "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.3.0", "@fastify/sensible": "^6.0.4", "@fastify/static": "^9.0.0", @@ -953,9 +953,9 @@ } }, "node_modules/@fastify/multipart": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.4.0.tgz", - "integrity": "sha512-Z404bzZeLSXTBmp/trCBuoVFX28pM7rhv849Q5TsbTFZHuk1lc4QjQITTPK92DKVpXmNtJXeHSSc7GYvqFpxAQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-10.0.0.tgz", + "integrity": "sha512-pUx3Z1QStY7E7kwvDTIvB6P+rF5lzP+iqPgZyJyG3yBJVPvQaZxzDHYbQD89rbY0ciXrMOyGi8ezHDVexLvJDA==", "funding": [ { "type": "github", diff --git a/backend/package.json b/backend/package.json index 9d1d9d1..69faa2c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -20,7 +20,7 @@ "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", - "@fastify/multipart": "^9.4.0", + "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.3.0", "@fastify/sensible": "^6.0.4", "@fastify/static": "^9.0.0",