diff --git a/package-lock.json b/package-lock.json index 8b0870354..60a59f3fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-angular": "19.1.0", - "@fastify/static": "7.0.2", + "@fastify/static": "7.0.3", "@nestjs/common": "10.3.7", "@nestjs/core": "10.3.7", "@nestjs/platform-express": "10.3.7", @@ -1749,9 +1749,9 @@ } }, "node_modules/@fastify/static": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-7.0.2.tgz", - "integrity": "sha512-5opbHpZj29EGVBNgELW6gDkueiFWxjLsLVQQCgKencJctq0aqk3vBlkO97z5It4zaSAb3FXOeAxm7KP2tL/hQA==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-7.0.3.tgz", + "integrity": "sha512-2tmTdF+uFCykasutaO6k4/wOt7eXyi7m3dGuCPo5micXzv0qt6ttb/nWnDYL/BlXjYGfp1JI4a1gyluTIylvQA==", "dev": true, "dependencies": { "@fastify/accept-negotiator": "^1.0.0", diff --git a/package.json b/package.json index c01829ff1..3f300d665 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-angular": "19.1.0", - "@fastify/static": "7.0.2", + "@fastify/static": "7.0.3", "@nestjs/common": "10.3.7", "@nestjs/core": "10.3.7", "@nestjs/platform-express": "10.3.7",