mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(deps): update dependency @fastify/multipart to v9.0.2
This commit is contained in:
19
package-lock.json
generated
19
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user