Skip to content

Commit

Permalink
fix(deps): update dependency koa2-swagger-ui to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent eb27764 commit eb1e749
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"koa": "2.14.2",
"koa-bodyparser": "4.4.1",
"koa-proxy": "1.0.0-alpha.3",
"koa2-swagger-ui": "5.9.1",
"koa2-swagger-ui": "5.10.0",
"node-fetch": "3.3.2",
"open": "9.1.0",
"prettier": "3.0.3",
Expand Down
23 changes: 4 additions & 19 deletions yarn.lock
Expand Up @@ -2580,20 +2580,6 @@
"@types/koa-compose" "*"
"@types/node" "*"

"@types/koa@^2.13.9":
version "2.13.9"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.9.tgz#8d989ac17d7f033475fbe34c4f906c9287c2041a"
integrity sha512-tPX3cN1dGrMn+sjCDEiQqXH2AqlPoPd594S/8zxwUm/ZbPsQXKqHPUypr2gjCPhHUc+nDJLduhh5lXI/1olnGQ==
dependencies:
"@types/accepts" "*"
"@types/content-disposition" "*"
"@types/cookies" "*"
"@types/http-assert" "*"
"@types/http-errors" "*"
"@types/keygrip" "*"
"@types/koa-compose" "*"
"@types/node" "*"

"@types/mdast@^3.0.0":
version "3.0.12"
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.12.tgz#beeb511b977c875a5b0cc92eab6fcac2f0895514"
Expand Down Expand Up @@ -7537,12 +7523,11 @@ koa-proxy@1.0.0-alpha.3:
request "^2.88.0"
request-promise-native "^1.0.5"

koa2-swagger-ui@5.9.1:
version "5.9.1"
resolved "https://registry.yarnpkg.com/koa2-swagger-ui/-/koa2-swagger-ui-5.9.1.tgz#ff7ae7d22f1c9962f07f8675c49414a5b564609c"
integrity sha512-9qz3BGLgekWNhndyuTj9LbGZvGuY5JFctIwnLG9NeGiHNFJnWJ1rtPpV/iM5xqaPmha6cEWBs9SU1/5VqfIm8g==
koa2-swagger-ui@5.10.0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/koa2-swagger-ui/-/koa2-swagger-ui-5.10.0.tgz#2079aa96415a4ffac66e765affe30ae5b07cfba3"
integrity sha512-UEktDUyWP5BvBB8glVWHN14246IH6WZC8sryONC+v9Rm6FA3/8V+CgXpRuHkAEy0KntMwp2sJ5CutTu6ODtC3w==
dependencies:
"@types/koa" "^2.13.9"
handlebars "^4.7.8"
lodash "^4.17.21"
read-pkg-up "7.0.1"
Expand Down

0 comments on commit eb1e749

Please sign in to comment.