Skip to content

Commit

Permalink
Bump @antora/cli from 3.1.8 to 3.1.9 in /antora
Browse files Browse the repository at this point in the history
Bumps [@antora/cli](https://gitlab.com/antora/antora) from 3.1.8 to 3.1.9.
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.8...v3.1.9)

---
updated-dependencies:
- dependency-name: "@antora/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Jul 8, 2024
1 parent 0eb2088 commit a6526a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
2 changes: 1 addition & 1 deletion antora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "http-server _site -c-1 -p 5000 -a 127.0.0.1"
},
"devDependencies": {
"@antora/cli": "^3.1.8",
"@antora/cli": "^3.1.9",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@antora/site-generator": "^3.1.9",
"@antora/collector-extension": "^1.0.0-alpha.4",
Expand Down
32 changes: 6 additions & 26 deletions antora/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@antora/user-require-helper" "~2.0"
"@asciidoctor/core" "~2.2"

"@antora/cli@^3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@antora/cli/-/cli-3.1.8.tgz#7d43feacc2212d4e115fc5cbd4432a28e8f72b71"
integrity sha512-V7oIbbAONovCQWX2tKG14YmX03p6tquLP753NJEjj7QXjiWmJhOI0JsTD+fvaXr7DzkDnjnls4OwFBmiHZIkOw==
"@antora/cli@^3.1.9":
version "3.1.9"
resolved "https://registry.yarnpkg.com/@antora/cli/-/cli-3.1.9.tgz#6be4dd2e63660d0540b3b8714e511c609c12f712"
integrity sha512-kCUqWX3G/9Pvf8SWZ45ioHwWdOc9uamy2E5/FFwyGiTeu4ubNbadOauLVvMzSZHUxVDnGxXwCsmmQ2HwM919ew==
dependencies:
"@antora/logger" "3.1.8"
"@antora/playbook-builder" "3.1.8"
"@antora/logger" "3.1.9"
"@antora/playbook-builder" "3.1.9"
"@antora/user-require-helper" "~2.0"
commander "~11.1"

Expand Down Expand Up @@ -85,16 +85,6 @@
vinyl "~3.0"
yazl "~2.5"

"@antora/logger@3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@antora/logger/-/logger-3.1.8.tgz#6df67f872d7a0aa73179ab4b3513818156a757d0"
integrity sha512-zbfjB1oMDDuuHjiRnBIbVTUBW1l1hCHbK4Q1oIRujnSz2LLjyY/aZfvgwODpREBGmvjkFb6Dlc9VUkKObQKi7g==
dependencies:
"@antora/expand-path-helper" "~2.0"
pino "~9.2"
pino-pretty "~11.2"
sonic-boom "~4.0"

"@antora/logger@3.1.9":
version "3.1.9"
resolved "https://registry.yarnpkg.com/@antora/logger/-/logger-3.1.9.tgz#4ea7e3431585ad92efc82171c4fc4b8d7202e478"
Expand Down Expand Up @@ -131,16 +121,6 @@
handlebars "~4.7"
require-from-string "~2.0"

"@antora/playbook-builder@3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@antora/playbook-builder/-/playbook-builder-3.1.8.tgz#0f2a2c1e48190ef2edbc4bdf3a1da43d2d614c81"
integrity sha512-VDIP8cVnmyRcbg4orP2mE8HkqHTh7MRE+QyJ8XyHvFZsZjcS0Qw5UqPcrlmqXrzQKmJcBj2plqSv+wKXAYbNcQ==
dependencies:
"@iarna/toml" "~2.2"
convict "~6.2"
js-yaml "~4.1"
json5 "~2.2"

"@antora/playbook-builder@3.1.9":
version "3.1.9"
resolved "https://registry.yarnpkg.com/@antora/playbook-builder/-/playbook-builder-3.1.9.tgz#9cecf28d66c13960bdd504f52433f46f693ef4d0"
Expand Down

0 comments on commit a6526a2

Please sign in to comment.