From 579d1313cc3c77dfe0011d6e9ae85b42e4650a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:48:50 +0000 Subject: [PATCH] chore(deps): bump @fastify/swagger-ui from 5.2.3 to 5.2.4 Bumps [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v5.2.3...v5.2.4) --- updated-dependencies: - dependency-name: "@fastify/swagger-ui" dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 36 +++++++++++++++++++++++++++++++----- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cce6eb4..0608288 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@fastify/helmet": "^13.0.2", "@fastify/rate-limit": "^10.3.0", "@fastify/swagger": "^9.6.1", - "@fastify/swagger-ui": "^5.2.3", + "@fastify/swagger-ui": "^5.2.4", "@pothos/core": "^4.10.0", "@pothos/plugin-drizzle": "^0.16.1", "@types/node": "^22.10.2", diff --git a/yarn.lock b/yarn.lock index 21e3ded..918c10b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -784,12 +784,24 @@ fastq "^1.17.1" glob "^11.0.0" -"@fastify/swagger-ui@^5.2.3": - version "5.2.3" - resolved "https://registry.yarnpkg.com/@fastify/swagger-ui/-/swagger-ui-5.2.3.tgz#3dc7f5ed3c226f55d894cdc2d45490efd22f3c4a" - integrity sha512-e7ivEJi9EpFcxTONqICx4llbpB2jmlI+LI1NQ/mR7QGQnyDOqZybPK572zJtcdHZW4YyYTBHcP3a03f1pOh0SA== +"@fastify/static@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@fastify/static/-/static-9.0.0.tgz#d111b905ed54d647e2693cf317a61d60d143b843" + integrity sha512-r64H8Woe/vfilg5RTy7lwWlE8ZZcTrc3kebYFMEUBrMqlydhQyoiExQXdYAy2REVpST/G35+stAM8WYp1WGmMA== dependencies: - "@fastify/static" "^8.0.0" + "@fastify/accept-negotiator" "^2.0.0" + "@fastify/send" "^4.0.0" + content-disposition "^1.0.1" + fastify-plugin "^5.0.0" + fastq "^1.17.1" + glob "^13.0.0" + +"@fastify/swagger-ui@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@fastify/swagger-ui/-/swagger-ui-5.2.4.tgz#190d959d86369e4b88787ac1c5b6f6e950f15d9a" + integrity sha512-Maw8OYPUDxlOzKQd3VMv7T/fmjf2h6BWR3XHkhk3dD3rIfzO7C/UPnzGuTpOGMqw1HCUnctADBbeTNAzAwzUqA== + dependencies: + "@fastify/static" "^9.0.0" fastify-plugin "^5.0.0" openapi-types "^12.1.3" rfdc "^1.3.1" @@ -1545,6 +1557,11 @@ content-disposition@^0.5.4: dependencies: safe-buffer "5.2.1" +content-disposition@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-1.0.1.tgz#a8b7bbeb2904befdfb6787e5c0c086959f605f9b" + integrity sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q== + convert-source-map@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" @@ -2529,6 +2546,15 @@ glob@^11.0.0: package-json-from-dist "^1.0.0" path-scurry "^2.0.0" +glob@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3" + integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA== + dependencies: + minimatch "^10.1.1" + minipass "^7.1.2" + path-scurry "^2.0.0" + globals@^14.0.0: version "14.0.0" resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"