Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/swagger to v7.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and resah committed Sep 27, 2023
1 parent 405f52d commit 8f0b52e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion workspaces/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.1.0",
"@nestjs/platform-express": "10.1.0",
"@nestjs/serve-static": "4.0.0",
"@nestjs/swagger": "7.1.2",
"@nestjs/swagger": "7.1.12",
"@nestjs/terminus": "10.0.1",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/exporter-prometheus": "0.41.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -807,16 +807,16 @@
dependencies:
path-to-regexp "0.2.5"

"@nestjs/[email protected].2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-7.1.2.tgz#09eed4483521e0a9b87a14eab35547253dcdbc28"
integrity sha512-/eWlV3YuMpvEAGi3FcP0SbRGI+gqIJ93mxXaRc/GRKAOHLj5UzQ22jsUVqmSLmNMCSmp6PTLNcRGoLW++SExJA==
"@nestjs/[email protected].12":
version "7.1.12"
resolved "https://registry.yarnpkg.com/@nestjs/swagger/-/swagger-7.1.12.tgz#49944d884846031f1c7792dcb0d2be4425b92f7a"
integrity sha512-Q1P/IE+cws0sJeNtbs+8uDalcVylpmAnaEUFenGOa3KSNnXF/8DOE84mET/uUhFXsiz9PLHK8Hy7o7B6fRpMhg==
dependencies:
"@nestjs/mapped-types" "2.0.2"
js-yaml "4.1.0"
lodash "4.17.21"
path-to-regexp "3.2.0"
swagger-ui-dist "5.1.0"
swagger-ui-dist "5.7.2"

"@nestjs/[email protected]":
version "10.0.1"
Expand Down Expand Up @@ -10019,10 +10019,10 @@ svelte@^3.0.0, svelte@^3.58.0:
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.59.2.tgz#a137b28e025a181292b2ae2e3dca90bf8ec73aec"
integrity sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA==

swagger-ui-dist@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-5.1.0.tgz#b01b3be06bebb2566b2df586c1632d502ec792ad"
integrity sha512-c1KmAjuVODxw+vwkNLALQZrgdlBAuBbr2xSPfYrJgseEi7gFKcTvShysPmyuDI4kcUa1+5rFpjWvXdusKY74mg==
swagger-ui-dist@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-5.7.2.tgz#b783568cc7f494a9ad9173c9c98fd0cbbb5c851a"
integrity sha512-mVZc9QVQ6pTCV5crli3+Ng+DoMPwdtMHK8QLk2oX8Mtamp4D/hV+uYdC3lV0JZrDgpNEcjs0RrWTqMwwosuLPQ==

[email protected]:
version "4.0.0"
Expand Down

0 comments on commit 8f0b52e

Please sign in to comment.