Skip to content

Commit

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

---
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 Nov 23, 2023
1 parent 4ac861c commit b3a1f99
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.4",
"@antora/cli": "^3.1.5",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@antora/site-generator": "^3.1.5",
"@antora/collector-extension": "^1.0.0-alpha.3",
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.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@antora/cli/-/cli-3.1.4.tgz#649500c042bf302b093e12e441efe0d881fc920b"
integrity sha512-bLDt10VSOcqsHOM5kubjvx9HfdqzLESWEM4Hv0zOPsG3drXKZM/PkStDj6wVt2J6B4OtruusLH2CETKkd9vfGQ==
"@antora/cli@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@antora/cli/-/cli-3.1.5.tgz#dd2047b564f5b4fced16336c1073ecece0994e90"
integrity sha512-vuKSdhlxtlwZq+JGi97lEzs26m9girNxPyGfCcZLQ9J+sYWvB1cxEbj22ZUQlWnprZUyysNyPZIglLNLBOZgqg==
dependencies:
"@antora/logger" "3.1.4"
"@antora/playbook-builder" "3.1.4"
"@antora/logger" "3.1.5"
"@antora/playbook-builder" "3.1.5"
"@antora/user-require-helper" "~2.0"
commander "~10.0"

Expand Down Expand Up @@ -86,16 +86,6 @@
vinyl "~2.2"
vinyl-fs "~3.0"

"@antora/logger@3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@antora/logger/-/logger-3.1.4.tgz#292324f56050a1893883b79e62c42e17e98593bc"
integrity sha512-E5B9NnZoe4wHOv1MWWYqaGDSOlADHGZd5mZJFvuA0guJCbO3amAhi3ZZ12tOOF3nvpZ3UABFMf9aIzojlERQJw==
dependencies:
"@antora/expand-path-helper" "~2.0"
pino "~8.14"
pino-pretty "~10.0"
sonic-boom "~3.3"

"@antora/logger@3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@antora/logger/-/logger-3.1.5.tgz#4066df0de229957e59daf555d1f982b9f832188f"
Expand Down Expand Up @@ -132,16 +122,6 @@
handlebars "~4.7"
require-from-string "~2.0"

"@antora/playbook-builder@3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@antora/playbook-builder/-/playbook-builder-3.1.4.tgz#2e09136c38c39ad39bf79c44669cf20691dea4cb"
integrity sha512-Vf3bx6Wqz4ATrKsYoOqu1UctNu8/H/WSVvrAHgsweoD5vPHElISQ2XH6cyOvRNf93Qn1ckQSgOLjpd9N2KE0aA==
dependencies:
"@iarna/toml" "~2.2"
convict "~6.2"
js-yaml "~4.1"
json5 "~2.2"

"@antora/playbook-builder@3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@antora/playbook-builder/-/playbook-builder-3.1.5.tgz#7a1391a115961d4da55761d7382f22e8915908a6"
Expand Down

0 comments on commit b3a1f99

Please sign in to comment.