chore(deps): update dependency @fastify/multipart to v9.0.2

This commit is contained in:
renovate[bot]
2025-01-11 20:14:22 +00:00
committed by GitHub
parent 7368436fc3
commit 8f04d961d0
2 changed files with 16 additions and 5 deletions

19
package-lock.json generated
View File

@@ -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",

View File

@@ -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",