diff --git a/package-lock.json b/package-lock.json index ce970083ee868..c6154f00c1496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@quartz-community/alias-redirects": "^0.1.0", "@quartz-community/article-title": "^0.1.0", "@quartz-community/backlinks": "^0.1.0", - "@quartz-community/bases-page": "^0.2.0", + "@quartz-community/bases-page": "^0.2.2", "@quartz-community/breadcrumbs": "^0.1.0", "@quartz-community/canvas-page": "^0.1.0", "@quartz-community/citations": "^0.1.0", @@ -26,23 +26,23 @@ "@quartz-community/content-index": "^0.1.0", "@quartz-community/content-meta": "^0.1.0", "@quartz-community/content-page": "^0.1.0", - "@quartz-community/crawl-links": "^0.1.0", + "@quartz-community/crawl-links": "^0.1.1", "@quartz-community/created-modified-date": "^0.1.0", "@quartz-community/darkmode": "^0.1.0", "@quartz-community/description": "^0.1.0", - "@quartz-community/encrypted-pages": "^0.1.0", + "@quartz-community/encrypted-pages": "^0.1.1", "@quartz-community/explicit-publish": "^0.1.0", "@quartz-community/explorer": "^0.1.0", "@quartz-community/favicon": "^0.1.1", "@quartz-community/folder-page": "^0.1.0", - "@quartz-community/footer": "^0.1.0", + "@quartz-community/footer": "^0.1.1", "@quartz-community/github-flavored-markdown": "^0.1.0", "@quartz-community/graph": "^0.1.0", "@quartz-community/hard-line-breaks": "^0.1.0", "@quartz-community/latex": "^0.1.0", "@quartz-community/note-properties": "^0.1.0", - "@quartz-community/obsidian-flavored-markdown": "^0.1.1", - "@quartz-community/og-image": "^0.1.1", + "@quartz-community/obsidian-flavored-markdown": "^0.1.2", + "@quartz-community/og-image": "^0.1.2", "@quartz-community/ox-hugo": "^0.1.0", "@quartz-community/page-title": "^0.1.0", "@quartz-community/quartz-fonts": "^0.1.1", @@ -66,11 +66,11 @@ "globby": "^16.2.2", "hast-util-from-html": "^2.0.0", "hast-util-to-jsx-runtime": "^2.3.6", - "isomorphic-git": "^1.38.9", + "isomorphic-git": "^1.40.0", "lightningcss": "^1.33.0", "micromorph": "^0.4.5", - "minimatch": "^10.1.1", - "preact": "^10.29.7", + "minimatch": "^10.2.6", + "preact": "^10.29.8", "preact-render-to-string": "^6.6.5", "pretty-bytes": "^7.1.1", "pretty-time": "^1.1.0", @@ -87,16 +87,16 @@ "workerpool": "^10.0.3", "ws": "^8.21.1", "yaml": "^2.8.2", - "yargs": "^18.0.0" + "yargs": "^18.1.0" }, "bin": { "quartz": "quartz/bootstrap-cli.mjs" }, "devDependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0", + "@quartz-community/types": "^0.3.0", + "@quartz-community/utils": "^0.1.1", "@types/hast": "^3.0.5", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@types/pretty-time": "^1.1.5", "@types/source-map-support": "^0.5.10", "@types/ws": "^8.18.1", @@ -1984,32 +1984,36 @@ } } }, - "node_modules/@quartz-community/article-title": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/article-title/-/article-title-0.1.0.tgz", - "integrity": "sha512-LaqtdSh58sRphLVBewq/7B9CwrpDbvDcV2IjGZ43WxrngfQeXFZ/OejU28r/IvQWjflVGDnnmEeduqOSBSBUEQ==", + "node_modules/@quartz-community/alias-redirects/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/backlinks": { + "node_modules/@quartz-community/article-title": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/backlinks/-/backlinks-0.1.0.tgz", - "integrity": "sha512-OLkkBz5JF1MmRzhl1UINwcLUtdVUV4+iZZM1gnaSraqGebkLeTUUQdJSK3t+DHKEYI7qseQHm/GTcxiJX98tMA==", + "resolved": "https://registry.npmjs.org/@quartz-community/article-title/-/article-title-0.1.0.tgz", + "integrity": "sha512-LaqtdSh58sRphLVBewq/7B9CwrpDbvDcV2IjGZ43WxrngfQeXFZ/OejU28r/IvQWjflVGDnnmEeduqOSBSBUEQ==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2028,40 +2032,36 @@ } } }, - "node_modules/@quartz-community/bases-page": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@quartz-community/bases-page/-/bases-page-0.2.0.tgz", - "integrity": "sha512-nOI3bhHNVJZ9rhSQS6CiFXNU39KmXmWshCFfoMZ1JzOKrqlHCoNqYFHTRz2rC2yGNsAitw0Il4/1b7SZwB16mg==", + "node_modules/@quartz-community/article-title/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "@jackyzha0/quartz": "^5.0.0", - "preact": "^10.0.0", + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "@jackyzha0/quartz": { + "unified": { "optional": true }, - "preact": { - "optional": false - }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/breadcrumbs": { + "node_modules/@quartz-community/backlinks": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/breadcrumbs/-/breadcrumbs-0.1.0.tgz", - "integrity": "sha512-MIbJff28UQS6AMCbBRfKezbeK6ErsgKwZoL0FBC9fTPdQVHg9eHrGKp0oBiarfd5Y5FMZ99k0VecQ5X/GktwHQ==", + "resolved": "https://registry.npmjs.org/@quartz-community/backlinks/-/backlinks-0.1.0.tgz", + "integrity": "sha512-OLkkBz5JF1MmRzhl1UINwcLUtdVUV4+iZZM1gnaSraqGebkLeTUUQdJSK3t+DHKEYI7qseQHm/GTcxiJX98tMA==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2080,71 +2080,92 @@ } } }, - "node_modules/@quartz-community/canvas-page": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/canvas-page/-/canvas-page-0.1.0.tgz", - "integrity": "sha512-yC6oomzUEoP3pX1wiG9vX0SNgcoupedoBGR7TWYvdHpepxvd3s3zBiEeK3LHheAXvmIn5E4zyJSJAp71DUeikw==", + "node_modules/@quartz-community/backlinks/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0", - "github-slugger": "^2.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "@jackyzha0/quartz": "^5.0.0", - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "@jackyzha0/quartz": { + "unified": { "optional": true }, - "preact": { - "optional": false + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/citations": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/citations/-/citations-0.1.0.tgz", - "integrity": "sha512-f3DaNJFIoPcs08WgpmWR28Sj7t1ZPERaK2XR0iBSzJsn6alJYzBxpEoTyYgynbew5wpo0s2hWNM+E+qjuSd7Ng==", + "node_modules/@quartz-community/bases-page": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@quartz-community/bases-page/-/bases-page-0.2.2.tgz", + "integrity": "sha512-04KlZ8GMws1h7QQ9HVdVPA22oetpQbg19zc6l6/1PrQgL0+5tqic6VjqPywYVNR8S/1iGAE46ZquBe6tpMhr7A==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "@jackyzha0/quartz": "^5.0.0", + "preact": "^10.0.0", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { + "@jackyzha0/quartz": { + "optional": true + }, "preact": { "optional": false + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/cname": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/cname/-/cname-0.1.0.tgz", - "integrity": "sha512-grXFAogk7scFiCvM/sBZKRy3/MPLwtgRcobLMcT4zDancRaBh6T7GVu74RoMjO/E4XPw8yCtY86mDBIRo7WXMA==", + "node_modules/@quartz-community/bases-page/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } } }, - "node_modules/@quartz-community/comments": { + "node_modules/@quartz-community/breadcrumbs": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/comments/-/comments-0.1.0.tgz", - "integrity": "sha512-NuR81LJtzNg5Dk1tEs+zex3N68qfEfIwrMny8QY0h2nwMtezyTHBAFspk4JkfVsExFGsiEw3o55ULyCHOT/MlA==", + "resolved": "https://registry.npmjs.org/@quartz-community/breadcrumbs/-/breadcrumbs-0.1.0.tgz", + "integrity": "sha512-MIbJff28UQS6AMCbBRfKezbeK6ErsgKwZoL0FBC9fTPdQVHg9eHrGKp0oBiarfd5Y5FMZ99k0VecQ5X/GktwHQ==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2163,84 +2184,92 @@ } } }, - "node_modules/@quartz-community/content-index": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/content-index/-/content-index-0.1.0.tgz", - "integrity": "sha512-zCWwsjQg91x9YRJ4SCzMaQg9N+Tdqj0oI9brGk+WP0bcdCNNci0zT3UGyoUTQ9MVgZOCeTBitNrJQiKi5EQsJw==", + "node_modules/@quartz-community/breadcrumbs/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { + "unified": { + "optional": true + }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/content-meta": { + "node_modules/@quartz-community/canvas-page": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/content-meta/-/content-meta-0.1.0.tgz", - "integrity": "sha512-975tqafyfdoz6qWeSLMuQIaBVVOQrOC8KfQGSGpf7b5o+3zbqtigMwi+XXC+0b9wUGePrclKwbZC+tXRSbCK3Q==", + "resolved": "https://registry.npmjs.org/@quartz-community/canvas-page/-/canvas-page-0.1.0.tgz", + "integrity": "sha512-yC6oomzUEoP3pX1wiG9vX0SNgcoupedoBGR7TWYvdHpepxvd3s3zBiEeK3LHheAXvmIn5E4zyJSJAp71DUeikw==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "@quartz-community/utils": "^0.1.0", + "github-slugger": "^2.0.0" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { + "@jackyzha0/quartz": "^5.0.0", "preact": "^10.0.0" }, "peerDependenciesMeta": { + "@jackyzha0/quartz": { + "optional": true + }, "preact": { "optional": false } } }, - "node_modules/@quartz-community/content-page": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/content-page/-/content-page-0.1.0.tgz", - "integrity": "sha512-AVP8263THDovkM3LnW6nLjPnzlUdGLZW9Jhv+I7a5B69QwOtym61dVgKSBBDGNTaRrtgSkqeE3GYiWKvxuP6Rg==", + "node_modules/@quartz-community/canvas-page/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0", + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/crawl-links": { + "node_modules/@quartz-community/citations": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/crawl-links/-/crawl-links-0.1.0.tgz", - "integrity": "sha512-jHT+B3RKmrolnoh70avGj2QzzyJTQQpNxYj2Tl2K6EO/Aw6GxdywNRQLFDnQuo8ou8/ulaHYqUm/7k0wTlFdBA==", + "resolved": "https://registry.npmjs.org/@quartz-community/citations/-/citations-0.1.0.tgz", + "integrity": "sha512-f3DaNJFIoPcs08WgpmWR28Sj7t1ZPERaK2XR0iBSzJsn6alJYzBxpEoTyYgynbew5wpo0s2hWNM+E+qjuSd7Ng==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "@quartz-community/types": "^0.2.1" }, "engines": { "node": ">=22", @@ -2255,57 +2284,75 @@ } } }, - "node_modules/@quartz-community/created-modified-date": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/created-modified-date/-/created-modified-date-0.1.0.tgz", - "integrity": "sha512-2bLpoAe9l4BlJLEZf9wWAhhWpwm6ontorEDPf5VLJvjcCm34FBajDLb7roYRrzK/uXTsljehIiYno0liVHJjkA==", + "node_modules/@quartz-community/citations/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "@napi-rs/simple-git": "^0.1.19", - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "@napi-rs/simple-git": { + "unified": { "optional": true }, - "preact": { - "optional": false + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/darkmode": { + "node_modules/@quartz-community/cname": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/darkmode/-/darkmode-0.1.0.tgz", - "integrity": "sha512-TzMZYe+AcpDYJtAsUGVESzvtjxbmSOuYPtswItzuo8MDHf0TRspN7SRx/3XYmFcg8R/Q6EQHeaMkluwlQignRw==", + "resolved": "https://registry.npmjs.org/@quartz-community/cname/-/cname-0.1.0.tgz", + "integrity": "sha512-grXFAogk7scFiCvM/sBZKRy3/MPLwtgRcobLMcT4zDancRaBh6T7GVu74RoMjO/E4XPw8yCtY86mDBIRo7WXMA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + } + }, + "node_modules/@quartz-community/cname/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/description": { + "node_modules/@quartz-community/comments": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/description/-/description-0.1.0.tgz", - "integrity": "sha512-vQC58IfawU0Oa3Qd/HHK9tf30uG+3Rl9ASMEtxFMRAhE42a7gJltcSosalg2GsiIvhXpS3Yh71w2a+6jAZY3eQ==", + "resolved": "https://registry.npmjs.org/@quartz-community/comments/-/comments-0.1.0.tgz", + "integrity": "sha512-NuR81LJtzNg5Dk1tEs+zex3N68qfEfIwrMny8QY0h2nwMtezyTHBAFspk4JkfVsExFGsiEw3o55ULyCHOT/MlA==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2324,120 +2371,914 @@ } } }, - "node_modules/@quartz-community/encrypted-pages": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/encrypted-pages/-/encrypted-pages-0.1.0.tgz", - "integrity": "sha512-KvPQ4gTUs9lwu9dhzoMJcd/Yw9XUaRC0JAexGYWYUXh0ZICSd3UovJrLrBcdri3eLcp3xiZM+El0IQutCk1LCA==", + "node_modules/@quartz-community/comments/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0", + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/explicit-publish": { + "node_modules/@quartz-community/content-index": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/explicit-publish/-/explicit-publish-0.1.0.tgz", - "integrity": "sha512-de63C3spVchjAgaKxx0C1sg51KsPGfoY6ytK6OBN6wba0Ft2iV0ExHqFQNOvRAstsb+y/8wv0FZBfj02FT2kag==", + "resolved": "https://registry.npmjs.org/@quartz-community/content-index/-/content-index-0.1.0.tgz", + "integrity": "sha512-zCWwsjQg91x9YRJ4SCzMaQg9N+Tdqj0oI9brGk+WP0bcdCNNci0zT3UGyoUTQ9MVgZOCeTBitNrJQiKi5EQsJw==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" }, "engines": { "node": ">=22", "npm": ">=10.9.2" + }, + "peerDependencies": { + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "vfile": { + "optional": true + } } }, - "node_modules/@quartz-community/explorer": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/explorer/-/explorer-0.1.0.tgz", - "integrity": "sha512-qdsXF9ivT32ct52CzOLXCFnxHJS6xHIcX/lVeT82sEmNxjivRLt8kvVK+mJQBiC/Nj8ItRFiL+e0suwNZ19vjQ==", + "node_modules/@quartz-community/content-index/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/content-meta": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/content-meta/-/content-meta-0.1.0.tgz", + "integrity": "sha512-975tqafyfdoz6qWeSLMuQIaBVVOQrOC8KfQGSGpf7b5o+3zbqtigMwi+XXC+0b9wUGePrclKwbZC+tXRSbCK3Q==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/content-meta/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/content-page": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/content-page/-/content-page-0.1.0.tgz", + "integrity": "sha512-AVP8263THDovkM3LnW6nLjPnzlUdGLZW9Jhv+I7a5B69QwOtym61dVgKSBBDGNTaRrtgSkqeE3GYiWKvxuP6Rg==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/content-page/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/crawl-links": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@quartz-community/crawl-links/-/crawl-links-0.1.1.tgz", + "integrity": "sha512-2EpIiAbETJaxYPRdBnoMQlqUaTR8m42ncHZ9tqzDTkeLPV8tfa78zCnO0OSjBol9/X5l8eantHQteszgY5zoKg==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/crawl-links/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/created-modified-date": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/created-modified-date/-/created-modified-date-0.1.0.tgz", + "integrity": "sha512-2bLpoAe9l4BlJLEZf9wWAhhWpwm6ontorEDPf5VLJvjcCm34FBajDLb7roYRrzK/uXTsljehIiYno0liVHJjkA==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "@napi-rs/simple-git": "^0.1.19", + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "@napi-rs/simple-git": { + "optional": true + }, + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/created-modified-date/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/darkmode": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/darkmode/-/darkmode-0.1.0.tgz", + "integrity": "sha512-TzMZYe+AcpDYJtAsUGVESzvtjxbmSOuYPtswItzuo8MDHf0TRspN7SRx/3XYmFcg8R/Q6EQHeaMkluwlQignRw==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/darkmode/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/description": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/description/-/description-0.1.0.tgz", + "integrity": "sha512-vQC58IfawU0Oa3Qd/HHK9tf30uG+3Rl9ASMEtxFMRAhE42a7gJltcSosalg2GsiIvhXpS3Yh71w2a+6jAZY3eQ==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/description/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/encrypted-pages": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@quartz-community/encrypted-pages/-/encrypted-pages-0.1.1.tgz", + "integrity": "sha512-cX6UYknrczbxBboc6I/ezBjBf/RSkiirmdE/sEHlBkmLaW41RWyzikcIAxnrWYrLwaug802KS7i2CnEZ061jlQ==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/encrypted-pages/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/explicit-publish": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/explicit-publish/-/explicit-publish-0.1.0.tgz", + "integrity": "sha512-de63C3spVchjAgaKxx0C1sg51KsPGfoY6ytK6OBN6wba0Ft2iV0ExHqFQNOvRAstsb+y/8wv0FZBfj02FT2kag==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + } + }, + "node_modules/@quartz-community/explicit-publish/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/explorer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/explorer/-/explorer-0.1.0.tgz", + "integrity": "sha512-qdsXF9ivT32ct52CzOLXCFnxHJS6xHIcX/lVeT82sEmNxjivRLt8kvVK+mJQBiC/Nj8ItRFiL+e0suwNZ19vjQ==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/explorer/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/favicon": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@quartz-community/favicon/-/favicon-0.1.1.tgz", + "integrity": "sha512-PMCKdCOJXWXzo0Sh+a3Py1DPhJUiy0dXntrMjAgvWNdw3pcUGvrHNjvkMIMzAR7tr7tSZSUkX6UtUKNz3DkKaQ==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "sharp": ">=0.33.0" + }, + "peerDependenciesMeta": { + "sharp": { + "optional": true + } + } + }, + "node_modules/@quartz-community/favicon/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/folder-page": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/folder-page/-/folder-page-0.1.0.tgz", + "integrity": "sha512-ElNZ0LfqL3O3GEN+4bI+535GJFgaIsbDVW8y0TUEzeFxCHUV0p3AYJdNvAga+elq6hC/pJFl9snBo6cpCCNLvA==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { "preact": { "optional": false + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/favicon": { + "node_modules/@quartz-community/folder-page/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/footer": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@quartz-community/favicon/-/favicon-0.1.1.tgz", - "integrity": "sha512-PMCKdCOJXWXzo0Sh+a3Py1DPhJUiy0dXntrMjAgvWNdw3pcUGvrHNjvkMIMzAR7tr7tSZSUkX6UtUKNz3DkKaQ==", + "resolved": "https://registry.npmjs.org/@quartz-community/footer/-/footer-0.1.1.tgz", + "integrity": "sha512-Rlju8CpJC6PcU1OKO2AVJeoBRbOr11xUyR81bFLVAh9z8shpx2OjeF6uy6HK82kZVsfJlPheYmZ6DNCBLdvYkg==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/footer/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/github-flavored-markdown": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/github-flavored-markdown/-/github-flavored-markdown-0.1.0.tgz", + "integrity": "sha512-e+cOqwLo5PARbISQaQpLUA9tb0X2dNXevtOHVrufZ1p4bXKTrqZX1EDbfdKxk/gfzYaDE8z59RUUX2xWFF/WQA==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/github-flavored-markdown/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/graph": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/graph/-/graph-0.1.0.tgz", + "integrity": "sha512-q3Hhu4RqblHbIA45KM79QmNoXLAjaVBOiquYx7E1FS6UozDrn/JG4XOJrrIQnlug73GgqsHFYEAKagZt1rC3dw==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/graph/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/hard-line-breaks": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/hard-line-breaks/-/hard-line-breaks-0.1.0.tgz", + "integrity": "sha512-pgRSXui+hcQ/IUb7D8SvpxMzMiQ5lxq8kSDOETmdIQAd+Lt4bDR+q06xGSKn3S6/Wzb6xIBN2OLlwfeKUqbwxg==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/hard-line-breaks/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/latex": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/latex/-/latex-0.1.0.tgz", + "integrity": "sha512-CGUgCu76VPRR5fwvrly2Tt86N6G7dbhLffdU1lWkrDZLx8VjdxOQ238OE+zyA7zcKBgjZEt9i0w1zAu40HX14Q==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "@myriaddreamin/rehype-typst": "^0.5.0", + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "@myriaddreamin/rehype-typst": { + "optional": true + }, + "preact": { + "optional": false + } + } + }, + "node_modules/@quartz-community/latex/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/note-properties": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/note-properties/-/note-properties-0.1.0.tgz", + "integrity": "sha512-CtZkOI1bTuh3zs/HGBtrTrPzDQHcFsh7M0m+xTtAeTst47BRys3Zg6msO3+RbpI9u7jRLXeAvaJjYdU340KZFg==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "@quartz-community/types": "^0.2.1", + "@quartz-community/utils": "^0.1.0" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "sharp": ">=0.33.0" + "preact": "^10.0.0", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "sharp": { + "preact": { + "optional": false + }, + "vfile": { "optional": true } } }, - "node_modules/@quartz-community/folder-page": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/folder-page/-/folder-page-0.1.0.tgz", - "integrity": "sha512-ElNZ0LfqL3O3GEN+4bI+535GJFgaIsbDVW8y0TUEzeFxCHUV0p3AYJdNvAga+elq6hC/pJFl9snBo6cpCCNLvA==", + "node_modules/@quartz-community/note-properties/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0", + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/footer": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/footer/-/footer-0.1.0.tgz", - "integrity": "sha512-BfLrXN9qDzBi5pdZY9Tdfw1YQNaiDDUItTaVidVp620OK8E5tZF1mMjiczHX0HeScYYLBsRIwmLAawYKw4StTw==", + "node_modules/@quartz-community/obsidian-flavored-markdown": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@quartz-community/obsidian-flavored-markdown/-/obsidian-flavored-markdown-0.1.2.tgz", + "integrity": "sha512-rSYcDIyGD9U7ct1GIhckpmHWRn9r2M/gNwdViTNDvESpO6ZO884FbQyAY9/XRjoOXWrX3IJF0/Gh1XXzFKXjCA==", "license": "MIT", "dependencies": { + "@quartz-community/rehype-obsidian": "^0.1.0", + "@quartz-community/remark-obsidian": "^0.1.0", "@quartz-community/types": "^0.2.1", "@quartz-community/utils": "^0.1.0" }, @@ -2454,31 +3295,36 @@ } } }, - "node_modules/@quartz-community/github-flavored-markdown": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/github-flavored-markdown/-/github-flavored-markdown-0.1.0.tgz", - "integrity": "sha512-e+cOqwLo5PARbISQaQpLUA9tb0X2dNXevtOHVrufZ1p4bXKTrqZX1EDbfdKxk/gfzYaDE8z59RUUX2xWFF/WQA==", + "node_modules/@quartz-community/obsidian-flavored-markdown/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/graph": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/graph/-/graph-0.1.0.tgz", - "integrity": "sha512-q3Hhu4RqblHbIA45KM79QmNoXLAjaVBOiquYx7E1FS6UozDrn/JG4XOJrrIQnlug73GgqsHFYEAKagZt1rC3dw==", + "node_modules/@quartz-community/og-image": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@quartz-community/og-image/-/og-image-0.1.2.tgz", + "integrity": "sha512-b6TQGCLzFYcCjwoshxRjmrChkANEZjzf+WeraWI/Cu96T2jVG45hfXYyLEWxa3h9Ae7a94/kke5kShPmV9qaqA==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2489,39 +3335,52 @@ "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "preact": "^10.0.0", + "sharp": ">=0.33.0", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { "preact": { "optional": false + }, + "sharp": { + "optional": true + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/hard-line-breaks": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/hard-line-breaks/-/hard-line-breaks-0.1.0.tgz", - "integrity": "sha512-pgRSXui+hcQ/IUb7D8SvpxMzMiQ5lxq8kSDOETmdIQAd+Lt4bDR+q06xGSKn3S6/Wzb6xIBN2OLlwfeKUqbwxg==", + "node_modules/@quartz-community/og-image/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/latex": { + "node_modules/@quartz-community/ox-hugo": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/latex/-/latex-0.1.0.tgz", - "integrity": "sha512-CGUgCu76VPRR5fwvrly2Tt86N6G7dbhLffdU1lWkrDZLx8VjdxOQ238OE+zyA7zcKBgjZEt9i0w1zAu40HX14Q==", + "resolved": "https://registry.npmjs.org/@quartz-community/ox-hugo/-/ox-hugo-0.1.0.tgz", + "integrity": "sha512-1ox/5XmmxSd3q4ojgcP9EXnkuzgobUsblPeSZVrdEc7kearJWUNEMTClI3WVGjbg5z3Vac6zXhzVpo/+yNI8ug==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1" @@ -2531,52 +3390,46 @@ "npm": ">=10.9.2" }, "peerDependencies": { - "@myriaddreamin/rehype-typst": "^0.5.0", "preact": "^10.0.0" }, "peerDependenciesMeta": { - "@myriaddreamin/rehype-typst": { - "optional": true - }, "preact": { "optional": false } } }, - "node_modules/@quartz-community/note-properties": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/note-properties/-/note-properties-0.1.0.tgz", - "integrity": "sha512-CtZkOI1bTuh3zs/HGBtrTrPzDQHcFsh7M0m+xTtAeTst47BRys3Zg6msO3+RbpI9u7jRLXeAvaJjYdU340KZFg==", + "node_modules/@quartz-community/ox-hugo/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0", + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/obsidian-flavored-markdown": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@quartz-community/obsidian-flavored-markdown/-/obsidian-flavored-markdown-0.1.1.tgz", - "integrity": "sha512-2y9uPpmFozSvc7OGM0WIAgbeoKarP3Vg/copTFgX/0cd+iMma86cX5kySvBxXAQ647x6uz5NdSpNM3ZzSWQ8SA==", + "node_modules/@quartz-community/page-title": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/page-title/-/page-title-0.1.0.tgz", + "integrity": "sha512-bOcqBLIUWg3WdAxT8XqVSiZqENYEqe9iM8bcgYGQCZuJ4Ds6QiXmOLo8ylUFr5KHqBhIoMShmkCdFvSiYzLVHA==", "license": "MIT", "dependencies": { - "@quartz-community/rehype-obsidian": "^0.1.0", - "@quartz-community/remark-obsidian": "^0.1.0", "@quartz-community/types": "^0.2.1", "@quartz-community/utils": "^0.1.0" }, @@ -2593,10 +3446,36 @@ } } }, - "node_modules/@quartz-community/og-image": { + "node_modules/@quartz-community/page-title/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/quartz-fonts": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@quartz-community/og-image/-/og-image-0.1.1.tgz", - "integrity": "sha512-LXB5ARjdaJheUmuWaMP/V2CmvNUBGV0fa+jEC2mwOrCVAZDH3LWEvYVFrw3AuXeskNF8DnG0zXOx1eynylfg7A==", + "resolved": "https://registry.npmjs.org/@quartz-community/quartz-fonts/-/quartz-fonts-0.1.1.tgz", + "integrity": "sha512-kEGc9mOV/qQ62FPJii3tUJRIY/Hl/V4cGKBrNTN5UpA8N7xrrCSizUOHe6+rxCsH3w6jFlgt5sH9pXppIrJ7+Q==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2607,47 +3486,52 @@ "npm": ">=10.9.2" }, "peerDependencies": { + "google-font-metadata": "^6.0.0", "preact": "^10.0.0", - "sharp": ">=0.33.0", "vfile": "^6.0.3" }, "peerDependenciesMeta": { + "google-font-metadata": { + "optional": true + }, "preact": { "optional": false }, - "sharp": { - "optional": true - }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/ox-hugo": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/ox-hugo/-/ox-hugo-0.1.0.tgz", - "integrity": "sha512-1ox/5XmmxSd3q4ojgcP9EXnkuzgobUsblPeSZVrdEc7kearJWUNEMTClI3WVGjbg5z3Vac6zXhzVpo/+yNI8ug==", + "node_modules/@quartz-community/quartz-fonts/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, - "node_modules/@quartz-community/page-title": { + "node_modules/@quartz-community/reader-mode": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/page-title/-/page-title-0.1.0.tgz", - "integrity": "sha512-bOcqBLIUWg3WdAxT8XqVSiZqENYEqe9iM8bcgYGQCZuJ4Ds6QiXmOLo8ylUFr5KHqBhIoMShmkCdFvSiYzLVHA==", + "resolved": "https://registry.npmjs.org/@quartz-community/reader-mode/-/reader-mode-0.1.0.tgz", + "integrity": "sha512-AuiHklvfJGi7FNZwg1p6yGXhJ6tr82Ow1sI8/5cGZR7s53jD1HXeNANTiSFGflB/hLucsoGLiS+pUprvI827zQ==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2666,40 +3550,36 @@ } } }, - "node_modules/@quartz-community/quartz-fonts": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@quartz-community/quartz-fonts/-/quartz-fonts-0.1.1.tgz", - "integrity": "sha512-kEGc9mOV/qQ62FPJii3tUJRIY/Hl/V4cGKBrNTN5UpA8N7xrrCSizUOHe6+rxCsH3w6jFlgt5sH9pXppIrJ7+Q==", + "node_modules/@quartz-community/reader-mode/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "google-font-metadata": "^6.0.0", - "preact": "^10.0.0", + "unified": "^11.0.5", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "google-font-metadata": { + "unified": { "optional": true }, - "preact": { - "optional": false - }, "vfile": { "optional": true } } }, - "node_modules/@quartz-community/reader-mode": { + "node_modules/@quartz-community/recent-notes": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/reader-mode/-/reader-mode-0.1.0.tgz", - "integrity": "sha512-AuiHklvfJGi7FNZwg1p6yGXhJ6tr82Ow1sI8/5cGZR7s53jD1HXeNANTiSFGflB/hLucsoGLiS+pUprvI827zQ==", + "resolved": "https://registry.npmjs.org/@quartz-community/recent-notes/-/recent-notes-0.1.0.tgz", + "integrity": "sha512-3NUefbtGl6P6D1w3F7lSw7SK8PpQ0X/RJtY9UBiVYCf1MMSm5srYdVkAbsaLtY59tgSyJDFm9754cKSgUI3Rsw==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1", @@ -2718,25 +3598,29 @@ } } }, - "node_modules/@quartz-community/recent-notes": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/recent-notes/-/recent-notes-0.1.0.tgz", - "integrity": "sha512-3NUefbtGl6P6D1w3F7lSw7SK8PpQ0X/RJtY9UBiVYCf1MMSm5srYdVkAbsaLtY59tgSyJDFm9754cKSgUI3Rsw==", + "node_modules/@quartz-community/recent-notes/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, @@ -2758,10 +3642,49 @@ "node": ">=22" } }, - "node_modules/@quartz-community/remove-draft": { + "node_modules/@quartz-community/remove-draft": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@quartz-community/remove-draft/-/remove-draft-0.1.0.tgz", + "integrity": "sha512-zpl+M4GYNM5mCewuH1tWHeWsha9a74YiYALnmVTUaN2J0tXjGt5yQgkS3Ecmorv7GZIn/vZIZmosQiVsDS/VEw==", + "license": "MIT", + "dependencies": { + "@quartz-community/types": "^0.2.1" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + } + }, + "node_modules/@quartz-community/remove-draft/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/roam": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/remove-draft/-/remove-draft-0.1.0.tgz", - "integrity": "sha512-zpl+M4GYNM5mCewuH1tWHeWsha9a74YiYALnmVTUaN2J0tXjGt5yQgkS3Ecmorv7GZIn/vZIZmosQiVsDS/VEw==", + "resolved": "https://registry.npmjs.org/@quartz-community/roam/-/roam-0.1.0.tgz", + "integrity": "sha512-IvN0coyDsOzb9uRzTIbM1b3WQSVOEHXKjNjeDnSUMHgZhecTHwXjA+w5cjvBdX0F3xKNjo8zSLjPenv/w6iNYA==", "license": "MIT", "dependencies": { "@quartz-community/types": "^0.2.1" @@ -2769,26 +3692,39 @@ "engines": { "node": ">=22", "npm": ">=10.9.2" + }, + "peerDependencies": { + "preact": "^10.0.0" + }, + "peerDependenciesMeta": { + "preact": { + "optional": false + } } }, - "node_modules/@quartz-community/roam": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@quartz-community/roam/-/roam-0.1.0.tgz", - "integrity": "sha512-IvN0coyDsOzb9uRzTIbM1b3WQSVOEHXKjNjeDnSUMHgZhecTHwXjA+w5cjvBdX0F3xKNjo8zSLjPenv/w6iNYA==", + "node_modules/@quartz-community/roam/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", "license": "MIT", "dependencies": { - "@quartz-community/types": "^0.2.1" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "engines": { "node": ">=22", "npm": ">=10.9.2" }, "peerDependencies": { - "preact": "^10.0.0" + "unified": "^11.0.5", + "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "preact": { - "optional": false + "unified": { + "optional": true + }, + "vfile": { + "optional": true } } }, @@ -2814,6 +3750,32 @@ } } }, + "node_modules/@quartz-community/search/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/spacer": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@quartz-community/spacer/-/spacer-0.1.0.tgz", @@ -2835,6 +3797,32 @@ } } }, + "node_modules/@quartz-community/spacer/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/stacked-pages": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@quartz-community/stacked-pages/-/stacked-pages-0.1.0.tgz", @@ -2861,6 +3849,32 @@ } } }, + "node_modules/@quartz-community/stacked-pages/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/syntax-highlighting": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@quartz-community/syntax-highlighting/-/syntax-highlighting-0.1.0.tgz", @@ -2886,6 +3900,32 @@ } } }, + "node_modules/@quartz-community/syntax-highlighting/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/table-of-contents": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@quartz-community/table-of-contents/-/table-of-contents-0.1.0.tgz", @@ -2908,6 +3948,32 @@ } } }, + "node_modules/@quartz-community/table-of-contents/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/tag-list": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@quartz-community/tag-list/-/tag-list-0.1.0.tgz", @@ -2930,6 +3996,32 @@ } } }, + "node_modules/@quartz-community/tag-list/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/tag-page": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/@quartz-community/tag-page/-/tag-page-0.1.0.tgz", @@ -2956,9 +4048,36 @@ } } }, - "node_modules/@quartz-community/types": { + "node_modules/@quartz-community/tag-page/node_modules/@quartz-community/types": { "version": "0.2.1", - "resolved": "git+ssh://git@github.com/quartz-community/types.git#d342893db8240099cfd9d4499996333f1ca636b4", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, + "node_modules/@quartz-community/types": { + "version": "0.3.0", + "resolved": "git+ssh://git@github.com/quartz-community/types.git#0f5711da9144cc354d833ea1507036dc69ebb8ca", + "dev": true, "license": "MIT", "dependencies": { "unified": "^11.0.5", @@ -3003,12 +4122,39 @@ } } }, + "node_modules/@quartz-community/unlisted-pages/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@quartz-community/utils": { - "version": "0.1.0", - "resolved": "git+ssh://git@github.com/quartz-community/utils.git#ff02040c07d0dcb2075994b2acd7cfec710326fa", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@quartz-community/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-6qZ6gRZ7Pg96r9GVMOAhqWrs13C/0Deg6PKHK6U7S8/nE9NnzuPnta0SZvIf7PwlMa9DnpkHsTozrxrDsnq+bg==", "license": "MIT", "dependencies": { - "@quartz-community/types": "github:quartz-community/types" + "@quartz-community/types": "^0.2.1" }, "engines": { "node": ">=22", @@ -3028,6 +4174,32 @@ } } }, + "node_modules/@quartz-community/utils/node_modules/@quartz-community/types": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@quartz-community/types/-/types-0.2.1.tgz", + "integrity": "sha512-IELSoFY8WKoiaMj30JNt8SRVU3TPnYtTZ8Clr4kv0vXXnBsxG6FxhiHbLIEu96RUin4ft4FqHkBjCZyYmzroHA==", + "license": "MIT", + "dependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + }, + "peerDependencies": { + "unified": "^11.0.5", + "vfile": "^6.0.3" + }, + "peerDependenciesMeta": { + "unified": { + "optional": true + }, + "vfile": { + "optional": true + } + } + }, "node_modules/@sindresorhus/merge-streams": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz", @@ -3095,9 +4267,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", + "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", "dev": true, "license": "MIT", "dependencies": { @@ -4760,9 +5932,9 @@ "license": "MIT" }, "node_modules/isomorphic-git": { - "version": "1.38.9", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.9.tgz", - "integrity": "sha512-3nwGo1UIScJUW2/W4KzTGA/V7Bf/AivBF4KuZGfxU+Bcz2oJo2emuxJK8hP2saZ3XfLOBqbKs+x9CLsFrn8vAg==", + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.40.0.tgz", + "integrity": "sha512-/CbnxwZqIm17y3c/z0INbkgEKSvFerXtO/NGgaRxZ8nvL3eoMtbjuAS7f4Pj7lZzj8HaultvDD1ClJTBVDl89g==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", @@ -5730,12 +6902,12 @@ } }, "node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.5" + "brace-expansion": "^5.0.8" }, "engines": { "node": "18 || 20 || >=22" @@ -5876,9 +7048,9 @@ } }, "node_modules/preact": { - "version": "10.29.7", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.7.tgz", - "integrity": "sha512-DCHYrK/B10yUD3ZjLfhZ3WIE/9Vf9VFUODcRE2dRomTYDpJk6z6L9wecSfhfE6M9ZTHUdyQkoC46arIDhEV84Q==", + "version": "10.29.8", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.8.tgz", + "integrity": "sha512-ej2aVZ+vZ8WO7tvlQWRM9N63A0KzF9q4mWJfDUHgYaIofWY9hu74QdnQrjoPMmZi2/nZ5gN0bJCQF49xQqx09Q==", "license": "MIT", "funding": { "type": "opencollective", @@ -6891,15 +8063,15 @@ } }, "node_modules/yargs": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz", - "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.1.0.tgz", + "integrity": "sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==", "license": "MIT", "dependencies": { "cliui": "^9.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", - "string-width": "^7.2.0", + "string-width": "^8.2.1", "y18n": "^5.0.5", "yargs-parser": "^22.0.0" }, @@ -6916,6 +8088,22 @@ "node": "^20.19.0 || ^22.12.0 || >=23" } }, + "node_modules/yargs/node_modules/string-width": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz", + "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==", + "license": "MIT", + "dependencies": { + "get-east-asian-width": "^1.5.0", + "strip-ansi": "^7.1.2" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/zwitch": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", diff --git a/package.json b/package.json index 186b68f123ad0..6a40e711cb5c7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@quartz-community/alias-redirects": "^0.1.0", "@quartz-community/article-title": "^0.1.0", "@quartz-community/backlinks": "^0.1.0", - "@quartz-community/bases-page": "^0.2.0", + "@quartz-community/bases-page": "^0.2.2", "@quartz-community/breadcrumbs": "^0.1.0", "@quartz-community/canvas-page": "^0.1.0", "@quartz-community/citations": "^0.1.0", @@ -60,23 +60,23 @@ "@quartz-community/content-index": "^0.1.0", "@quartz-community/content-meta": "^0.1.0", "@quartz-community/content-page": "^0.1.0", - "@quartz-community/crawl-links": "^0.1.0", + "@quartz-community/crawl-links": "^0.1.1", "@quartz-community/created-modified-date": "^0.1.0", "@quartz-community/darkmode": "^0.1.0", "@quartz-community/description": "^0.1.0", - "@quartz-community/encrypted-pages": "^0.1.0", + "@quartz-community/encrypted-pages": "^0.1.1", "@quartz-community/explicit-publish": "^0.1.0", "@quartz-community/explorer": "^0.1.0", "@quartz-community/favicon": "^0.1.1", "@quartz-community/folder-page": "^0.1.0", - "@quartz-community/footer": "^0.1.0", + "@quartz-community/footer": "^0.1.1", "@quartz-community/github-flavored-markdown": "^0.1.0", "@quartz-community/graph": "^0.1.0", "@quartz-community/hard-line-breaks": "^0.1.0", "@quartz-community/latex": "^0.1.0", "@quartz-community/note-properties": "^0.1.0", - "@quartz-community/obsidian-flavored-markdown": "^0.1.1", - "@quartz-community/og-image": "^0.1.1", + "@quartz-community/obsidian-flavored-markdown": "^0.1.2", + "@quartz-community/og-image": "^0.1.2", "@quartz-community/ox-hugo": "^0.1.0", "@quartz-community/page-title": "^0.1.0", "@quartz-community/quartz-fonts": "^0.1.1", @@ -100,11 +100,11 @@ "globby": "^16.2.2", "hast-util-from-html": "^2.0.0", "hast-util-to-jsx-runtime": "^2.3.6", - "isomorphic-git": "^1.38.9", + "isomorphic-git": "^1.40.0", "lightningcss": "^1.33.0", "micromorph": "^0.4.5", - "minimatch": "^10.1.1", - "preact": "^10.29.7", + "minimatch": "^10.2.6", + "preact": "^10.29.8", "preact-render-to-string": "^6.6.5", "pretty-bytes": "^7.1.1", "pretty-time": "^1.1.0", @@ -121,13 +121,13 @@ "workerpool": "^10.0.3", "ws": "^8.21.1", "yaml": "^2.8.2", - "yargs": "^18.0.0" + "yargs": "^18.1.0" }, "devDependencies": { - "@quartz-community/types": "^0.2.1", - "@quartz-community/utils": "^0.1.0", + "@quartz-community/types": "^0.3.0", + "@quartz-community/utils": "^0.1.1", "@types/hast": "^3.0.5", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@types/pretty-time": "^1.1.5", "@types/source-map-support": "^0.5.10", "@types/ws": "^8.18.1",