From db7471b2069d019a741f8ed97e361754a4029396 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Dec 2024 00:50:50 +0000 Subject: [PATCH] Upgrade dependencies commander: ^13.0.0 --- docs/README.md | 16 ++++++++-------- package-lock.json | 13 +++++++------ package.json | 4 ++-- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/docs/README.md b/docs/README.md index 91fab81..484e544 100644 --- a/docs/README.md +++ b/docs/README.md @@ -215,8 +215,8 @@ You can install the package globally with npm: Commands: serve [directory] start an AsciiDoc server adoc-to-gfm AsciiDoc -> GitHub flavored markdown - gfm-to-confluence Publish a GitHub flavored markdown directory - to Confluence + gfm-to-confluence Publish a GitHub flavored markdown directory to + Confluence help [command] display help for command @@ -244,9 +244,9 @@ You can install the package globally with npm: Options: -V, --version output the version number -c, --config config file path - -a, --attribute [key=value...] set a document attribute. The value given - will override values from the config file. - Passing the key without =value will unset the + -a, --attribute [key=value...] set a document attribute. The value given will + override values from the config file. Passing + the key without =value will unset the attribute (default: []) -h, --help display help for command @@ -276,9 +276,9 @@ You can install the package globally with npm: -V, --version output the version number --ignore [globPattern...] glob patterns to ignore (default: ["**/_*"]) -c, --config config file path - -a, --attribute [key=value...] set a document attribute. The value given - will override values from the config file. - Passing the key without =value will unset the + -a, --attribute [key=value...] set a document attribute. The value given will + override values from the config file. Passing + the key without =value will unset the attribute (default: []) -h, --help display help for command diff --git a/package-lock.json b/package-lock.json index bc31e8b..f50b4a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "ascaid", - "version": "1.10.23", + "version": "1.10.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ascaid", - "version": "1.10.23", + "version": "1.10.24", "license": "MIT", "dependencies": { "@asciidoctor/core": "^3.0.4", "ajv": "^8.17.1", "browser-sync": "^3.0.3", - "commander": "^12.1.0", + "commander": "^13.0.0", "confluence-api": "^1.4.0", "execa": "^9.5.2", "glob": "^11.0.0", @@ -1947,9 +1947,10 @@ } }, "node_modules/commander": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.0.0.tgz", + "integrity": "sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==", + "license": "MIT", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index 036095c..bd34f5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ascaid", "type": "module", - "version": "1.10.23", + "version": "1.10.24", "description": "Hassle-free documentation generation powered by AsciiDoc", "author": "Fardjad Davari ", "license": "MIT", @@ -38,7 +38,7 @@ "@asciidoctor/core": "^3.0.4", "ajv": "^8.17.1", "browser-sync": "^3.0.3", - "commander": "^12.1.0", + "commander": "^13.0.0", "confluence-api": "^1.4.0", "execa": "^9.5.2", "glob": "^11.0.0",