Skip to content

Commit 76b29b2

Browse files
dependabot[bot]ahus1
authored andcommitted
Bump @antora/cli from 3.1.9 to 3.1.10
Bumps [@antora/cli](https://gitlab.com/antora/antora) from 3.1.9 to 3.1.10. - [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc) - [Commits](https://gitlab.com/antora/antora/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: "@antora/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be3d021 commit 76b29b2

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"serve": "http-server _site -c-1 -p 5000 -a 127.0.0.1"
1111
},
1212
"devDependencies": {
13-
"@antora/cli": "^3.1.9",
13+
"@antora/cli": "^3.1.10",
1414
"@antora/lunr-extension": "^1.0.0-alpha.8",
1515
"@antora/site-generator": "^3.1.9",
1616
"asciidoctor-highlight.js": "^0.4.0",

yarn.lock

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@antora/user-require-helper" "~2.0"
1212
"@asciidoctor/core" "~2.2"
1313

14-
"@antora/cli@^3.1.9":
15-
version "3.1.9"
16-
resolved "https://registry.yarnpkg.com/@antora/cli/-/cli-3.1.9.tgz#6be4dd2e63660d0540b3b8714e511c609c12f712"
17-
integrity sha512-kCUqWX3G/9Pvf8SWZ45ioHwWdOc9uamy2E5/FFwyGiTeu4ubNbadOauLVvMzSZHUxVDnGxXwCsmmQ2HwM919ew==
18-
dependencies:
19-
"@antora/logger" "3.1.9"
20-
"@antora/playbook-builder" "3.1.9"
21-
"@antora/user-require-helper" "~2.0"
14+
"@antora/cli@^3.1.10":
15+
version "3.1.10"
16+
resolved "https://registry.yarnpkg.com/@antora/cli/-/cli-3.1.10.tgz#06b7661e82ac7906fec6d49530bb381c9d33416f"
17+
integrity sha512-gp8u9aVM0w1DtWSsB5PwvEfFYKrooPENLhN58RAfdgTrcsTsWw+CDysFZPgEaHB0Y1ZbanR82ZH/f6JVKGcZfQ==
18+
dependencies:
19+
"@antora/logger" "3.1.10"
20+
"@antora/playbook-builder" "3.1.10"
21+
"@antora/user-require-helper" "~3.0"
2222
commander "~11.1"
2323

2424
@@ -64,6 +64,11 @@
6464
resolved "https://registry.yarnpkg.com/@antora/expand-path-helper/-/expand-path-helper-2.0.0.tgz#2e7e8fe35ed97049a8f5f971a63a7a75886e646d"
6565
integrity sha512-CSMBGC+tI21VS2kGW3PV7T2kQTM5eT3f2GTPVLttwaNYbNxDve08en/huzszHJfxo11CcEs26Ostr0F2c1QqeA==
6666

67+
"@antora/expand-path-helper@~3.0":
68+
version "3.0.0"
69+
resolved "https://registry.yarnpkg.com/@antora/expand-path-helper/-/expand-path-helper-3.0.0.tgz#5a38a35d04e5a60bfea686540155a1a922dc3d95"
70+
integrity sha512-7PdEIhk97v85/CSm3HynCsX14TR6oIVz1s233nNLsiWubE8tTnpPt4sNRJR+hpmIZ6Bx9c6QDp3XIoiyu/WYYA==
71+
6772
6873
version "3.1.9"
6974
resolved "https://registry.yarnpkg.com/@antora/file-publisher/-/file-publisher-3.1.9.tgz#6ac1858a9130048dce930e87609595026e819e3d"
@@ -74,6 +79,16 @@
7479
vinyl "~3.0"
7580
yazl "~2.5"
7681

82+
83+
version "3.1.10"
84+
resolved "https://registry.yarnpkg.com/@antora/logger/-/logger-3.1.10.tgz#c50ba7f76cddcd2d518586c284598191b68c2ded"
85+
integrity sha512-WSuIxEP2tVrhWtTj/sIrwBDjpi4ldB/1Kpiu4PXmY4/qeWP8thW6u8nXdwdDcWss5zqkZWjourvWKwVq7y8Wjg==
86+
dependencies:
87+
"@antora/expand-path-helper" "~3.0"
88+
pino "~9.2"
89+
pino-pretty "~11.2"
90+
sonic-boom "~4.0"
91+
7792
7893
version "3.1.9"
7994
resolved "https://registry.yarnpkg.com/@antora/logger/-/logger-3.1.9.tgz#4ea7e3431585ad92efc82171c4fc4b8d7202e478"
@@ -110,6 +125,16 @@
110125
handlebars "~4.7"
111126
require-from-string "~2.0"
112127

128+
129+
version "3.1.10"
130+
resolved "https://registry.yarnpkg.com/@antora/playbook-builder/-/playbook-builder-3.1.10.tgz#488f92b0ee7fe4b4f1cb02bf5f1884ecb664a953"
131+
integrity sha512-UB8UmRYfkKgActTUlotdVS4FKGjaZgTnSXE7Fns1xb3/3HRanWvI+Yze1OmCkGC33cTpoQFnSYp7ySEH8LaiBw==
132+
dependencies:
133+
"@iarna/toml" "~2.2"
134+
convict "~6.2"
135+
js-yaml "~4.1"
136+
json5 "~2.2"
137+
113138
114139
version "3.1.9"
115140
resolved "https://registry.yarnpkg.com/@antora/playbook-builder/-/playbook-builder-3.1.9.tgz#9cecf28d66c13960bdd504f52433f46f693ef4d0"
@@ -186,6 +211,13 @@
186211
dependencies:
187212
"@antora/expand-path-helper" "~2.0"
188213

214+
"@antora/user-require-helper@~3.0":
215+
version "3.0.0"
216+
resolved "https://registry.yarnpkg.com/@antora/user-require-helper/-/user-require-helper-3.0.0.tgz#79a9a506cf4643a6f24b2ee408d86daa7916676c"
217+
integrity sha512-KIXb8WYhnrnwH7Jj21l1w+et9k5GvcgcqvLOwxqWLEd0uVZOiMFdqFjqbVm3M+zcrs1JXWMeh2LLvxBbQs3q/Q==
218+
dependencies:
219+
"@antora/expand-path-helper" "~3.0"
220+
189221
"@asciidoctor/core@~2.2":
190222
version "2.2.5"
191223
resolved "https://registry.yarnpkg.com/@asciidoctor/core/-/core-2.2.5.tgz#b2874aff4d6733ba0819dbc8de9aaf1ae444aa11"

0 commit comments

Comments
 (0)