Skip to content

Commit

Permalink
chore: bump @fastify/swagger-ui from 1.10.2 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) from 1.10.2 to 2.1.0.
- [Release notes](https://github.com/fastify/fastify-swagger-ui/releases)
- [Commits](fastify/fastify-swagger-ui@v1.10.2...v2.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/swagger-ui"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent 46d9bb2 commit f2b7829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion examples/swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@fastify-decorators/simple-di": "^4.0.0-next.5",
"@fastify/swagger": "^8.12.0",
"@fastify/swagger-ui": "^2.0.1",
"@fastify/swagger-ui": "^2.1.0",
"@sinclair/typebox": "^0.32.4",
"fastify": "^4.24.3",
"fastify-decorators": "^4.0.0-next.5"
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -398,17 +398,6 @@
glob "^8.0.1"
p-limit "^3.1.0"

"@fastify/swagger-ui@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@fastify/swagger-ui/-/swagger-ui-2.0.1.tgz#453bfa4142da9255581b061a8125c6d75ee6b6ee"
integrity sha512-sQnufSdQ5kJxaTxBisWYQjkunECuRymYRZYEZEEPpmLUzzZoS22tDLVumb3c1TV4MAlD3L1LTLpxLSXcFL+OZw==
dependencies:
"@fastify/static" "^6.0.0"
fastify-plugin "^4.0.0"
openapi-types "^12.0.2"
rfdc "^1.3.0"
yaml "^2.2.2"

"@fastify/swagger-ui@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@fastify/swagger-ui/-/swagger-ui-2.1.0.tgz#f75fffe7f64215e58e716fc5f81ebd2fc953b9e7"
Expand Down

0 comments on commit f2b7829

Please sign in to comment.