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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-14 10:31:52 +03:00 committed by GitHub
parent 3b5f402d77
commit af29af9f16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@fastify/static": "^6.12.0", "@fastify/static": "^6.12.0",
"@fastify/swagger": "^8.13.0", "@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^2.0.1", "@fastify/swagger-ui": "^2.1.0",
"@fastify/view": "^8.2.0", "@fastify/view": "^8.2.0",
"@mozilla/readability": "^0.5.0", "@mozilla/readability": "^0.5.0",
"axios": "^1.6.5", "axios": "^1.6.5",
@ -233,9 +233,9 @@
} }
}, },
"node_modules/@fastify/swagger-ui": { "node_modules/@fastify/swagger-ui": {
"version": "2.0.1", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-2.1.0.tgz",
"integrity": "sha512-sQnufSdQ5kJxaTxBisWYQjkunECuRymYRZYEZEEPpmLUzzZoS22tDLVumb3c1TV4MAlD3L1LTLpxLSXcFL+OZw==", "integrity": "sha512-mu0C28kMEQDa3miE8f3LmI/OQSmqaKS3dYhZVFO5y4JdgBIPbzZj6COCoRU/P/9nu7UogzzcCJtg89wwLwKtWg==",
"dependencies": { "dependencies": {
"@fastify/static": "^6.0.0", "@fastify/static": "^6.0.0",
"fastify-plugin": "^4.0.0", "fastify-plugin": "^4.0.0",

View File

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"@fastify/static": "^6.12.0", "@fastify/static": "^6.12.0",
"@fastify/swagger": "^8.13.0", "@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^2.0.1", "@fastify/swagger-ui": "^2.1.0",
"@fastify/view": "^8.2.0", "@fastify/view": "^8.2.0",
"@mozilla/readability": "^0.5.0", "@mozilla/readability": "^0.5.0",
"axios": "^1.6.5", "axios": "^1.6.5",