From d3423a6b7ebcd462d0a0fcdbe601becd24e45485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:32:29 +0000 Subject: [PATCH] Bump @fastify/static from 6.11.2 to 6.12.0 Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.11.2 to 6.12.0. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v6.11.2...v6.12.0) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4bc0da1d..4d285fe4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "vitest run ./tests/js/index.test.ts" }, "devDependencies": { - "@fastify/static": "^6.11.2", + "@fastify/static": "^6.12.0", "@types/node": "^20", "apache-arrow": "^13.0.0", "arrow-js-ffi": "0.3.0", diff --git a/yarn.lock b/yarn.lock index 6478bb65..87caaf93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -196,10 +196,10 @@ http-errors "2.0.0" mime "^3.0.0" -"@fastify/static@^6.11.2": - version "6.11.2" - resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.11.2.tgz#1fe40c40daf055a28d29db807b459fcff431d9b6" - integrity sha512-EH7mh7q4MfNdT7N07ZVlwsX/ObngMvQ7KBP0FXAuPov99Fjn80KSJMdxQhhYKAKWW1jXiFdrk8X7d6uGWdZFxg== +"@fastify/static@^6.12.0": + version "6.12.0" + resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.12.0.tgz#f3d55dda201c072bae0593e5d45dde8fd235c288" + integrity sha512-KK1B84E6QD/FcQWxDI2aiUCwHxMJBI1KeCUzm1BwYpPY1b742+jeKruGHP2uOluuM6OkBPI8CIANrXcCRtC2oQ== dependencies: "@fastify/accept-negotiator" "^1.0.0" "@fastify/send" "^2.0.0"