diff --git a/packages/uhk-agent/package-lock.json b/packages/uhk-agent/package-lock.json index 8b0b9a98771..44337622724 100644 --- a/packages/uhk-agent/package-lock.json +++ b/packages/uhk-agent/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "See in LICENSE", "dependencies": { - "@fastify/static": "7.0.1", + "@fastify/static": "7.0.4", "command-line-args": "6.0.0", "command-line-usage": "7.0.1", "decompress": "4.2.1", @@ -89,9 +89,9 @@ } }, "node_modules/@fastify/static": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@fastify/static/-/static-7.0.1.tgz", - "integrity": "sha512-i1p/nELMknAisNfnjo7yhfoUOdKzA+n92QaMirv2NkZrJ1Wl12v2nyTYlDwPN8XoStMBAnRK/Kx6zKmfrXUPXw==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-7.0.4.tgz", + "integrity": "sha512-p2uKtaf8BMOZWLs6wu+Ihg7bWNBdjNgCwDza4MJtTqg+5ovKmcbgbR9Xs5/smZ1YISfzKOCNYmZV8LaCj+eJ1Q==", "dependencies": { "@fastify/accept-negotiator": "^1.0.0", "@fastify/send": "^2.0.0", diff --git a/packages/uhk-agent/package.json b/packages/uhk-agent/package.json index 4265f52e8b8..7c67c513222 100644 --- a/packages/uhk-agent/package.json +++ b/packages/uhk-agent/package.json @@ -11,7 +11,7 @@ }, "license": "See in LICENSE", "dependencies": { - "@fastify/static": "7.0.1", + "@fastify/static": "7.0.4", "command-line-args": "6.0.0", "command-line-usage": "7.0.1", "electron-is-dev": "2.0.0",