diff --git a/package-lock.json b/package-lock.json index 37cb317..85cb28c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "(Apache-2.0 OR MIT)", "devDependencies": { "gitbook-plugin-japanese-support": "0.0.1", - "honkit": "^6.0.0" + "honkit": "^6.0.1" } }, "node_modules/@asciidoctor/cli": { @@ -49,20 +49,29 @@ } }, "node_modules/@honkit/asciidoc": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/asciidoc/-/asciidoc-6.0.0.tgz", - "integrity": "sha512-5+PGy77dYli0JqKzOX6z/rSMafC5NWAvdmO5xyKlKwBJQfIThElP+zym/pH82Jee2cKbDx+cnrS9zpeq1Nodhg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/asciidoc/-/asciidoc-6.0.1.tgz", + "integrity": "sha512-QLcqOh7Vn0BOmmNuIMCd5JNk17nn/k2oXpxa+10/oujYp5g4D/YHOT8vfdaDkPOg+cwpkqF5N9lCYHYPf5ZTfg==", "dev": true, "dependencies": { - "@honkit/html": "6.0.0", + "@honkit/html": "6.0.1", "asciidoctor": "^2.2.8", "lodash": "^4.17.21" } }, + "node_modules/@honkit/honkit-plugin-fontsettings": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-fontsettings/-/honkit-plugin-fontsettings-6.0.1.tgz", + "integrity": "sha512-EJi+7wcPkTIzUCSO/C8Kyif7coAJOSHJ6QbbsFvu3u+sFMh9zKPF7OoE9nKKAbTzsl5iBox5ea21/nLjihqRzQ==", + "dev": true, + "engines": { + "gitbook": ">=2.4.0" + } + }, "node_modules/@honkit/honkit-plugin-highlight": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-highlight/-/honkit-plugin-highlight-6.0.0.tgz", - "integrity": "sha512-MotMeuXJCXUArcHEwVviozTpiQ5mFd7KJGUPrxJJy24kXW1vBc6D3BG4Zt3+zD9Tum4UnHr5CuXNQuNDzhcbnQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-highlight/-/honkit-plugin-highlight-6.0.1.tgz", + "integrity": "sha512-t3XRvaXknnRUUqsLw2nWPuZfr/+ytw8s3y4q5nYcl5Io2FGpS/u/ZT5AiIuASMWwXHMCmpq4zpVEvDCkR+8liA==", "dev": true, "dependencies": { "highlight.js": "^11.10.0" @@ -72,18 +81,18 @@ } }, "node_modules/@honkit/honkit-plugin-theme-default": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-theme-default/-/honkit-plugin-theme-default-6.0.0.tgz", - "integrity": "sha512-jpoHcWMSJuGs1H/Kzpjl7qsA3WtR2cqtwdTpvOnD0ASodOQtStOLdWFpXOfDJQaVZjcmVYbw7BhhqKXn4CKWQA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-theme-default/-/honkit-plugin-theme-default-6.0.1.tgz", + "integrity": "sha512-FFxjVFx2O+ikOtjRNku/6vSmfopSa2cya8MtLfNNRoanqb4HXZf6tA6nBmYwv8eL8PSbYmzbwCBX4f+vYIyy8w==", "dev": true, "engines": { "gitbook": ">=3.0.0" } }, "node_modules/@honkit/html": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/html/-/html-6.0.0.tgz", - "integrity": "sha512-nmk1q81AYuXRNIHMeK3K+pu4JUR3Ry2V2L3YxAmFr0xoSgnM9HGa+ZGeyOHUYk+H1taAaavxFv6EP0nXdT9NRw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/html/-/html-6.0.1.tgz", + "integrity": "sha512-E4PKqdM6xPkJO7VvR4eQn7mi66RCjEaUeby5O1Ix/Eon3RWp7fvK4FpDxdoEpjvCqk+uYc8QEwCrNLQuxunOEw==", "dev": true, "dependencies": { "cheerio": "^1.0.0", @@ -92,12 +101,12 @@ } }, "node_modules/@honkit/markdown-legacy": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/markdown-legacy/-/markdown-legacy-6.0.0.tgz", - "integrity": "sha512-oCvDIdeETd7F4ySaVlicOM4qM23Pb7CiofEtQMPDYfICCf/N7P8lqy+yjfYfacW4RHJ5DgyGmaQVKYmutIX3uA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/markdown-legacy/-/markdown-legacy-6.0.1.tgz", + "integrity": "sha512-G9f9FVho7R9hotsDT27DbcuvI63qLlT6Xc1Z88OTkBHFsbzCoFCH9xqarr88zvErN51FvoY7M0PCCy+8fhMvHA==", "dev": true, "dependencies": { - "@honkit/html": "6.0.0", + "@honkit/html": "6.0.1", "kramed": "0.5.6", "lodash": "^4.17.21" } @@ -885,15 +894,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/gitbook-plugin-fontsettings": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gitbook-plugin-fontsettings/-/gitbook-plugin-fontsettings-2.0.0.tgz", - "integrity": "sha512-bZpz/Jev7lL1d3VNp41KHZD67UYqyqdOwbsJE6YEW93R2mGiLfZLpUs86d2nrY61BedhlNck1xF52FNT6sWeig==", - "dev": true, - "engines": { - "gitbook": ">=2.4.0" - } - }, "node_modules/gitbook-plugin-japanese-support": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/gitbook-plugin-japanese-support/-/gitbook-plugin-japanese-support-0.0.1.tgz", @@ -998,16 +998,17 @@ } }, "node_modules/honkit": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/honkit/-/honkit-6.0.0.tgz", - "integrity": "sha512-ldNDQeT1qSWhdKE7zKlKD6NZqd7eZJD6tEOdTI76e2t9HAdbUcp63aaZxq9wR0vutkx4EPEKfxG1Njlyz5Dvyw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/honkit/-/honkit-6.0.1.tgz", + "integrity": "sha512-k+vV9KE2L8CbQq9tb16RjPOuJNqDUWHRcjpJLKxRfNXF6bZ1SQcMliWgCReA2kND8WVenrTV3SjJ2PQLekHjFg==", "dev": true, "dependencies": { - "@honkit/asciidoc": "6.0.0", - "@honkit/honkit-plugin-highlight": "6.0.0", - "@honkit/honkit-plugin-theme-default": "6.0.0", - "@honkit/html": "6.0.0", - "@honkit/markdown-legacy": "6.0.0", + "@honkit/asciidoc": "6.0.1", + "@honkit/honkit-plugin-fontsettings": "6.0.1", + "@honkit/honkit-plugin-highlight": "6.0.1", + "@honkit/honkit-plugin-theme-default": "6.0.1", + "@honkit/html": "6.0.1", + "@honkit/markdown-legacy": "6.0.1", "bash-color": "^0.0.4", "cheerio": "^1.0.0", "chokidar": "^3.6.0", @@ -1024,7 +1025,6 @@ "extend": "^3.0.2", "flat-cache": "^2.0.1", "front-matter": "^2.3.0", - "gitbook-plugin-fontsettings": "^2.0.0", "gitbook-plugin-livereload": "^0.0.1", "gitbook-plugin-lunr": "^1.2.0", "gitbook-plugin-search": "^2.2.1", @@ -2153,9 +2153,9 @@ "dev": true }, "node_modules/undici": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", - "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.0.tgz", + "integrity": "sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A==", "dev": true, "engines": { "node": ">=18.17" @@ -2485,35 +2485,41 @@ } }, "@honkit/asciidoc": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/asciidoc/-/asciidoc-6.0.0.tgz", - "integrity": "sha512-5+PGy77dYli0JqKzOX6z/rSMafC5NWAvdmO5xyKlKwBJQfIThElP+zym/pH82Jee2cKbDx+cnrS9zpeq1Nodhg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/asciidoc/-/asciidoc-6.0.1.tgz", + "integrity": "sha512-QLcqOh7Vn0BOmmNuIMCd5JNk17nn/k2oXpxa+10/oujYp5g4D/YHOT8vfdaDkPOg+cwpkqF5N9lCYHYPf5ZTfg==", "dev": true, "requires": { - "@honkit/html": "6.0.0", + "@honkit/html": "6.0.1", "asciidoctor": "^2.2.8", "lodash": "^4.17.21" } }, + "@honkit/honkit-plugin-fontsettings": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-fontsettings/-/honkit-plugin-fontsettings-6.0.1.tgz", + "integrity": "sha512-EJi+7wcPkTIzUCSO/C8Kyif7coAJOSHJ6QbbsFvu3u+sFMh9zKPF7OoE9nKKAbTzsl5iBox5ea21/nLjihqRzQ==", + "dev": true + }, "@honkit/honkit-plugin-highlight": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-highlight/-/honkit-plugin-highlight-6.0.0.tgz", - "integrity": "sha512-MotMeuXJCXUArcHEwVviozTpiQ5mFd7KJGUPrxJJy24kXW1vBc6D3BG4Zt3+zD9Tum4UnHr5CuXNQuNDzhcbnQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-highlight/-/honkit-plugin-highlight-6.0.1.tgz", + "integrity": "sha512-t3XRvaXknnRUUqsLw2nWPuZfr/+ytw8s3y4q5nYcl5Io2FGpS/u/ZT5AiIuASMWwXHMCmpq4zpVEvDCkR+8liA==", "dev": true, "requires": { "highlight.js": "^11.10.0" } }, "@honkit/honkit-plugin-theme-default": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-theme-default/-/honkit-plugin-theme-default-6.0.0.tgz", - "integrity": "sha512-jpoHcWMSJuGs1H/Kzpjl7qsA3WtR2cqtwdTpvOnD0ASodOQtStOLdWFpXOfDJQaVZjcmVYbw7BhhqKXn4CKWQA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/honkit-plugin-theme-default/-/honkit-plugin-theme-default-6.0.1.tgz", + "integrity": "sha512-FFxjVFx2O+ikOtjRNku/6vSmfopSa2cya8MtLfNNRoanqb4HXZf6tA6nBmYwv8eL8PSbYmzbwCBX4f+vYIyy8w==", "dev": true }, "@honkit/html": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/html/-/html-6.0.0.tgz", - "integrity": "sha512-nmk1q81AYuXRNIHMeK3K+pu4JUR3Ry2V2L3YxAmFr0xoSgnM9HGa+ZGeyOHUYk+H1taAaavxFv6EP0nXdT9NRw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/html/-/html-6.0.1.tgz", + "integrity": "sha512-E4PKqdM6xPkJO7VvR4eQn7mi66RCjEaUeby5O1Ix/Eon3RWp7fvK4FpDxdoEpjvCqk+uYc8QEwCrNLQuxunOEw==", "dev": true, "requires": { "cheerio": "^1.0.0", @@ -2522,12 +2528,12 @@ } }, "@honkit/markdown-legacy": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@honkit/markdown-legacy/-/markdown-legacy-6.0.0.tgz", - "integrity": "sha512-oCvDIdeETd7F4ySaVlicOM4qM23Pb7CiofEtQMPDYfICCf/N7P8lqy+yjfYfacW4RHJ5DgyGmaQVKYmutIX3uA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@honkit/markdown-legacy/-/markdown-legacy-6.0.1.tgz", + "integrity": "sha512-G9f9FVho7R9hotsDT27DbcuvI63qLlT6Xc1Z88OTkBHFsbzCoFCH9xqarr88zvErN51FvoY7M0PCCy+8fhMvHA==", "dev": true, "requires": { - "@honkit/html": "6.0.0", + "@honkit/html": "6.0.1", "kramed": "0.5.6", "lodash": "^4.17.21" } @@ -3126,12 +3132,6 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, - "gitbook-plugin-fontsettings": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gitbook-plugin-fontsettings/-/gitbook-plugin-fontsettings-2.0.0.tgz", - "integrity": "sha512-bZpz/Jev7lL1d3VNp41KHZD67UYqyqdOwbsJE6YEW93R2mGiLfZLpUs86d2nrY61BedhlNck1xF52FNT6sWeig==", - "dev": true - }, "gitbook-plugin-japanese-support": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/gitbook-plugin-japanese-support/-/gitbook-plugin-japanese-support-0.0.1.tgz", @@ -3212,16 +3212,17 @@ "dev": true }, "honkit": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/honkit/-/honkit-6.0.0.tgz", - "integrity": "sha512-ldNDQeT1qSWhdKE7zKlKD6NZqd7eZJD6tEOdTI76e2t9HAdbUcp63aaZxq9wR0vutkx4EPEKfxG1Njlyz5Dvyw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/honkit/-/honkit-6.0.1.tgz", + "integrity": "sha512-k+vV9KE2L8CbQq9tb16RjPOuJNqDUWHRcjpJLKxRfNXF6bZ1SQcMliWgCReA2kND8WVenrTV3SjJ2PQLekHjFg==", "dev": true, "requires": { - "@honkit/asciidoc": "6.0.0", - "@honkit/honkit-plugin-highlight": "6.0.0", - "@honkit/honkit-plugin-theme-default": "6.0.0", - "@honkit/html": "6.0.0", - "@honkit/markdown-legacy": "6.0.0", + "@honkit/asciidoc": "6.0.1", + "@honkit/honkit-plugin-fontsettings": "6.0.1", + "@honkit/honkit-plugin-highlight": "6.0.1", + "@honkit/honkit-plugin-theme-default": "6.0.1", + "@honkit/html": "6.0.1", + "@honkit/markdown-legacy": "6.0.1", "bash-color": "^0.0.4", "cheerio": "^1.0.0", "chokidar": "^3.6.0", @@ -3238,7 +3239,6 @@ "extend": "^3.0.2", "flat-cache": "^2.0.1", "front-matter": "^2.3.0", - "gitbook-plugin-fontsettings": "^2.0.0", "gitbook-plugin-livereload": "^0.0.1", "gitbook-plugin-lunr": "^1.2.0", "gitbook-plugin-search": "^2.2.1", @@ -4065,9 +4065,9 @@ "dev": true }, "undici": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", - "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.0.tgz", + "integrity": "sha512-AITZfPuxubm31Sx0vr8bteSalEbs9wQb/BOBi9FPlD9Qpd6HxZ4Q0+hI742jBhkPb4RT2v5MQzaW5VhRVyj+9A==", "dev": true }, "unxhr": { diff --git a/package.json b/package.json index 87a3be0..bbf6eb1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/mirakc/dekiru-mirakc#readme", "devDependencies": { "gitbook-plugin-japanese-support": "0.0.1", - "honkit": "^6.0.0" + "honkit": "^6.0.1" }, "private": true }