diff --git a/services/api/package-lock.json b/services/api/package-lock.json index 2e847dfe..38335a88 100644 --- a/services/api/package-lock.json +++ b/services/api/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@fastify/multipart": "^8.0.0", - "@fastify/static": "^7.0.0", + "@fastify/static": "^7.0.4", "@nestjs/common": "^10.3.9", "@nestjs/core": "^10.3.9", "@nestjs/cqrs": "^10.0.3", @@ -1022,16 +1022,17 @@ } }, "node_modules/@fastify/static": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-7.0.0.tgz", - "integrity": "sha512-JCuzYMgbIY1Ws5e3dmPFWAZ0MwkKNn4Pmd/gk3RlCOCLDtA6eUq7WZyBz/TpnCi6ae8FOY1s33POo4rioYgWTg==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-7.0.4.tgz", + "integrity": "sha512-p2uKtaf8BMOZWLs6wu+Ihg7bWNBdjNgCwDza4MJtTqg+5ovKmcbgbR9Xs5/smZ1YISfzKOCNYmZV8LaCj+eJ1Q==", + "license": "MIT", "dependencies": { "@fastify/accept-negotiator": "^1.0.0", "@fastify/send": "^2.0.0", "content-disposition": "^0.5.3", "fastify-plugin": "^4.0.0", - "glob": "^10.3.4", - "p-limit": "^3.1.0" + "fastq": "^1.17.0", + "glob": "^10.3.4" } }, "node_modules/@fastify/static/node_modules/brace-expansion": { diff --git a/services/api/package.json b/services/api/package.json index d6fca862..fe99d142 100644 --- a/services/api/package.json +++ b/services/api/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@fastify/multipart": "^8.0.0", - "@fastify/static": "^7.0.0", + "@fastify/static": "^7.0.4", "@nestjs/common": "^10.3.9", "@nestjs/core": "^10.3.9", "@nestjs/cqrs": "^10.0.3",