From 88ef2a997b714592435df91c29fd9aece1cb2abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:46:01 +0000 Subject: [PATCH] Bump @fastify/static from 6.10.2 to 6.11.1 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.10.2 to 6.11.1. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v6.10.2...v6.11.1) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) 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"