From af29af9f16c176a7e08873ef862d04bf4731b467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:31:52 +0300 Subject: [PATCH] Build(deps): Bump @fastify/swagger-ui from 2.0.1 to 2.1.0 (#75) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d887e5..db7cb36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/static": "^6.12.0", "@fastify/swagger": "^8.13.0", - "@fastify/swagger-ui": "^2.0.1", + "@fastify/swagger-ui": "^2.1.0", "@fastify/view": "^8.2.0", "@mozilla/readability": "^0.5.0", "axios": "^1.6.5", @@ -233,9 +233,9 @@ } }, "node_modules/@fastify/swagger-ui": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-2.0.1.tgz", - "integrity": "sha512-sQnufSdQ5kJxaTxBisWYQjkunECuRymYRZYEZEEPpmLUzzZoS22tDLVumb3c1TV4MAlD3L1LTLpxLSXcFL+OZw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-2.1.0.tgz", + "integrity": "sha512-mu0C28kMEQDa3miE8f3LmI/OQSmqaKS3dYhZVFO5y4JdgBIPbzZj6COCoRU/P/9nu7UogzzcCJtg89wwLwKtWg==", "dependencies": { "@fastify/static": "^6.0.0", "fastify-plugin": "^4.0.0", diff --git a/package.json b/package.json index 69f7990..19e2ce8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@fastify/static": "^6.12.0", "@fastify/swagger": "^8.13.0", - "@fastify/swagger-ui": "^2.0.1", + "@fastify/swagger-ui": "^2.1.0", "@fastify/view": "^8.2.0", "@mozilla/readability": "^0.5.0", "axios": "^1.6.5",