From dc50a72080ee301da1ae13e2adb6ad679dc75d09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:32:21 +0000 Subject: [PATCH] fix(deps): update dependency @fastify/static to v8.0.2 --- server/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 2f5a59f..bd2e819 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -758,9 +758,9 @@ } }, "node_modules/@fastify/static": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.1.tgz", - "integrity": "sha512-7idyhbcgf14v4bjWzUeHEFvnVxvNJ1n5cyGPgFtwTZjnjUQ1wgC7a2FQai7OGKqCKywDEjzbPhAZRW+uEK1LMg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.2.tgz", + "integrity": "sha512-xJ+XaZVl4Y+lKztx8jGi+BE73aByhOmjMgaTx98E4XtVZxUpiaYQIMBlwACsJz+xohm0kvzV34BZoiZ+bsJtBQ==", "dependencies": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^3.1.0", @@ -5289,9 +5289,9 @@ } }, "@fastify/static": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.1.tgz", - "integrity": "sha512-7idyhbcgf14v4bjWzUeHEFvnVxvNJ1n5cyGPgFtwTZjnjUQ1wgC7a2FQai7OGKqCKywDEjzbPhAZRW+uEK1LMg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.0.2.tgz", + "integrity": "sha512-xJ+XaZVl4Y+lKztx8jGi+BE73aByhOmjMgaTx98E4XtVZxUpiaYQIMBlwACsJz+xohm0kvzV34BZoiZ+bsJtBQ==", "requires": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^3.1.0",