Skip to content

Commit

Permalink
Bump asciidoctor-kroki from 0.10.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [asciidoctor-kroki](https://github.com/Mogztter/asciidoctor-kroki) from 0.10.0 to 0.12.0.
- [Release notes](https://github.com/Mogztter/asciidoctor-kroki/releases)
- [Changelog](https://github.com/Mogztter/asciidoctor-kroki/blob/master/RELEASE.md)
- [Commits](asciidoctor/asciidoctor-kroki@v0.10.0...v0.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Mar 14, 2021
1 parent 7ed1cc1 commit 5a8b214
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@antora/site-generator-default": "^3.0.0-alpha.1",
"antora-lunr": "^0.8.0",
"antora-site-generator-lunr": "^0.5.0",
"asciidoctor-kroki": "^0.10.0",
"asciidoctor-kroki": "^0.12.0",
"http-server": "^0.12.3"
}
}
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,16 +369,16 @@ argparse@^1.0.7:
dependencies:
sprintf-js "~1.0.2"

asciidoctor-kroki@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/asciidoctor-kroki/-/asciidoctor-kroki-0.10.0.tgz#f4c88ad657c1d18d164e5b33b6dba96b2881b85c"
integrity sha512-GENS9WgxU6tw89EaxkKnK1uwsuRu7PJb7l++tveNSqhKFedOCWcE2LO/dRqa9RhDyzBIcEugvLi8o9sboUTjZg==
asciidoctor-kroki@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/asciidoctor-kroki/-/asciidoctor-kroki-0.12.0.tgz#128fe0e305344058d13b305920be1269b5e72f49"
integrity sha512-/8zPjYXXbiI9DxnLGJAHAE32TKMB4ntWCNOhmEbisZ7waFTH99bAAKVhFo8ofcPH1Y2ZNhPgnDSUMnjl69c7pg==
dependencies:
json5 "^2.1.3"
mkdirp "^1.0.4"
pako "^1.0.10"
pako "^2.0.3"
rusha "^0.8.13"
unxhr "1.0.4"
unxhr "1.2.0"

asciidoctor.js@1.5.9:
version "1.5.9"
Expand Down Expand Up @@ -1477,6 +1477,11 @@ pako@^1.0.10:
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==

pako@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/pako/-/pako-2.0.3.tgz#cdf475e31b678565251406de9e759196a0ea7a43"
integrity sha512-WjR1hOeg+kki3ZIOjaf4b5WVcay1jaliKSYiEaB1XzwhMQZJxRdQRv0V31EKBYlxb4T7SK3hjfc/jxyU64BoSw==

parse5@^3.0.1:
version "3.0.3"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c"
Expand Down Expand Up @@ -1837,10 +1842,10 @@ universalify@^0.1.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

unxhr@1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/unxhr/-/unxhr-1.0.4.tgz#88522179d732a887582d05c1cf38ece81e7008b9"
integrity sha512-W0qjLVsaTdVB2GRHFIxPI/5Ej07aLs3kSLUgLYhrqrUP4c12jXYYJJeGwGLl9PWlR4YSP6Yq5johgv113C4N8g==
unxhr@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/unxhr/-/unxhr-1.2.0.tgz#44d391cb882c268a2909cd258a9a4f1941a6cf57"
integrity sha512-6cGpm8NFXPD9QbSNx0cD2giy7teZ6xOkCUH3U89WKVkL9N9rBrWjlCwhR94Re18ZlAop4MOc3WU1M3Hv/bgpIw==

url-join@^2.0.5:
version "2.0.5"
Expand Down

0 comments on commit 5a8b214

Please sign in to comment.