diff --git a/package.json b/package.json index 430fe12b..585bfff3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "vitest run ./tests/js/index.test.ts" }, "devDependencies": { - "@fastify/static": "^6.10.2", + "@fastify/static": "^6.11.1", "@types/node": "^18", "apache-arrow": "^12.0.0", "arrow-js-ffi": "0.3.0", diff --git a/yarn.lock b/yarn.lock index e812a67b..721ff4c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -188,10 +188,10 @@ http-errors "2.0.0" mime "^3.0.0" -"@fastify/static@^6.10.2": - version "6.10.2" - resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.10.2.tgz#dfaaccfa191a4ba85ea8e3926853c9e6d979e67f" - integrity sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ== +"@fastify/static@^6.11.1": + version "6.11.1" + resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.11.1.tgz#1208eefe8d96c17168627f8ba3f4e77d318fdd5d" + integrity sha512-d8cJyPhZ0WNQTPniMNV+Q8ADuILpcMMETmkyg5Co1voT48aQXFpQP8jJmQDGo858GG3xt7v0YXeawmpGzooYaw== dependencies: "@fastify/accept-negotiator" "^1.0.0" "@fastify/send" "^2.0.0" @@ -199,7 +199,6 @@ fastify-plugin "^4.0.0" glob "^8.0.1" p-limit "^3.1.0" - readable-stream "^4.0.0" "@jest/schemas@^29.6.3": version "29.6.3"