From 8d2db80c3476c14c29497a090f1ac44b6f9d459f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:30:43 +0000 Subject: [PATCH] chore(deps): bump @fastify/swagger-ui from 2.0.1 to 2.1.0 Bumps [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: "@fastify/swagger-ui" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 2e13062a..59766942 100644 --- a/backend/package.json +++ b/backend/package.json @@ -45,7 +45,7 @@ "@fastify/secure-session": "^7.1.0", "@fastify/sensible": "^5.5.0", "@fastify/swagger": "^8.12.0", - "@fastify/swagger-ui": "^2.0.0", + "@fastify/swagger-ui": "^2.1.0", "@fastify/view": "^8.2.0", "@immobiliarelabs/fastify-sentry": "^8.0.0", "@mgcrea/fastify-graceful-exit": "^1.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 562819af..3b3376d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,8 +121,8 @@ importers: specifier: ^8.12.0 version: 8.12.0 '@fastify/swagger-ui': - specifier: ^2.0.0 - version: 2.0.1 + specifier: ^2.1.0 + version: 2.1.0 '@fastify/view': specifier: ^8.2.0 version: 8.2.0 @@ -2815,8 +2815,8 @@ packages: yaml: 2.3.4 dev: false - /@fastify/swagger-ui@2.0.1: - resolution: {integrity: sha512-sQnufSdQ5kJxaTxBisWYQjkunECuRymYRZYEZEEPpmLUzzZoS22tDLVumb3c1TV4MAlD3L1LTLpxLSXcFL+OZw==} + /@fastify/swagger-ui@2.1.0: + resolution: {integrity: sha512-mu0C28kMEQDa3miE8f3LmI/OQSmqaKS3dYhZVFO5y4JdgBIPbzZj6COCoRU/P/9nu7UogzzcCJtg89wwLwKtWg==} dependencies: '@fastify/static': 6.11.2 fastify-plugin: 4.5.1