diff --git a/package-lock.json b/package-lock.json index 4811759ffab..36eaa304436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@fastify/cors": "10.0.2", "@fastify/formbody": "8.0.1", "@fastify/middie": "9.0.2", - "@fastify/multipart": "9.0.1", + "@fastify/multipart": "9.0.2", "@fastify/static": "8.0.3", "@fastify/view": "10.0.1", "@grpc/grpc-js": "1.12.5", @@ -3220,10 +3220,21 @@ } }, "node_modules/@fastify/multipart": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.0.1.tgz", - "integrity": "sha512-vt2gOCw/O4EwpN4KlLVJxth4iQlDf7T5ggw2Db2C+UbO2WJBG7y0jEBvu/HT6JIW/lBYaqrrUy9MmTpCKgXEpw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.0.2.tgz", + "integrity": "sha512-UOB5zl62YYTrM99o06Hk8gFVpHBhPwuP7IXeihRjl4nK835XQG3XwN9a+Dd2b4aFYapsQtt1h+QqTCY3ZPhEww==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT", "dependencies": { "@fastify/busboy": "^3.0.0", "@fastify/deepmerge": "^2.0.0", diff --git a/package.json b/package.json index b6351a07112..228bde87cab 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@fastify/cors": "10.0.2", "@fastify/formbody": "8.0.1", "@fastify/middie": "9.0.2", - "@fastify/multipart": "9.0.1", + "@fastify/multipart": "9.0.2", "@fastify/static": "8.0.3", "@fastify/view": "10.0.1", "@grpc/grpc-js": "1.12.5",