mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
23 hours ago ff93f3bd3392eb9444791e70c58f3631a5d3db29
build(deps): update dependencies
3 files modified
1977 ■■■■■ changed files
.vscode/settings.json 24 ●●●● patch | view | raw | blame | history
package-lock.json 1937 ●●●●● patch | view | raw | blame | history
package.json 16 ●●●● patch | view | raw | blame | history
.vscode/settings.json
@@ -3,19 +3,29 @@
    "files.autoSave": "afterDelay",
    "files.autoSaveWhenNoErrors": true,
    "files.autoSaveWorkspaceFilesOnly": true,
    "cSpell.customDictionaries": {
        "custom-dictionary-workspace": {
            "name": "custom-dictionary-workspace",
            "path": "${workspaceFolder:gohugo-theme-ananke}/.vscode/custom-dictionary.txt",
            "addWords": true,
            "scope": "workspace"
    "cSpell.language": "en-GB",
    "cSpell.dictionaryDefinitions": [
        {
            "name": "workspace",
            "path": "./.vscode/custom-dictionary.txt",
            "addWords": true
        }
    ],
    "cSpell.dictionaries": ["workspace"],
    "cSpell.enabledFileTypes": {
        "markdown": true,
        "plaintext": true,
        "json": true,
        "yaml": true,
        "yml": true,
        "typescript": true,
        "javascript": true
    },
    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.patterns": {
        "package.json": "package-lock.json, netlify.toml, .lintstagedrc.js, .release-it.ts, .markdownlint*, .nvmrc, lychee.toml, tsconfig.json, .coderabbit.yaml",
        "theme.toml": "go.mod, go.sum",
        "README.md": "CHANGELOG.md, LICENSE.md, CONTRIBUTING.md, RELEASES.md"
        "README.md": "CHANGELOG.md, LICENSE.md, CONTRIBUTING.md, RELEASES.md, DESIGN.md"
    },
    "window.autoDetectColorScheme": false
}
package-lock.json
@@ -9,18 +9,18 @@
            "version": "2.13.0",
            "license": "MIT",
            "dependencies": {
                "cssnano": "7.1.7",
                "postcss": "8.5.10",
                "postcss-preset-env": "11.2.1",
                "cssnano": "8.0.1",
                "postcss": "8.5.14",
                "postcss-preset-env": "11.3.0",
                "tachyons": "4.12.0"
            },
            "devDependencies": {
                "@biomejs/biome": "2.4.13",
                "@biomejs/biome": "2.4.15",
                "@github/markdownlint-github": "0.8.0",
                "@release-it/conventional-changelog": "10.0.6",
                "@types/node": "25.6.0",
                "@release-it/conventional-changelog": "11.0.0",
                "@types/node": "25.8.0",
                "dotenv": "17.4.2",
                "lint-staged": "16.4.0",
                "lint-staged": "17.0.4",
                "lockfile-lint": "5.0.0",
                "markdownlint": "0.40.0",
                "markdownlint-cli2": "0.22.1",
@@ -29,7 +29,7 @@
                "markdownlint-rule-relative-links": "5.1.0",
                "markdownlint-rule-search-replace": "1.2.0",
                "markdownlint-rule-title-case-style": "0.4.3",
                "release-it": "19.2.4",
                "release-it": "20.0.1",
                "simple-git-hooks": "2.13.1",
                "typescript": "6.0.3"
            }
@@ -60,9 +60,9 @@
            }
        },
        "node_modules/@biomejs/biome": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.13.tgz",
            "integrity": "sha512-gLXOwkOBBg0tr7bDsqlkIh4uFeKuMjxvqsrb1Tukww1iDmHcfr4Uu8MoQxp0Rcte+69+osRNWXwHsu/zxT6XqA==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.15.tgz",
            "integrity": "sha512-j5VH3a/h/HXTKBM50MDMxRCzkeLv9S2XJcW2WgnZT1+xyisi+0bISrXR82gCX+8S9lvK0skEvHJRN+3Ktr2hlw==",
            "dev": true,
            "license": "MIT OR Apache-2.0",
            "bin": {
@@ -76,20 +76,20 @@
                "url": "https://opencollective.com/biome"
            },
            "optionalDependencies": {
                "@biomejs/cli-darwin-arm64": "2.4.13",
                "@biomejs/cli-darwin-x64": "2.4.13",
                "@biomejs/cli-linux-arm64": "2.4.13",
                "@biomejs/cli-linux-arm64-musl": "2.4.13",
                "@biomejs/cli-linux-x64": "2.4.13",
                "@biomejs/cli-linux-x64-musl": "2.4.13",
                "@biomejs/cli-win32-arm64": "2.4.13",
                "@biomejs/cli-win32-x64": "2.4.13"
                "@biomejs/cli-darwin-arm64": "2.4.15",
                "@biomejs/cli-darwin-x64": "2.4.15",
                "@biomejs/cli-linux-arm64": "2.4.15",
                "@biomejs/cli-linux-arm64-musl": "2.4.15",
                "@biomejs/cli-linux-x64": "2.4.15",
                "@biomejs/cli-linux-x64-musl": "2.4.15",
                "@biomejs/cli-win32-arm64": "2.4.15",
                "@biomejs/cli-win32-x64": "2.4.15"
            }
        },
        "node_modules/@biomejs/cli-darwin-arm64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.13.tgz",
            "integrity": "sha512-2KImO1jhNFBa2oWConyr0x6flxbQpGKv6902uGXpYM62Xyem8U80j441SyUJ8KyngsmKbQjeIv1q2CQfDkNnYg==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.15.tgz",
            "integrity": "sha512-rF3PPqLq1yoST79zaQbDjVJwsuIeci/O+9bgNmC5QpgOqz6aqYuzA4abyAGx+mgyiDXn4A049xAN8gijbuR1Qg==",
            "cpu": [
                "arm64"
            ],
@@ -104,9 +104,9 @@
            }
        },
        "node_modules/@biomejs/cli-darwin-x64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.13.tgz",
            "integrity": "sha512-BKrJklbaFN4p1Ts4kPBczo+PkbsHQg57kmJ+vON9u2t6uN5okYHaSr7h/MutPCWQgg2lglaWoSmm+zhYW+oOkg==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.15.tgz",
            "integrity": "sha512-/5KHXYMfSJs1fNXiX30xFtI8JcCFV6zaVVLxOa0M2sfqBKHkpQhRTv94yxQWxeTY2lzo2OuTlNvPC+hDQt2wcQ==",
            "cpu": [
                "x64"
            ],
@@ -121,9 +121,9 @@
            }
        },
        "node_modules/@biomejs/cli-linux-arm64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.13.tgz",
            "integrity": "sha512-NzkUDSqfvMBrPplKgVr3aXLHZ2NEELvvF4vZxXulEylKWIGqlvNEcwUcj9OLrn75TD3lJ/GIqCVlBwd1MZCuYQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.15.tgz",
            "integrity": "sha512-owaAMZD/T4LrD0ELNCk0Km3qrRHuM0X6EAyVE1FSqGY0rbLoiDLrO4Us2tllm6cAeB2Ioa9C2C08NZPdr8+0Ug==",
            "cpu": [
                "arm64"
            ],
@@ -141,9 +141,9 @@
            }
        },
        "node_modules/@biomejs/cli-linux-arm64-musl": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.13.tgz",
            "integrity": "sha512-U5MsuBQW25dXaYtqWWSPM3P96H6Y+fHuja3TQpMNnylocHW0tEbtFTDlUj6oM+YJLntvEkQy4grBvQNUD4+RCg==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.15.tgz",
            "integrity": "sha512-ZPcxznxm0pogHBLZhYntyR3sR+MrZjqJIKEr7ZqVen0Rl+P/4upVmfYXjftizi9RoqZntg33fv/1fbdhbYXpEQ==",
            "cpu": [
                "arm64"
            ],
@@ -161,9 +161,9 @@
            }
        },
        "node_modules/@biomejs/cli-linux-x64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.13.tgz",
            "integrity": "sha512-Az3ZZedYRBo9EQzNnD9SxFcR1G5QsGo6VEc2hIyVPZ1rdKwee/7E9oeBBZFpE8Z44ekxsDQBqbiWGW5ShOhUSQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.15.tgz",
            "integrity": "sha512-0jj7THz12GbUOLmMibktK6DZjqz2zV64KFxyBtcFTKPiiOIY0a7vns1elpO1dERvxpsZ5ik0oFfz0oGwFde1+g==",
            "cpu": [
                "x64"
            ],
@@ -181,9 +181,9 @@
            }
        },
        "node_modules/@biomejs/cli-linux-x64-musl": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.13.tgz",
            "integrity": "sha512-Z601MienRgTBDza/+u2CH3RSrWoXo9rtr8NK6A4KJzqGgfxx+H3VlyLgTJ4sRo40T3pIsqpTmiOQEvYzQvBRvQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.15.tgz",
            "integrity": "sha512-CNq/9W38SYSH023lfcQ4KKU8K0YX8T//FZUhcgtMMRABDojx5XsMV7jlweAvGSl389wJQB29Qo6Zb/a+jdvt+w==",
            "cpu": [
                "x64"
            ],
@@ -201,9 +201,9 @@
            }
        },
        "node_modules/@biomejs/cli-win32-arm64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.13.tgz",
            "integrity": "sha512-Px9PS2B5/Q183bUwy/5VHqp3J2lzdOCeVGzMpphYfl8oSa7VDCqenBdqWpy6DCy/en4Rbf/Y1RieZF6dJPcc9A==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.15.tgz",
            "integrity": "sha512-ouhkYdlhp/1GghEJPdWwD/Vi3gQ1nFxuSpMolWsbq3Lsq3QUR4jl6UdhhscdCugKU5vOEuMiJhvKj66O0OCq+w==",
            "cpu": [
                "arm64"
            ],
@@ -218,9 +218,9 @@
            }
        },
        "node_modules/@biomejs/cli-win32-x64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.13.tgz",
            "integrity": "sha512-tTcMkXyBrmHi9BfrD2VNHs/5rYIUKETqsBlYOvSAABwBkJhSDVb5e7wPukftsQbO3WzQkXe6kaztC6WtUOXSoQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.15.tgz",
            "integrity": "sha512-zBrGq5mx5wwpnow4+2BxUvleDM+GNd4sLbPaMapsSLQLD0NGRCquqPBTgN+7XkUteHvj7M+BstuI8tmnV7+HgQ==",
            "cpu": [
                "x64"
            ],
@@ -235,9 +235,9 @@
            }
        },
        "node_modules/@colordx/core": {
            "version": "5.4.1",
            "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.1.tgz",
            "integrity": "sha512-J6wPkrci9gao7mABevY/12hOZsyVrgaTUPE92rfH2AVW4ZuRZi1wD3lgqGWBGSvAjE24HSGBp4UoKvbYPlCLCA==",
            "version": "5.4.3",
            "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz",
            "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==",
            "license": "MIT"
        },
        "node_modules/@conventional-changelog/git-client": {
@@ -310,9 +310,9 @@
            }
        },
        "node_modules/@csstools/css-calc": {
            "version": "3.2.0",
            "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz",
            "integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==",
            "version": "3.2.1",
            "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.1.tgz",
            "integrity": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==",
            "funding": [
                {
                    "type": "github",
@@ -333,9 +333,9 @@
            }
        },
        "node_modules/@csstools/css-color-parser": {
            "version": "4.1.0",
            "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.0.tgz",
            "integrity": "sha512-U0KhLYmy2GVj6q4T3WaAe6NPuFYCPQoE3b0dRGxejWDgcPp8TP7S5rVdM5ZrFaqu4N67X8YaPBw14dQSYx3IyQ==",
            "version": "4.1.1",
            "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.1.tgz",
            "integrity": "sha512-eZ5XOtyhK+mggRafYUWzA0tvaYOFgdY8AkgQiCJF9qNAePnUo/zmsqqYubBBb3sQ8uNUaSKTY9s9klfRaAXL0g==",
            "funding": [
                {
                    "type": "github",
@@ -349,7 +349,7 @@
            "license": "MIT",
            "dependencies": {
                "@csstools/color-helpers": "^6.0.2",
                "@csstools/css-calc": "^3.2.0"
                "@csstools/css-calc": "^3.2.1"
            },
            "engines": {
                "node": ">=20.19.0"
@@ -424,9 +424,9 @@
            }
        },
        "node_modules/@csstools/postcss-alpha-function": {
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.4.tgz",
            "integrity": "sha512-fti7+GybzvfMrv5TSU6x8rWtXWOth5nLefT5w5AKJ3F3T0bZoxlRqajF0ZUgTtnytfMd4dQ8n5UiaNmsjFA65A==",
            "version": "2.0.5",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.5.tgz",
            "integrity": "sha512-i2lNJ6b4GdMoybHlpUM07TIk8KQRXTTe7Qf8LfctQhjDRTIgaodWTQqzWU4fpWO/nxBWNkSloDM22Lw/30NBcg==",
            "funding": [
                {
                    "type": "github",
@@ -439,10 +439,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -479,9 +479,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-function": {
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.3.tgz",
            "integrity": "sha512-BiBukIeQ7rPjx9A//9+qgJugBjX6FY9eWiojbnfIJCPulWrl8J07rCgQbFkloTXena+a6Aw5xa25weU+3MA75A==",
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.4.tgz",
            "integrity": "sha512-PhUu86ppxKcNHHqrJ43ZL1mYa2uHKGRoY0KPbZA9k8iOaanL3I+1zYqbgVumxj1UgNTDw5BE3BUQ1Dono6bD6g==",
            "funding": [
                {
                    "type": "github",
@@ -494,10 +494,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -508,9 +508,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-function-display-p3-linear": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.3.tgz",
            "integrity": "sha512-u8QNV2TKOxG6cqK4ZrJkpctnxdrwdNTMrkyokmCi+iuLpJegOraA0cqC7HoxF2tHhxjuXc+BxwY/Qd62SwvanQ==",
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.4.tgz",
            "integrity": "sha512-xrGqSFj9pu6XbJYD4NNCxYK9WFbf0KMfXFaisnJezkIRDZCwefUB2azkU4Zr0dFmLtIb9LlshrSZ0be1/QVthQ==",
            "funding": [
                {
                    "type": "github",
@@ -523,10 +523,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -537,9 +537,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-mix-function": {
            "version": "4.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.3.tgz",
            "integrity": "sha512-M8ju3iqHRXtW1/5HYuOmi9WFR5rGGFgqkPh+kXkv/eG56oYK/WYtTeIwJgdcro7lRwjlo4Ut8xqbV3Iovkwfrw==",
            "version": "4.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.4.tgz",
            "integrity": "sha512-zYS78MHBuih9f9qtPFcSvVXMKg9q/lNPeFJUjyw7+/W1VHRjubvs5MlzuC363UUeahAhrOvYdo2ZZhmlxZbj6w==",
            "funding": [
                {
                    "type": "github",
@@ -552,10 +552,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -566,9 +566,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.3.tgz",
            "integrity": "sha512-tL46UyFjIjz7mDywoPOe/JgOpvMic0rsTUfdMBB1OHrUcCtE8MQpBILzYl/cAOtinJGu+ZQLuDhqTgTBOoeg3g==",
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.4.tgz",
            "integrity": "sha512-qlrABMEFPUqbCxX0aOsHcxQZo/8XgMqnEtqqtVUbdizcuTUtJyLdHike7hkoemwDspMSEotdIfRlUY4jhZaD+A==",
            "funding": [
                {
                    "type": "github",
@@ -581,10 +581,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -594,10 +594,36 @@
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-container-rule-prelude-list": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-container-rule-prelude-list/-/postcss-container-rule-prelude-list-1.0.1.tgz",
            "integrity": "sha512-c5qlevVGKHU+zDbVoUGSZl1Mw7Vl1gVRKv6cdIYnaoyM+9Ou23Ian0H5Gr2ZF+lsDWovPK03hOSAbkw6HS8aTg==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/csstools"
                },
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/csstools"
                }
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
            "engines": {
                "node": ">=20.19.0"
            },
            "peerDependencies": {
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-content-alt-text": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.0.tgz",
            "integrity": "sha512-OHa+4aCcrJtHpPWB3zptScHwpS1TUbeLR4uO0ntIz0Su/zw9SoWkVu+tDMSySSAsNtNSI3kut4fTliFwIsrHxA==",
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.1.tgz",
            "integrity": "sha512-mK5lCgzgV/ZC+LgnFy4rAQVMcXR6HsnX3D1+4Q5gshSQsst5TtcvHbxTdzKy1XTv09sNZHJX8CO4CEQF9zA4ug==",
            "funding": [
                {
                    "type": "github",
@@ -612,7 +638,7 @@
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -623,9 +649,9 @@
            }
        },
        "node_modules/@csstools/postcss-contrast-color-function": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.3.tgz",
            "integrity": "sha512-YcohXq+/hfYeobKirg3oXGivDaaTfOPv568bE3jYQCn9ILpFz+RgyJR/kF7ZWh5560TTlTjeCqF4ZmVsj2zwnw==",
            "version": "3.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.4.tgz",
            "integrity": "sha512-EiTZzUICztGqEuYg8AVCUWH9vH2jDzO6RryxMja+PWluZHP6n3/iG6i1leTt5LiDQjDUQlCRbQtMNj7V7S+b4Q==",
            "funding": [
                {
                    "type": "github",
@@ -638,10 +664,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -652,9 +678,9 @@
            }
        },
        "node_modules/@csstools/postcss-exponential-functions": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.2.tgz",
            "integrity": "sha512-WDrfdFJXF4M67+wniEGr/5XVzsmn1rt2lL1YAlTfE7x7XDlRstTc5e+HuFoGv6jkiMWTwPsiADJaLwsnGC3UjQ==",
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.3.tgz",
            "integrity": "sha512-mB/NoeHLBHh0LZiVSrFdRDA/NxSfmg4tSN9117IJH9bdC2BzSTVgc82h3Gu/sdBXay6kDH2sA7fbkTigMiEi2A==",
            "funding": [
                {
                    "type": "github",
@@ -667,7 +693,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -730,9 +756,9 @@
            }
        },
        "node_modules/@csstools/postcss-gamut-mapping": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.3.tgz",
            "integrity": "sha512-3v5ZvcVuynhFh5qCJX2LIJ9Iry8/SvxfOEj6vDngNxbH/3OKTZBFLgK+DgLuIbsP1DLA9LLH3Rn7jmRxXgEDLA==",
            "version": "3.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.4.tgz",
            "integrity": "sha512-2dWGsxtxypKU9Ra862F2335W8xegRwl9ohQ6hk808PiQlEahSaFtt5fqsGmKDaSiaFUx+2X8GZxVo970Ajr2vQ==",
            "funding": [
                {
                    "type": "github",
@@ -745,7 +771,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -757,9 +783,9 @@
            }
        },
        "node_modules/@csstools/postcss-gradients-interpolation-method": {
            "version": "6.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.3.tgz",
            "integrity": "sha512-wrRIaRv1dkq30a8nvYWtSAf41bwCl+sVzLBKGnqeOwk81aSktKN3NattJpkiPyoOtEoFqChisl3WH3Csj/rOsw==",
            "version": "6.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.4.tgz",
            "integrity": "sha512-sC/7dqVTtQTniLjPp/NagzeUn4sGinnMTicNBLDzirKq/GNXuJaApBOnvBmgNXjV6XPizfMhNRYCk5stn3q2nQ==",
            "funding": [
                {
                    "type": "github",
@@ -772,10 +798,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -786,9 +812,9 @@
            }
        },
        "node_modules/@csstools/postcss-hwb-function": {
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.3.tgz",
            "integrity": "sha512-bHz0uc/PBg2wJEAlGinUf494nMyuXsVKH/fExc2xGkvL6WHOKlxzx/lkn+2AVCQACtWBLVRCBDgDnkYr4RSC9w==",
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.4.tgz",
            "integrity": "sha512-cl0KPaaeYyAXNHO3pqK8adbpbAGmIU1cT1thyaEkmP8yvbJvmyztkpdGADGqziUUoh4dZQ0IhHxOxnKQ296T+A==",
            "funding": [
                {
                    "type": "github",
@@ -801,10 +827,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -815,9 +841,9 @@
            }
        },
        "node_modules/@csstools/postcss-ic-unit": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.0.tgz",
            "integrity": "sha512-/ws5d6c4uKqfM9zIL3ugcGI+3fvZEOOkJHNzAyTAGJIdZ+aSL9BVPNlHGV4QzmL0vqBSCOdU3+rhcMEj3+KzYw==",
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.1.tgz",
            "integrity": "sha512-jmsVLXPdMBTlaJAhiEijhIR3qL0j75MrlRfhJEs91DF1Wlt2kpJTDsbpXQpYFzn1nPFHZC/WEf+Mw0I/HXkHzQ==",
            "funding": [
                {
                    "type": "github",
@@ -830,7 +856,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0",
                "postcss-value-parser": "^4.2.0"
            },
@@ -841,6 +867,34 @@
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-image-function": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-image-function/-/postcss-image-function-1.0.0.tgz",
            "integrity": "sha512-iuQztV6Cfeuc7NczazfickrzEhALOpxUS0yWgGkmRY1zZ0CKjBBFc/7WWSN9qupfpNAzHY7cPNcJCqUhtr+YMw==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/csstools"
                },
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/csstools"
                }
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
                "node": ">=20.19.0"
            },
            "peerDependencies": {
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-initial": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-3.0.0.tgz",
@@ -890,9 +944,9 @@
            }
        },
        "node_modules/@csstools/postcss-light-dark-function": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.0.tgz",
            "integrity": "sha512-s++V5/hYazeRUCYIn2lsBVzUsxdeC46gtwpgW6lu5U/GlPOS5UTDT14kkEyPgXmFbCvaWLREqV7YTMJq1K3G6w==",
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.1.tgz",
            "integrity": "sha512-tD2MMJmZ6XXCHgDythLHcXQDNi5z7KEEWPe7JeB3vPcw+YMuMabpW5ugRqndhIrui+vduhc0Md7f7yGPCmOErg==",
            "funding": [
                {
                    "type": "github",
@@ -907,7 +961,7 @@
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -1035,9 +1089,9 @@
            }
        },
        "node_modules/@csstools/postcss-media-minmax": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.2.tgz",
            "integrity": "sha512-+ABxs2ZhJDhy+B9PJg7pgkGq6/d3XPXsWl7+6yZfAk4b2ba6aQ1h2AiTn04XwS6rpMpZEF3tONli/ubfu4y8AQ==",
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.3.tgz",
            "integrity": "sha512-ch1tNS+1QayiHTGsyc53zv3AzrSd0zigjbkfLxoeuzzJyn32+P3V7em3u5vLVnqLMzBbEZK//GI13EVTIPRdDA==",
            "funding": [
                {
                    "type": "github",
@@ -1050,7 +1104,7 @@
            ],
            "license": "MIT",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/media-query-list-parser": "^5.0.0"
@@ -1167,9 +1221,9 @@
            }
        },
        "node_modules/@csstools/postcss-oklab-function": {
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.3.tgz",
            "integrity": "sha512-vTMgJFMwMt9gnPvhKaDnMR7E/h9Nb+rPUv825SY5VUo4PWj+w0OH/N2NqgvjYeubaA3BVckbKDlvADATRpD4Hw==",
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.4.tgz",
            "integrity": "sha512-vIgrKe5ffW99it5SUIXOBczGLSiTaHBhU6afVr9KPwoZ4uq9H0E3Ehvi+xsUjmvnAyMTxOUSszNo04kEhbvYjQ==",
            "funding": [
                {
                    "type": "github",
@@ -1182,10 +1236,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -1218,9 +1272,9 @@
            }
        },
        "node_modules/@csstools/postcss-progressive-custom-properties": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-5.0.0.tgz",
            "integrity": "sha512-NsJoZ89rxmDrUsITf8QIk5w+lQZQ8Xw5K6cLFG+cfiffsLYHb3zcbOOrHLetGl1WIhjWWQ4Cr8MMrg46Q+oACg==",
            "version": "5.1.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-5.1.0.tgz",
            "integrity": "sha512-lt/4yHy2GdKcGVpK4OGhBdSIq+z2PXynSusSRggn/T4y7uFurYAhdHqo/aYM+xI37vNb8rJlEKchqKKvVCXROQ==",
            "funding": [
                {
                    "type": "github",
@@ -1269,9 +1323,9 @@
            }
        },
        "node_modules/@csstools/postcss-random-function": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-3.0.2.tgz",
            "integrity": "sha512-iQ3vfX1LIqRXX7P1/ol45EpJ5CTWdQCAfdpTlHlsRPU4jMQeepmeNjQ0F60bj8RWTS1RkJ318fzzq4mUlyZ7hA==",
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-3.0.3.tgz",
            "integrity": "sha512-0EScyKxscGonwpi30Hj9DEAr0X8D2eDhOqqayQXE91gIqGli9UT+deLYqoogZLOy5GT+ncqltMqztc/q+0UkhA==",
            "funding": [
                {
                    "type": "github",
@@ -1284,7 +1338,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1296,9 +1350,9 @@
            }
        },
        "node_modules/@csstools/postcss-relative-color-syntax": {
            "version": "4.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.3.tgz",
            "integrity": "sha512-SZSImz4KufmLi0dRwYivWXlza+7HF84SRApY8R48SyWgn+f0gDvmCn7D2Ie4CED7qU0JJK+YfCUC1HVlaQ10dg==",
            "version": "4.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.4.tgz",
            "integrity": "sha512-reFFKD9eS602We8621e5cAroKD7hH4104duLNBBhzwawGN7dhbnL1+c/DRHqwyq6eGK35HaKMMiifEZhAztlOA==",
            "funding": [
                {
                    "type": "github",
@@ -1311,10 +1365,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -1350,9 +1404,9 @@
            }
        },
        "node_modules/@csstools/postcss-sign-functions": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-2.0.2.tgz",
            "integrity": "sha512-vOxkkMCMVnyaj7CW03uKR2R/zhJaCrptsXlm31HgI/dqC1lSIGnmu5W7N68x23XwcSgc8fE/fg0jKj4x1XFH4w==",
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-2.0.3.tgz",
            "integrity": "sha512-2BCPwlpeQweTC/8S8oQFYhYD5kxYkiroLf3AUJV2kVoKkSZ+4WM4rSwySXlKrqXL8HfCryAwVrJg7B0jr/RnOw==",
            "funding": [
                {
                    "type": "github",
@@ -1365,7 +1419,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1377,9 +1431,9 @@
            }
        },
        "node_modules/@csstools/postcss-stepped-value-functions": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-5.0.2.tgz",
            "integrity": "sha512-4PtqkRoBcMSxZG00gcDv+nq7cxVUua+Yd7TmG16qzJjdolyICHkx1RfhNL5mKSnWOLxUnk/IdxAoWN+KU7E/ng==",
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-5.0.3.tgz",
            "integrity": "sha512-nXMFQBz5Pi2LLG02iqm2k+scrqwtqJT9ta/gN8S79oBZ23M0E7O3wDJ20//3z5Q6HU5e+K0n+SmmxN6iWtbm6w==",
            "funding": [
                {
                    "type": "github",
@@ -1392,7 +1446,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1481,9 +1535,9 @@
            }
        },
        "node_modules/@csstools/postcss-trigonometric-functions": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-5.0.2.tgz",
            "integrity": "sha512-hRansZmQk1HH11WGUNlWy8H/DCB9Wy6zDbRcyBfF2UUP+V2fubK+qwmq0q6LIDje5gRzxlKyWhgFYxPy1ohivA==",
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-5.0.3.tgz",
            "integrity": "sha512-p9LTvLj+DFpl5RHbG/X9QGwg7BoMOBsRBZqsUAKKVvCw7MRCsk1P1llTUR/MW5nyZ4IsjFGDtDwTTj1reJjxvg==",
            "funding": [
                {
                    "type": "github",
@@ -1496,7 +1550,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1609,30 +1663,29 @@
            }
        },
        "node_modules/@inquirer/ansi": {
            "version": "1.0.2",
            "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
            "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
            "version": "2.0.5",
            "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
            "integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            }
        },
        "node_modules/@inquirer/checkbox": {
            "version": "4.3.2",
            "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
            "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
            "version": "5.1.5",
            "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-5.1.5.tgz",
            "integrity": "sha512-Jmf9tgBHIEK5SAOB7swYfStqmtkZb00xOTpSQmkoGEpdxOTpJi9RS0A8bkfDPHTTItZRJrRdZrEMu25wyj0VfQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^1.0.2",
                "@inquirer/core": "^10.3.2",
                "@inquirer/figures": "^1.0.15",
                "@inquirer/type": "^3.0.10",
                "yoctocolors-cjs": "^2.1.3"
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/core": "^11.1.10",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1644,17 +1697,17 @@
            }
        },
        "node_modules/@inquirer/confirm": {
            "version": "5.1.21",
            "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
            "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
            "version": "6.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.13.tgz",
            "integrity": "sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/type": "^3.0.10"
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1666,23 +1719,22 @@
            }
        },
        "node_modules/@inquirer/core": {
            "version": "10.3.2",
            "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
            "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
            "version": "11.1.10",
            "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.10.tgz",
            "integrity": "sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^1.0.2",
                "@inquirer/figures": "^1.0.15",
                "@inquirer/type": "^3.0.10",
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5",
                "cli-width": "^4.1.0",
                "mute-stream": "^2.0.0",
                "signal-exit": "^4.1.0",
                "wrap-ansi": "^6.2.0",
                "yoctocolors-cjs": "^2.1.3"
                "fast-wrap-ansi": "^0.2.0",
                "mute-stream": "^3.0.0",
                "signal-exit": "^4.1.0"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1693,98 +1745,19 @@
                }
            }
        },
        "node_modules/@inquirer/core/node_modules/ansi-regex": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
            "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/@inquirer/core/node_modules/ansi-styles": {
            "version": "4.3.0",
            "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
            "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "color-convert": "^2.0.1"
            },
            "engines": {
                "node": ">=8"
            },
            "funding": {
                "url": "https://github.com/chalk/ansi-styles?sponsor=1"
            }
        },
        "node_modules/@inquirer/core/node_modules/is-fullwidth-code-point": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
            "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/@inquirer/core/node_modules/string-width": {
            "version": "4.2.3",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
            "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^8.0.0",
                "is-fullwidth-code-point": "^3.0.0",
                "strip-ansi": "^6.0.1"
            },
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/@inquirer/core/node_modules/strip-ansi": {
            "version": "6.0.1",
            "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
            "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-regex": "^5.0.1"
            },
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/@inquirer/core/node_modules/wrap-ansi": {
            "version": "6.2.0",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
            "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-styles": "^4.0.0",
                "string-width": "^4.1.0",
                "strip-ansi": "^6.0.0"
            },
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/@inquirer/editor": {
            "version": "4.2.23",
            "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
            "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
            "version": "5.1.2",
            "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-5.1.2.tgz",
            "integrity": "sha512-Y3Nor7S/DhIPo+8Ym/dSY4efwKI4BsflKDwXh0jNeXJsSF3dteS/3Yf+z4wkibVZDvYMyCgknSTQlNahfunGHg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/external-editor": "^1.0.3",
                "@inquirer/type": "^3.0.10"
                "@inquirer/core": "^11.1.10",
                "@inquirer/external-editor": "^3.0.0",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1796,18 +1769,17 @@
            }
        },
        "node_modules/@inquirer/expand": {
            "version": "4.0.23",
            "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz",
            "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
            "version": "5.0.14",
            "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-5.0.14.tgz",
            "integrity": "sha512-qyY9zcIX2eKYwaAUiQo9zORd61Lc3sXeM72fVbeHkYnDkqfr8/armcRbmVAIrExeJhI2puk+uomeKtWrpUVUmQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/type": "^3.0.10",
                "yoctocolors-cjs": "^2.1.3"
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1819,17 +1791,17 @@
            }
        },
        "node_modules/@inquirer/external-editor": {
            "version": "1.0.3",
            "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
            "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-3.0.0.tgz",
            "integrity": "sha512-lDSwMgg+M5rq6JKBYaJwSX6T9e/HK2qqZ1oxmOwn4AQoJE5D+7TumsxLGC02PWS//rkIVqbZv3XA3ejsc9FYvg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "chardet": "^2.1.1",
                "iconv-lite": "^0.7.0"
                "iconv-lite": "^0.7.2"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1841,27 +1813,27 @@
            }
        },
        "node_modules/@inquirer/figures": {
            "version": "1.0.15",
            "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
            "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
            "version": "2.0.5",
            "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
            "integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            }
        },
        "node_modules/@inquirer/input": {
            "version": "4.3.1",
            "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz",
            "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
            "version": "5.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.13.tgz",
            "integrity": "sha512-0l0jCHlJnXIV8CTxwQC0C+5Ziq8WP22edWgmciW2xYvoeoSck4v5FvCS1ctKdqLLR0dUo93uAHgWHywgBSoRyw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/type": "^3.0.10"
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1873,17 +1845,17 @@
            }
        },
        "node_modules/@inquirer/number": {
            "version": "3.0.23",
            "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
            "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
            "version": "4.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-4.0.13.tgz",
            "integrity": "sha512-WHmkYnnJAou5gx7RgcvAfUggnHNM1zWfoh0dFPl3dxVssuqt+dK5rIbaOYQXNyOegvFnopbKupjnhw2O8gANNg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/type": "^3.0.10"
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1895,18 +1867,18 @@
            }
        },
        "node_modules/@inquirer/password": {
            "version": "4.0.23",
            "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz",
            "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
            "version": "5.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.13.tgz",
            "integrity": "sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^1.0.2",
                "@inquirer/core": "^10.3.2",
                "@inquirer/type": "^3.0.10"
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1918,25 +1890,25 @@
            }
        },
        "node_modules/@inquirer/prompts": {
            "version": "7.10.1",
            "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
            "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
            "version": "8.4.2",
            "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-8.4.2.tgz",
            "integrity": "sha512-XJmn/wY4AX56l1BRU+ZjDrFtg9+2uBEi4JvJQj82kwJDQKiPgSn4CEsbfGGygS4Gw6rkL4W18oATjfVfaqub2Q==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/checkbox": "^4.3.2",
                "@inquirer/confirm": "^5.1.21",
                "@inquirer/editor": "^4.2.23",
                "@inquirer/expand": "^4.0.23",
                "@inquirer/input": "^4.3.1",
                "@inquirer/number": "^3.0.23",
                "@inquirer/password": "^4.0.23",
                "@inquirer/rawlist": "^4.1.11",
                "@inquirer/search": "^3.2.2",
                "@inquirer/select": "^4.4.2"
                "@inquirer/checkbox": "^5.1.4",
                "@inquirer/confirm": "^6.0.12",
                "@inquirer/editor": "^5.1.1",
                "@inquirer/expand": "^5.0.13",
                "@inquirer/input": "^5.0.12",
                "@inquirer/number": "^4.0.12",
                "@inquirer/password": "^5.0.12",
                "@inquirer/rawlist": "^5.2.8",
                "@inquirer/search": "^4.1.8",
                "@inquirer/select": "^5.1.4"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1948,18 +1920,17 @@
            }
        },
        "node_modules/@inquirer/rawlist": {
            "version": "4.1.11",
            "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
            "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
            "version": "5.2.9",
            "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-5.2.9.tgz",
            "integrity": "sha512-a1ErXEfgjfPYpyQ89dp+7n2IISjH9oQg3ygvF5adz8B7aHn4n2PjEgu1wpVTp69K3bj3lVLxP0qJ2b1clk1Whw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/type": "^3.0.10",
                "yoctocolors-cjs": "^2.1.3"
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1971,19 +1942,18 @@
            }
        },
        "node_modules/@inquirer/search": {
            "version": "3.2.2",
            "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz",
            "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
            "version": "4.1.9",
            "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-4.1.9.tgz",
            "integrity": "sha512-ZlbM28Q9lmLkFPNAIv+ZuY530n5Km8U1WW48oYEvDhe9yc2uL3m3t+JSdRUkQlk5fuIuskgiIVjcb7czFzQpuA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^10.3.2",
                "@inquirer/figures": "^1.0.15",
                "@inquirer/type": "^3.0.10",
                "yoctocolors-cjs": "^2.1.3"
                "@inquirer/core": "^11.1.10",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -1995,20 +1965,19 @@
            }
        },
        "node_modules/@inquirer/select": {
            "version": "4.4.2",
            "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz",
            "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
            "version": "5.1.5",
            "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.5.tgz",
            "integrity": "sha512-6SRg6kHfK/sjLXOsuqNebuir+sjwrf/iWuRUnXgB2slzEewppI1WfzeS16XxDcOQmXBruMmmB9Cgrz7wsAxqMg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^1.0.2",
                "@inquirer/core": "^10.3.2",
                "@inquirer/figures": "^1.0.15",
                "@inquirer/type": "^3.0.10",
                "yoctocolors-cjs": "^2.1.3"
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/core": "^11.1.10",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -2020,13 +1989,13 @@
            }
        },
        "node_modules/@inquirer/type": {
            "version": "3.0.10",
            "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
            "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
            "version": "4.0.5",
            "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
            "integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18"
                "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
            },
            "peerDependencies": {
                "@types/node": ">=18"
@@ -2075,16 +2044,6 @@
                "node": ">= 8"
            }
        },
        "node_modules/@nodeutils/defaults-deep": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/@nodeutils/defaults-deep/-/defaults-deep-1.1.0.tgz",
            "integrity": "sha512-gG44cwQovaOFdSR02jR9IhVRpnDP64VN6JdjYJTfNz4J4fWn7TQnmrf22nSjRqlwlxPcW8PL/L3KbJg3tdwvpg==",
            "dev": true,
            "license": "ISC",
            "dependencies": {
                "lodash": "^4.15.0"
            }
        },
        "node_modules/@octokit/auth-token": {
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-6.0.0.tgz",
@@ -2267,25 +2226,25 @@
            }
        },
        "node_modules/@release-it/conventional-changelog": {
            "version": "10.0.6",
            "resolved": "https://registry.npmjs.org/@release-it/conventional-changelog/-/conventional-changelog-10.0.6.tgz",
            "integrity": "sha512-aUb0IkcsBTMcOH5PPQ9Jv9lEOOVu2+rSgkE1ny+dzsTziQm2BhDRAtaFK/dw/HflthuXMWrqhhyfJhAV1AOEPQ==",
            "version": "11.0.0",
            "resolved": "https://registry.npmjs.org/@release-it/conventional-changelog/-/conventional-changelog-11.0.0.tgz",
            "integrity": "sha512-3/WyzObY+y+EejBt+J2vcojFPLUiGu14liRiaPWc0bNVluhRIsADeJ785Iq5ynnhdd1zcjMNh5lBmM/J6/KXig==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@conventional-changelog/git-client": "^2.6.0",
                "@conventional-changelog/git-client": "^2.7.0",
                "concat-stream": "^2.0.0",
                "conventional-changelog": "^7.2.0",
                "conventional-changelog-angular": "^8.3.0",
                "conventional-changelog-conventionalcommits": "^9.3.0",
                "conventional-changelog-angular": "^8.3.1",
                "conventional-changelog-conventionalcommits": "^9.3.1",
                "conventional-recommended-bump": "^11.2.0",
                "semver": "^7.7.4"
            },
            "engines": {
                "node": "^20.12.0 || >=22.0.0"
                "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
            },
            "peerDependencies": {
                "release-it": "^18.0.0 || ^19.0.0"
                "release-it": "^18.0.0 || ^19.0.0 || ^20.0.0"
            }
        },
        "node_modules/@simple-libs/child-process-utils": {
@@ -2343,13 +2302,6 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/@tootallnate/quickjs-emscripten": {
            "version": "0.23.0",
            "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
            "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/@types/debug": {
            "version": "4.1.13",
            "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
@@ -2375,13 +2327,13 @@
            "license": "MIT"
        },
        "node_modules/@types/node": {
            "version": "25.6.0",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
            "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
            "version": "25.8.0",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz",
            "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "undici-types": "~7.19.0"
                "undici-types": ">=7.24.0 <7.24.7"
            }
        },
        "node_modules/@types/normalize-package-data": {
@@ -2444,9 +2396,9 @@
            }
        },
        "node_modules/agent-base": {
            "version": "7.1.4",
            "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
            "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-8.0.0.tgz",
            "integrity": "sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -2581,9 +2533,9 @@
            }
        },
        "node_modules/basic-ftp": {
            "version": "5.3.0",
            "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.0.tgz",
            "integrity": "sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==",
            "version": "5.3.1",
            "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz",
            "integrity": "sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -3011,21 +2963,13 @@
            "dev": true,
            "license": "MIT"
        },
        "node_modules/colorette": {
            "version": "2.0.20",
            "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
            "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/commander": {
            "version": "14.0.3",
            "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
            "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
            "dev": true,
            "version": "11.1.0",
            "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
            "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
            "license": "MIT",
            "engines": {
                "node": ">=20"
                "node": ">=16"
            }
        },
        "node_modules/compare-func": {
@@ -3226,21 +3170,6 @@
                }
            }
        },
        "node_modules/cross-spawn": {
            "version": "7.0.6",
            "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
            "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "path-key": "^3.1.0",
                "shebang-command": "^2.0.0",
                "which": "^2.0.1"
            },
            "engines": {
                "node": ">= 8"
            }
        },
        "node_modules/css-blank-pseudo": {
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-8.0.1.tgz",
@@ -3266,18 +3195,6 @@
                "postcss": "^8.4"
            }
        },
        "node_modules/css-declaration-sorter": {
            "version": "7.4.0",
            "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.4.0.tgz",
            "integrity": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==",
            "license": "ISC",
            "engines": {
                "node": "^14 || ^16 || >=18"
            },
            "peerDependencies": {
                "postcss": "^8.0.9"
            }
        },
        "node_modules/css-has-pseudo": {
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-8.0.0.tgz",
@@ -3369,9 +3286,9 @@
            }
        },
        "node_modules/cssdb": {
            "version": "8.8.0",
            "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.8.0.tgz",
            "integrity": "sha512-QbLeyz2Bgso1iRlh7IpWk6OKa3lLNGXsujVjDMPl9rOZpxKeiG69icLpbLCFxeURwmcdIfZqQyhlooKJYM4f8Q==",
            "version": "8.9.0",
            "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.9.0.tgz",
            "integrity": "sha512-J8jOU/hLjaXcO1LldOLraJSQpfLXRKof0I7mtbRyOy2AAXgqst0x9rlgi2qXeD6d0ou3ZLqcPAMqYVbpCbrxEw==",
            "funding": [
                {
                    "type": "opencollective",
@@ -3397,79 +3314,78 @@
            }
        },
        "node_modules/cssnano": {
            "version": "7.1.7",
            "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.7.tgz",
            "integrity": "sha512-N5LGn/OlhMxDTvKACwUPMzT34SSj1b022pvUAE/Vh6r2WD1aUCbc+QNIP/JjX9VVxebdJWZQ3352Lt4oF7dQ/g==",
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-8.0.1.tgz",
            "integrity": "sha512-oSiOnPQNNYjusTUlYJiE6xvFQG4don3N0QavaoV1BxIsC1zjvxOwikXlR7lG1EVmZNDDaJkHbQx1VRB8kaoMHA==",
            "license": "MIT",
            "dependencies": {
                "cssnano-preset-default": "^7.0.15",
                "cssnano-preset-default": "^8.0.1",
                "lilconfig": "^3.1.3"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/cssnano"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/cssnano-preset-default": {
            "version": "7.0.15",
            "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.15.tgz",
            "integrity": "sha512-60kx7lJ40//HA85cIfQXSOJFby2D2V1pOMNHVCxue3KFWCjRzmiQyL9OvI+NAhwUlaojOfF9eK3nGvrJLCBUfQ==",
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-8.0.1.tgz",
            "integrity": "sha512-OTdKeYMlvQ8KBgyej5ysktnWJoeyo7rGrVnm+bdpIHGvxhbTGPsOkB+7T1EdTuX00dGlQQb2UEbSPB1OpMXULw==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "css-declaration-sorter": "^7.2.0",
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-calc": "^10.1.1",
                "postcss-colormin": "^7.0.9",
                "postcss-convert-values": "^7.0.11",
                "postcss-discard-comments": "^7.0.7",
                "postcss-discard-duplicates": "^7.0.3",
                "postcss-discard-empty": "^7.0.2",
                "postcss-discard-overridden": "^7.0.2",
                "postcss-merge-longhand": "^7.0.6",
                "postcss-merge-rules": "^7.0.10",
                "postcss-minify-font-values": "^7.0.2",
                "postcss-minify-gradients": "^7.0.4",
                "postcss-minify-params": "^7.0.8",
                "postcss-minify-selectors": "^7.1.0",
                "postcss-normalize-charset": "^7.0.2",
                "postcss-normalize-display-values": "^7.0.2",
                "postcss-normalize-positions": "^7.0.3",
                "postcss-normalize-repeat-style": "^7.0.3",
                "postcss-normalize-string": "^7.0.2",
                "postcss-normalize-timing-functions": "^7.0.2",
                "postcss-normalize-unicode": "^7.0.8",
                "postcss-normalize-url": "^7.0.2",
                "postcss-normalize-whitespace": "^7.0.2",
                "postcss-ordered-values": "^7.0.3",
                "postcss-reduce-initial": "^7.0.8",
                "postcss-reduce-transforms": "^7.0.2",
                "postcss-svgo": "^7.1.2",
                "postcss-unique-selectors": "^7.0.6"
                "postcss-colormin": "^8.0.0",
                "postcss-convert-values": "^8.0.0",
                "postcss-discard-comments": "^8.0.0",
                "postcss-discard-duplicates": "^8.0.0",
                "postcss-discard-empty": "^8.0.0",
                "postcss-discard-overridden": "^8.0.0",
                "postcss-merge-longhand": "^8.0.0",
                "postcss-merge-rules": "^8.0.0",
                "postcss-minify-font-values": "^8.0.0",
                "postcss-minify-gradients": "^8.0.0",
                "postcss-minify-params": "^8.0.0",
                "postcss-minify-selectors": "^8.0.1",
                "postcss-normalize-charset": "^8.0.0",
                "postcss-normalize-display-values": "^8.0.0",
                "postcss-normalize-positions": "^8.0.0",
                "postcss-normalize-repeat-style": "^8.0.0",
                "postcss-normalize-string": "^8.0.0",
                "postcss-normalize-timing-functions": "^8.0.0",
                "postcss-normalize-unicode": "^8.0.0",
                "postcss-normalize-url": "^8.0.0",
                "postcss-normalize-whitespace": "^8.0.0",
                "postcss-ordered-values": "^8.0.0",
                "postcss-reduce-initial": "^8.0.0",
                "postcss-reduce-transforms": "^8.0.0",
                "postcss-svgo": "^8.0.0",
                "postcss-unique-selectors": "^8.0.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/cssnano-utils": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.2.tgz",
            "integrity": "sha512-kt41WLK7FLKfePzPi645Y+/NtW/nNM7Su6nlNUfJyRNW3JcuU3JU7+cWJc+JexTeZ8dRBvFufefdG2XpXkIo0A==",
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-6.0.0.tgz",
            "integrity": "sha512-ztS9W/+uaDn+bkYmDhs+GdMveHJ3CL8IPNHpRqDUQXv5GJOTQAJjV1XUOInr9esLXSabQV1pLRZlJpyUwEqDyQ==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/csso": {
@@ -3506,9 +3422,9 @@
            "license": "CC0-1.0"
        },
        "node_modules/data-uri-to-buffer": {
            "version": "6.0.2",
            "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
            "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-7.0.0.tgz",
            "integrity": "sha512-CuRUx0TXGSbbWdEci3VK/XOZGP3n0P4pIKpsqpVtBqaIIuj3GKK8H45oAqA4Rg8FHipc+CzRdUzmD4YQXxv66Q==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -3598,9 +3514,9 @@
            "license": "MIT"
        },
        "node_modules/degenerator": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
            "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-6.0.0.tgz",
            "integrity": "sha512-j5MdXdefrecJeSqTpUrgZd4fBsD2IxZx0JlJD+n1Q7+aTf7/HcyXSfHsicPW6ekPurX159v1ZYla6OJgSPh2Dw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
@@ -3610,6 +3526,9 @@
            },
            "engines": {
                "node": ">= 14"
            },
            "peerDependencies": {
                "quickjs-wasi": "^0.0.1"
            }
        },
        "node_modules/dequal": {
@@ -3848,9 +3767,9 @@
            }
        },
        "node_modules/eta": {
            "version": "4.5.0",
            "resolved": "https://registry.npmjs.org/eta/-/eta-4.5.0.tgz",
            "integrity": "sha512-qifAYjuW5AM1eEEIsFnOwB+TGqu6ynU3OKj9WbUTOtUBHFPZqL03XUW34kbp3zm19Ald+U8dEyRXaVsUck+Y1g==",
            "version": "4.5.1",
            "resolved": "https://registry.npmjs.org/eta/-/eta-4.5.1.tgz",
            "integrity": "sha512-EaNCGm+8XEIU7YNcc+THptWAO5NfKBHHARxt+wxZljj9bTr/+arRoOm9/MpGt4n6xn9fLnPFRSoLD0WFYGFUxQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -3867,46 +3786,6 @@
            "dev": true,
            "license": "MIT"
        },
        "node_modules/execa": {
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
            "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "cross-spawn": "^7.0.3",
                "get-stream": "^8.0.1",
                "human-signals": "^5.0.0",
                "is-stream": "^3.0.0",
                "merge-stream": "^2.0.0",
                "npm-run-path": "^5.1.0",
                "onetime": "^6.0.0",
                "signal-exit": "^4.1.0",
                "strip-final-newline": "^3.0.0"
            },
            "engines": {
                "node": ">=16.17"
            },
            "funding": {
                "url": "https://github.com/sindresorhus/execa?sponsor=1"
            }
        },
        "node_modules/execa/node_modules/onetime": {
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
            "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "mimic-fn": "^4.0.0"
            },
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/exsolve": {
            "version": "1.0.8",
            "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
@@ -3948,6 +3827,33 @@
                "node": ">=8.6.0"
            }
        },
        "node_modules/fast-string-truncated-width": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
            "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/fast-string-width": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
            "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "fast-string-truncated-width": "^3.0.2"
            }
        },
        "node_modules/fast-wrap-ansi": {
            "version": "0.2.0",
            "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
            "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "fast-string-width": "^3.0.2"
            }
        },
        "node_modules/fastq": {
            "version": "1.20.1",
            "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
@@ -4035,28 +3941,15 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/get-stream": {
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
            "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=16"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/get-uri": {
            "version": "6.0.5",
            "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
            "integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==",
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-7.0.0.tgz",
            "integrity": "sha512-ZsC7KQxm1Hra8yO0RvMZ4lGJT7vnBtSNpEHKq39MPN7vjuvCiu1aQ8rkXUaIXG1y/TSDez97Gmv04ibnYqCp/A==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "basic-ftp": "^5.0.2",
                "data-uri-to-buffer": "^6.0.2",
                "data-uri-to-buffer": "7.0.0",
                "debug": "^4.3.4"
            },
            "engines": {
@@ -4172,13 +4065,13 @@
            }
        },
        "node_modules/http-proxy-agent": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
            "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-8.0.0.tgz",
            "integrity": "sha512-7pose0uGgrCJeH2Qh4JcNhWZp3u/oNrWjNYDK4ydOLxOpTw8V8ogHFAmkz0VWq96JBFj4umVJpvmQi287rSYLg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "agent-base": "^7.1.0",
                "agent-base": "8.0.0",
                "debug": "^4.3.4"
            },
            "engines": {
@@ -4186,29 +4079,19 @@
            }
        },
        "node_modules/https-proxy-agent": {
            "version": "7.0.6",
            "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
            "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-8.0.0.tgz",
            "integrity": "sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "agent-base": "^7.1.2",
                "debug": "4"
                "agent-base": "8.0.0",
                "debug": "^4.3.4"
            },
            "engines": {
                "node": ">= 14"
            }
        },
        "node_modules/human-signals": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
            "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
            "dev": true,
            "license": "Apache-2.0",
            "engines": {
                "node": ">=16.17.0"
            }
        },
        "node_modules/iconv-lite": {
            "version": "0.7.2",
            "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
@@ -4260,37 +4143,10 @@
            "dev": true,
            "license": "ISC"
        },
        "node_modules/inquirer": {
            "version": "12.11.1",
            "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-12.11.1.tgz",
            "integrity": "sha512-9VF7mrY+3OmsAfjH3yKz/pLbJ5z22E23hENKw3/LNSaA/sAt3v49bDRY+Ygct1xwuKT+U+cBfTzjCPySna69Qw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^1.0.2",
                "@inquirer/core": "^10.3.2",
                "@inquirer/prompts": "^7.10.1",
                "@inquirer/type": "^3.0.10",
                "mute-stream": "^2.0.0",
                "run-async": "^4.0.6",
                "rxjs": "^7.8.2"
            },
            "engines": {
                "node": ">=18"
            },
            "peerDependencies": {
                "@types/node": ">=18"
            },
            "peerDependenciesMeta": {
                "@types/node": {
                    "optional": true
                }
            }
        },
        "node_modules/ip-address": {
            "version": "10.1.0",
            "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
            "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
            "version": "10.2.0",
            "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
            "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -4407,6 +4263,19 @@
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/is-in-ssh": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
            "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/is-inside-container": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
@@ -4482,19 +4351,6 @@
                "protocols": "^2.0.1"
            }
        },
        "node_modules/is-stream": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
            "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/is-unicode-supported": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
@@ -4524,13 +4380,6 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/isexe": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
            "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
            "dev": true,
            "license": "ISC"
        },
        "node_modules/issue-parser": {
            "version": "7.0.1",
            "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-7.0.1.tgz",
@@ -4666,45 +4515,45 @@
            }
        },
        "node_modules/lint-staged": {
            "version": "16.4.0",
            "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.4.0.tgz",
            "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==",
            "version": "17.0.4",
            "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.4.tgz",
            "integrity": "sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "commander": "^14.0.3",
                "listr2": "^9.0.5",
                "picomatch": "^4.0.3",
                "listr2": "^10.2.1",
                "picomatch": "^4.0.4",
                "string-argv": "^0.3.2",
                "tinyexec": "^1.0.4",
                "yaml": "^2.8.2"
                "tinyexec": "^1.1.2"
            },
            "bin": {
                "lint-staged": "bin/lint-staged.js"
            },
            "engines": {
                "node": ">=20.17"
                "node": ">=22.22.1"
            },
            "funding": {
                "url": "https://opencollective.com/lint-staged"
            },
            "optionalDependencies": {
                "yaml": "^2.8.4"
            }
        },
        "node_modules/listr2": {
            "version": "9.0.5",
            "resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz",
            "integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==",
            "version": "10.2.1",
            "resolved": "https://registry.npmjs.org/listr2/-/listr2-10.2.1.tgz",
            "integrity": "sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "cli-truncate": "^5.0.0",
                "colorette": "^2.0.20",
                "eventemitter3": "^5.0.1",
                "cli-truncate": "^5.2.0",
                "eventemitter3": "^5.0.4",
                "log-update": "^6.1.0",
                "rfdc": "^1.4.1",
                "wrap-ansi": "^9.0.0"
                "wrap-ansi": "^10.0.0"
            },
            "engines": {
                "node": ">=20.0.0"
                "node": ">=22.13.0"
            }
        },
        "node_modules/lockfile-lint": {
@@ -4742,13 +4591,6 @@
                "node": ">=16.0.0"
            }
        },
        "node_modules/lodash": {
            "version": "4.18.1",
            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
            "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/lodash-es": {
            "version": "4.18.1",
            "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
@@ -4847,6 +4689,13 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/log-update/node_modules/emoji-regex": {
            "version": "10.6.0",
            "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
            "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/log-update/node_modules/slice-ansi": {
            "version": "7.1.2",
            "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
@@ -4864,6 +4713,42 @@
                "url": "https://github.com/chalk/slice-ansi?sponsor=1"
            }
        },
        "node_modules/log-update/node_modules/string-width": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
            "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^10.3.0",
                "get-east-asian-width": "^1.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/log-update/node_modules/wrap-ansi": {
            "version": "9.0.2",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
            "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-styles": "^6.2.1",
                "string-width": "^7.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
            }
        },
        "node_modules/lru-cache": {
            "version": "10.4.3",
            "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
@@ -5168,13 +5053,6 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/merge-stream": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
            "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/merge2": {
            "version": "1.4.1",
            "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@@ -5791,19 +5669,6 @@
                "url": "https://opencollective.com/express"
            }
        },
        "node_modules/mimic-fn": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
            "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/mimic-function": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
@@ -5835,13 +5700,13 @@
            "license": "MIT"
        },
        "node_modules/mute-stream": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
            "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
            "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
            "dev": true,
            "license": "ISC",
            "engines": {
                "node": "^18.17.0 || >=20.5.0"
                "node": "^20.17.0 || >=22.9.0"
            }
        },
        "node_modules/nanoid": {
@@ -5923,35 +5788,6 @@
                "node": "^18.17.0 || >=20.5.0"
            }
        },
        "node_modules/npm-run-path": {
            "version": "5.3.0",
            "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
            "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "path-key": "^4.0.0"
            },
            "engines": {
                "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/npm-run-path/node_modules/path-key": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
            "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/nth-check": {
            "version": "2.1.1",
            "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
@@ -6023,28 +5859,30 @@
            }
        },
        "node_modules/open": {
            "version": "10.2.0",
            "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
            "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
            "version": "11.0.0",
            "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
            "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "default-browser": "^5.2.1",
                "default-browser": "^5.4.0",
                "define-lazy-prop": "^3.0.0",
                "is-in-ssh": "^1.0.0",
                "is-inside-container": "^1.0.0",
                "wsl-utils": "^0.1.0"
                "powershell-utils": "^0.1.0",
                "wsl-utils": "^0.3.0"
            },
            "engines": {
                "node": ">=18"
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/ora": {
            "version": "9.0.0",
            "resolved": "https://registry.npmjs.org/ora/-/ora-9.0.0.tgz",
            "integrity": "sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==",
            "version": "9.3.0",
            "resolved": "https://registry.npmjs.org/ora/-/ora-9.3.0.tgz",
            "integrity": "sha512-lBX72MWFduWEf7v7uWf5DHp9Jn5BI8bNPGuFgtXMmr2uDz2Gz2749y3am3agSDdkhHPHYmmxEGSKH85ZLGzgXw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
@@ -6054,9 +5892,8 @@
                "is-interactive": "^2.0.0",
                "is-unicode-supported": "^2.1.0",
                "log-symbols": "^7.0.1",
                "stdin-discarder": "^0.2.2",
                "string-width": "^8.1.0",
                "strip-ansi": "^7.1.2"
                "stdin-discarder": "^0.3.1",
                "string-width": "^8.1.0"
            },
            "engines": {
                "node": ">=20"
@@ -6066,54 +5903,57 @@
            }
        },
        "node_modules/os-name": {
            "version": "6.1.0",
            "resolved": "https://registry.npmjs.org/os-name/-/os-name-6.1.0.tgz",
            "integrity": "sha512-zBd1G8HkewNd2A8oQ8c6BN/f/c9EId7rSUueOLGu28govmUctXmM+3765GwsByv9nYUdrLqHphXlYIc86saYsg==",
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/os-name/-/os-name-7.0.0.tgz",
            "integrity": "sha512-/HfRU/lPPr4T2VigM+cvM3cU77es+XF4OEAa4aE5zpdvrxHGD2NmH0AFIWpMNAb+CsZL45rlcIO49Re0ZcRseg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "macos-release": "^3.3.0",
                "windows-release": "^6.1.0"
                "macos-release": "^3.4.0",
                "windows-release": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/pac-proxy-agent": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
            "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-8.0.0.tgz",
            "integrity": "sha512-HyCoVbyQ/nbVlQ/R6wBu0YXhbG2oAnEK5BQ3xMyj1OffQmU5NoOnpLzgPlKHaobUzz5NK0+AZHby4TdydAEBUA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@tootallnate/quickjs-emscripten": "^0.23.0",
                "agent-base": "^7.1.2",
                "agent-base": "8.0.0",
                "debug": "^4.3.4",
                "get-uri": "^6.0.1",
                "http-proxy-agent": "^7.0.0",
                "https-proxy-agent": "^7.0.6",
                "pac-resolver": "^7.0.1",
                "socks-proxy-agent": "^8.0.5"
                "get-uri": "7.0.0",
                "http-proxy-agent": "8.0.0",
                "https-proxy-agent": "8.0.0",
                "pac-resolver": "8.0.0",
                "quickjs-wasi": "^0.0.1",
                "socks-proxy-agent": "9.0.0"
            },
            "engines": {
                "node": ">= 14"
            }
        },
        "node_modules/pac-resolver": {
            "version": "7.0.1",
            "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
            "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-8.0.0.tgz",
            "integrity": "sha512-SVNzOxVq2zuTew3WAt7U8UghwzJzuWYuJryd3y8FxyLTZdjVoCzY8kLP39PpEqQCDvlMWdQXwViu0sYT3eiU2w==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "degenerator": "^5.0.0",
                "degenerator": "6.0.0",
                "netmask": "^2.0.2"
            },
            "engines": {
                "node": ">= 14"
            },
            "peerDependencies": {
                "quickjs-wasi": "^0.0.1"
            }
        },
        "node_modules/parent-module": {
@@ -6192,16 +6032,6 @@
                "node": ">=14.13.0"
            }
        },
        "node_modules/path-key": {
            "version": "3.1.1",
            "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
            "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/pathe": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
@@ -6248,9 +6078,9 @@
            }
        },
        "node_modules/postcss": {
            "version": "8.5.10",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
            "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
            "version": "8.5.14",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
            "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
            "funding": [
                {
                    "type": "opencollective",
@@ -6332,9 +6162,9 @@
            }
        },
        "node_modules/postcss-color-functional-notation": {
            "version": "8.0.3",
            "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.3.tgz",
            "integrity": "sha512-MyaFK+3PusD7F2+qlMDP6+zfSgHWP17AtmvHQs44W3+Qbb39VptVDVRJ4Lf7gHSVffW5ekEy/XrsZ0S0t34hrA==",
            "version": "8.0.4",
            "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.4.tgz",
            "integrity": "sha512-Zn3yPgBFakVXthmA2n1NUMY7gdhuFUB/DrUJ0Eug/d0rl9wahMQZykp4NVTJLGzQrDUwZ2rzjiTeW5udxFNG8A==",
            "funding": [
                {
                    "type": "github",
@@ -6347,10 +6177,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -6413,37 +6243,37 @@
            }
        },
        "node_modules/postcss-colormin": {
            "version": "7.0.9",
            "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.9.tgz",
            "integrity": "sha512-EZpoUlmbXQUpe+g4ZaGM2kjGlHrQ7Bjzb3xHcNrC9ysI1tGoib6DAYvxg6aB7MGxsjgLF+Qx/jwZQkJ5cKDvXA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-8.0.0.tgz",
            "integrity": "sha512-KKwMmsSgsmdYXqrjQeqL3tnuIFtctiR1GEMHdjNpDpz/TCRkkkok2mMcreK2zVV3l7POWOmAkR2xYHUpRUK1DA==",
            "license": "MIT",
            "dependencies": {
                "@colordx/core": "^5.2.0",
                "@colordx/core": "^5.4.3",
                "browserslist": "^4.28.2",
                "caniuse-api": "^3.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-convert-values": {
            "version": "7.0.11",
            "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.11.tgz",
            "integrity": "sha512-H+s7P0f9jJylSysAHs3/5MhAx7GthDO05uw1h56L2xyEqpiLTFLEqBNw3PUYzD5p/AKwWaigCXf6FGELpOw9lw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-8.0.0.tgz",
            "integrity": "sha512-Ohtj3rNZWawTRePv5NCHTy8VJSdJ/G/uKuxcxJreOMichuqcT6uEl2TAnopVeJCJ/c13jaSqg7m63yFLM5zBsA==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-custom-media": {
@@ -6557,60 +6387,60 @@
            }
        },
        "node_modules/postcss-discard-comments": {
            "version": "7.0.7",
            "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.7.tgz",
            "integrity": "sha512-FJhE3fSte7HaRNL4iwD8LTG9vWqj3puxXIdig6LfrFqc1TJRUhY4kXOkeTXZZfTXYny+k+SO7fd2fymj1wduJg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-8.0.0.tgz",
            "integrity": "sha512-zGpvVLj2sbagEp+BTVETvAfkZdGVA6rALNujDK/WTIjdf1/rQOxOG8BBzkI8UQgnw8SkL6xffAfbtGMHFypadw==",
            "license": "MIT",
            "dependencies": {
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-discard-duplicates": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.3.tgz",
            "integrity": "sha512-9cRxXwhEM/aNZon1qZyToX4NmjbFbxOGbww+0CnbYFDbbPRGZ8jg4IbM8UlA+CzkXxM35itxyaHKNqBBg/RTDg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-8.0.0.tgz",
            "integrity": "sha512-zjRyYmNGI3PTipKBBtCgExlmZXQn49KvKoaiNnR2g+iXxeNk7GY5Js2ULtZXPrCYeqjPagrzKIBNcBocvXCR7g==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-discard-empty": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.2.tgz",
            "integrity": "sha512-NZFouOmOwtngJVgkNeI1LtkzFdYqIurxgy4wq3qNvIiXFURTZ3b/K7q3dP3QitlWQ5imHDQL0qSorItQhoxb1g==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-8.0.0.tgz",
            "integrity": "sha512-kxPJg6EqahbBvm+l7hpYYCtpsv8dlz7Tv6wJXUXZaeuY0WGS61DxfGdZR4uVB/Cx+yi3iOHQVSqpSHKMFaBg6Q==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-discard-overridden": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.2.tgz",
            "integrity": "sha512-Ym01X4v6U3sY8X0P1J9P+RTar+7JyLTOzDrxKSeaArFsLmkVu4KcAKPBWDYRIyZ/q4jwpSPnOnekeSSqXSXKUw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-8.0.0.tgz",
            "integrity": "sha512-sW2OWH3l9p0FmBSVr228uztFseqroZxwgD7SGF0Ks0dRPDttSo3P8FK5ZBLtWBH2A5+chpB0J2fB/T8heKHLBw==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-double-position-gradients": {
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-7.0.0.tgz",
            "integrity": "sha512-Msr/dxj8Os7KLJE5Hdhvprwm3K5Zrh1KTY0eFN3ngPKNkej/Usy4BM9JQmqE6CLAkDpHoQVsi4snbL72CPt6qg==",
            "version": "7.0.1",
            "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-7.0.1.tgz",
            "integrity": "sha512-M69I4EolEGwiYa0KmxKWg4zZp2DxhlNM0Bz12OvHCj930GXDVCvFhdWNGsRscz6BIijN6tFryzSFsy8kMLyD5Q==",
            "funding": [
                {
                    "type": "github",
@@ -6623,7 +6453,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0",
                "postcss-value-parser": "^4.2.0"
            },
@@ -6742,9 +6572,9 @@
            }
        },
        "node_modules/postcss-lab-function": {
            "version": "8.0.3",
            "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.3.tgz",
            "integrity": "sha512-rUa27RLVXjMn1aDkHEt5dRsK80+bAACPr8w5Ow0BkIlfH6gEk0Mh1I0REkYhtp4UhKFw1HLEk3AzvKBi6BGOqw==",
            "version": "8.0.4",
            "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.4.tgz",
            "integrity": "sha512-dqcJSzVasdELD9xqJ1wfP95uzP57J6zFd80c7S3AWK127H9zwqR9Kbk5ZgyIfN2DiMStI7Vq8E7ablXNeTvpew==",
            "funding": [
                {
                    "type": "github",
@@ -6757,10 +6587,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -6796,92 +6626,92 @@
            }
        },
        "node_modules/postcss-merge-longhand": {
            "version": "7.0.6",
            "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.6.tgz",
            "integrity": "sha512-lDsWeKRsssX/9vKFpingoRiuvGajtOGCJhs1kyaTJ5fzaVzs0aPPYe38UZ/ukMFEA5iuRIjQJHIkH2niYO3ubQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-8.0.0.tgz",
            "integrity": "sha512-YDmAmQ8H+ljfomVpSXvr9NA0GP01fraQJqjWBYoMVGg6rOT+PJLwPyeVo2ekn4WB4ZVSH5ddtK3DTRxbz6CFzg==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0",
                "stylehacks": "^7.0.10"
                "stylehacks": "^8.0.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-merge-rules": {
            "version": "7.0.10",
            "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.10.tgz",
            "integrity": "sha512-UXYKxkg8Cy1so/evF7AE/25PNXZb3E0SrvjdbtbGf+MW+doLenKqRLQzz6YZW469ktiXK2MVLFWtel/DftCV0Q==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-8.0.0.tgz",
            "integrity": "sha512-bgstL5mpi41dDpnYGDUcI3M814NWkCMcIWpwDqEHXkHg3BT7b4XRAfNEuwJncZOVn/67kVKvWzhfv/7xyrp2uQ==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "caniuse-api": "^3.0.0",
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-font-values": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.2.tgz",
            "integrity": "sha512-Z82NUmnvhPrvMUaHfkaAVBmWQq9F8Dox4Dy0LiwbaTxfmDUWLQtS+0WCgKViwdWCPPajiY9YzoQftgqKdXkM5g==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-8.0.0.tgz",
            "integrity": "sha512-EnOHQEnSt6oH5NrL1DMFAQuwB2IOimFXTCzc9bKfUeH1jREbqIF5MAK4gQJQOC4mPUwJt4sWifAmNZ1qLu6j3Q==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-gradients": {
            "version": "7.0.4",
            "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.4.tgz",
            "integrity": "sha512-g8MNeNyN+lbwKy8DCtJ6zU6awBL0InBsSOaKmgZ1MdRLVItLQUNFNAzzzBnOp4qowOcyyB6GetTlQ0/0UNXvag==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-8.0.0.tgz",
            "integrity": "sha512-43iAnYIGk0ZjNx5X/rkIcHi6dhmu/vEjY0kqfUfxPuJRO+V7jx8uKIdcnL0dpfNoC5J9TSh3EtzLWbq0gpqnWA==",
            "license": "MIT",
            "dependencies": {
                "@colordx/core": "^5.2.0",
                "cssnano-utils": "^5.0.2",
                "@colordx/core": "^5.4.3",
                "cssnano-utils": "^6.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-params": {
            "version": "7.0.8",
            "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.8.tgz",
            "integrity": "sha512-DIUKM5DZGTmxN7KFKT+rxt0FdPDmRrdK/k3n3+6Po+N/QYn06juwagHcfOVBG0CfCHwcnI612GAUCZc3eT+ZEg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-8.0.0.tgz",
            "integrity": "sha512-z7w4QO7G55l4vMUK1Lmx03GW7iyRLgf2V5Dz/7ioSPLnXRjeD+b7m0XfAXUGrbBYYrJ6bXPk+3LoX5u4JfAcSg==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-selectors": {
            "version": "7.1.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.1.0.tgz",
            "integrity": "sha512-HYl/6I0aL+UvpA10t65BSa7h+tVjBgE6oRI5N/3ylX3vtwvlDL67G3FT3vYDPnTksxr0riiyJcT0tBtyRVoloA==",
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-8.0.1.tgz",
            "integrity": "sha512-c31D46811kTkQDxV1KTTow79axX6gj/01AY5G7cGZg3s31KvAwP13jEFXGAzQbJ7NvOFV1pRqEia6nrAdHU7qg==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.1",
@@ -6890,10 +6720,10 @@
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-nesting": {
@@ -6924,136 +6754,136 @@
            }
        },
        "node_modules/postcss-normalize-charset": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.2.tgz",
            "integrity": "sha512-YoINoiR4YKlzfB95Y93b0DSxWy7FLw+1SADIaznMHb88AKizpzfF80tolmiDEbYr1UM4r4Hw+NZq37SwT5f3uw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-8.0.0.tgz",
            "integrity": "sha512-s88FUNDSUD8m0wBYvTQQcubVts6zhXwBU8zCD4vkRKiecd0v8cOjHVIF9r/i+5xzS/WG3f98qq4XsOM0JqvfLA==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-display-values": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.2.tgz",
            "integrity": "sha512-wu/NTSjnp8sX5TnEHVPN+eScjAtRs18ELtEduG+Ek3GxjeUDUT+VAA3PJjVIXBcVIk6fiLYFj2iKH0q99S3T2Q==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-8.0.0.tgz",
            "integrity": "sha512-gG2nBxD27fiw6Luinb1QYKdM/Co5GornRJgSD+JTwNH4PGKxImP0qyruDDav49aHUPLY3qrL3qN3LvybO7IzxQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-positions": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.3.tgz",
            "integrity": "sha512-1CJI++oA3yK/fQlPUcEngUfcSWS08Pkt9fK+jVgL53mmtHDBHi0YiuB0m3D9BXwZjmfvCc2GQmFqCAF/CVcPzQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-8.0.0.tgz",
            "integrity": "sha512-t/wGqpehS20Ke7kc4QAsWpH+AJjUdMK/V5qV2RhrXkj8hO/fT1t1MJ8NL7sedWYk7ZqC7eISEJQonW5j0tU1MQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-repeat-style": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.3.tgz",
            "integrity": "sha512-RvImJ2Ml4LZSx31qC2C8LDiz65IgBNATtwEr9r3Aue+D0cCGbj4rjNojb/uGpEm4QxnOTzFqMvaDYuKiT1Cmpg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-8.0.0.tgz",
            "integrity": "sha512-3ebOmGdCYKrBYyGKc1xhj0unEnW7beZpVU7JohVeGl7mTxR+7T6egpaawTWAVsB0pEIhcsbJVOjPKCJSoRO6Zg==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-string": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.2.tgz",
            "integrity": "sha512-FqtrUh2BU2MnVeLeWBbJ2rwOjuDnA91XvoImc1BbgMWIxdxiPTaquflBHsmFBA3xh3pC3wPZO9W5MaIc7wU/Xw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-8.0.0.tgz",
            "integrity": "sha512-TvWCGZ/e04Tv31uJvOUtbexkfgUnqmQ3M2P5DkAaVzvOj+BvTkG2QjpA5Y71SL1SPxJcj4M23fNh+RDVCmG8kA==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-timing-functions": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.2.tgz",
            "integrity": "sha512-5H5fpXBnMACEXzn7k9RP7qWZ1eWg8cuZkUuFygStY7icOj+UucwMWXeMmdkF/iITvTVa7fP85tdRCJeznpdFfQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-8.0.0.tgz",
            "integrity": "sha512-uEfaXst5Xgqxv7geYUuz6vs9mn88K2NPY2RoIzM3BMmSjsdTSeppV9x2qIgrxsisdbSqF6IVhzI2occcte3hTA==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-unicode": {
            "version": "7.0.8",
            "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.8.tgz",
            "integrity": "sha512-imCM3cwK3hvlAG4z1AzYM24m8BPA3/Jk/S71wfbn2I6+E2b+UwFaGvlNqydihXTSl3OFPeQXztqCzg+NGeSibQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-8.0.0.tgz",
            "integrity": "sha512-+WYngZaChEeTHZmWhmKtnJ4gTzWdINEaFcgWBnu6WdVu8Ftim8OBTcw768DuCC/3Aax9bZ9WkwrLGHym2Lzf+A==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-url": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.2.tgz",
            "integrity": "sha512-bLnNY7t76NLRb9QQyCVmCN4qwoHxiq6vABH/CXav9wTuR6dNGHGQ72AyO/+h2quWxZk3l7BqxNL1vtDi9H6y1g==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-8.0.0.tgz",
            "integrity": "sha512-4Mz9hZHn/QIB+YtFqTXrDmE2193GYxGb3F8uMfLvMicaEXCCUlDIJ658gFFJbqEGl9FYzwPtRiuNgbwlO9kkBg==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-whitespace": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.2.tgz",
            "integrity": "sha512-TNSVkuhkeOhl36WruQlflxOb7HweoeZowSusNpfsM1+ZvqJ24Mc+xksu05ecMQxlu+0zgI8pyznO2EWqDCQbLA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-8.0.0.tgz",
            "integrity": "sha512-V1f8tYnwIP5tscOXQFTKK8Y5EJ+R2GMpFJ6FjzwoKoQnhbqQy3IeSrDjJJb8JjVos8ut6Osi80Zybpayv/XjIQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-opacity-percentage": {
@@ -7079,19 +6909,19 @@
            }
        },
        "node_modules/postcss-ordered-values": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.3.tgz",
            "integrity": "sha512-FTt6R9RF7NAYfpOHa2XFPm89FVuo5GiIbcfwOXFy1MYF38BeiNW9ke8ybw9Pk62eEsUlRVVbxHWA3B7ERYqOOA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-8.0.0.tgz",
            "integrity": "sha512-Dg9+itb6lmD0bxqhQyHCtXAwYRh0wUrx6Mp4/BNXgkLoJmdYMmWi+V+Pypw79Q6iQhxA8KFMHqLBITQJV2gKMA==",
            "license": "MIT",
            "dependencies": {
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-overflow-shorthand": {
@@ -7154,9 +6984,9 @@
            }
        },
        "node_modules/postcss-preset-env": {
            "version": "11.2.1",
            "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.2.1.tgz",
            "integrity": "sha512-dqL7WR5wg9yP/+6pTHIsIeIpK6XVghJDE4/r4ZSdr5ExrbLiN5x78gly0Xs0MLGbHy2oT3WWNfbxowmnw9BurQ==",
            "version": "11.3.0",
            "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.3.0.tgz",
            "integrity": "sha512-PpijTuY+NT35vvk7us0pw9lJVrsZZWukjONZsza2Kq1Gag8nrUXRkgdKdxyyhZPJ6R43L3/nLpspUK99TmU9xg==",
            "funding": [
                {
                    "type": "github",
@@ -7169,70 +6999,72 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/postcss-alpha-function": "^2.0.4",
                "@csstools/postcss-alpha-function": "^2.0.5",
                "@csstools/postcss-cascade-layers": "^6.0.0",
                "@csstools/postcss-color-function": "^5.0.3",
                "@csstools/postcss-color-function-display-p3-linear": "^2.0.3",
                "@csstools/postcss-color-mix-function": "^4.0.3",
                "@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.3",
                "@csstools/postcss-content-alt-text": "^3.0.0",
                "@csstools/postcss-contrast-color-function": "^3.0.3",
                "@csstools/postcss-exponential-functions": "^3.0.2",
                "@csstools/postcss-color-function": "^5.0.4",
                "@csstools/postcss-color-function-display-p3-linear": "^2.0.4",
                "@csstools/postcss-color-mix-function": "^4.0.4",
                "@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.4",
                "@csstools/postcss-container-rule-prelude-list": "^1.0.1",
                "@csstools/postcss-content-alt-text": "^3.0.1",
                "@csstools/postcss-contrast-color-function": "^3.0.4",
                "@csstools/postcss-exponential-functions": "^3.0.3",
                "@csstools/postcss-font-format-keywords": "^5.0.0",
                "@csstools/postcss-font-width-property": "^1.0.0",
                "@csstools/postcss-gamut-mapping": "^3.0.3",
                "@csstools/postcss-gradients-interpolation-method": "^6.0.3",
                "@csstools/postcss-hwb-function": "^5.0.3",
                "@csstools/postcss-ic-unit": "^5.0.0",
                "@csstools/postcss-gamut-mapping": "^3.0.4",
                "@csstools/postcss-gradients-interpolation-method": "^6.0.4",
                "@csstools/postcss-hwb-function": "^5.0.4",
                "@csstools/postcss-ic-unit": "^5.0.1",
                "@csstools/postcss-image-function": "^1.0.0",
                "@csstools/postcss-initial": "^3.0.0",
                "@csstools/postcss-is-pseudo-class": "^6.0.0",
                "@csstools/postcss-light-dark-function": "^3.0.0",
                "@csstools/postcss-light-dark-function": "^3.0.1",
                "@csstools/postcss-logical-float-and-clear": "^4.0.0",
                "@csstools/postcss-logical-overflow": "^3.0.0",
                "@csstools/postcss-logical-overscroll-behavior": "^3.0.0",
                "@csstools/postcss-logical-resize": "^4.0.0",
                "@csstools/postcss-logical-viewport-units": "^4.0.0",
                "@csstools/postcss-media-minmax": "^3.0.2",
                "@csstools/postcss-media-minmax": "^3.0.3",
                "@csstools/postcss-media-queries-aspect-ratio-number-values": "^4.0.0",
                "@csstools/postcss-mixins": "^1.0.0",
                "@csstools/postcss-nested-calc": "^5.0.0",
                "@csstools/postcss-normalize-display-values": "^5.0.1",
                "@csstools/postcss-oklab-function": "^5.0.3",
                "@csstools/postcss-oklab-function": "^5.0.4",
                "@csstools/postcss-position-area-property": "^2.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/postcss-property-rule-prelude-list": "^2.0.0",
                "@csstools/postcss-random-function": "^3.0.2",
                "@csstools/postcss-relative-color-syntax": "^4.0.3",
                "@csstools/postcss-random-function": "^3.0.3",
                "@csstools/postcss-relative-color-syntax": "^4.0.4",
                "@csstools/postcss-scope-pseudo-class": "^5.0.0",
                "@csstools/postcss-sign-functions": "^2.0.2",
                "@csstools/postcss-stepped-value-functions": "^5.0.2",
                "@csstools/postcss-sign-functions": "^2.0.3",
                "@csstools/postcss-stepped-value-functions": "^5.0.3",
                "@csstools/postcss-syntax-descriptor-syntax-production": "^2.0.0",
                "@csstools/postcss-system-ui-font-family": "^2.0.0",
                "@csstools/postcss-text-decoration-shorthand": "^5.0.3",
                "@csstools/postcss-trigonometric-functions": "^5.0.2",
                "@csstools/postcss-trigonometric-functions": "^5.0.3",
                "@csstools/postcss-unset-value": "^5.0.0",
                "autoprefixer": "^10.4.24",
                "autoprefixer": "^10.5.0",
                "browserslist": "^4.28.1",
                "css-blank-pseudo": "^8.0.1",
                "css-has-pseudo": "^8.0.0",
                "css-prefers-color-scheme": "^11.0.0",
                "cssdb": "^8.8.0",
                "cssdb": "^8.9.0",
                "postcss-attribute-case-insensitive": "^8.0.0",
                "postcss-clamp": "^4.1.0",
                "postcss-color-functional-notation": "^8.0.3",
                "postcss-color-functional-notation": "^8.0.4",
                "postcss-color-hex-alpha": "^11.0.0",
                "postcss-color-rebeccapurple": "^11.0.0",
                "postcss-custom-media": "^12.0.1",
                "postcss-custom-properties": "^15.0.1",
                "postcss-custom-selectors": "^9.0.1",
                "postcss-dir-pseudo-class": "^10.0.0",
                "postcss-double-position-gradients": "^7.0.0",
                "postcss-double-position-gradients": "^7.0.1",
                "postcss-focus-visible": "^11.0.0",
                "postcss-focus-within": "^10.0.0",
                "postcss-font-variant": "^5.0.0",
                "postcss-gap-properties": "^7.0.0",
                "postcss-image-set-function": "^8.0.0",
                "postcss-lab-function": "^8.0.3",
                "postcss-lab-function": "^8.0.4",
                "postcss-logical": "^9.0.0",
                "postcss-nesting": "^14.0.0",
                "postcss-opacity-percentage": "^3.0.0",
@@ -7276,34 +7108,34 @@
            }
        },
        "node_modules/postcss-reduce-initial": {
            "version": "7.0.8",
            "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.8.tgz",
            "integrity": "sha512-VeVRmbgpgTZuRcDQdqnsB4iYTeS2dBRV07UdwK6V3x61F1xTQ2pgIzHBIR4rQYRlXRNKBTGYYhEL1eNA7w9vaQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-8.0.0.tgz",
            "integrity": "sha512-DChcE9d528AKrlpCTHjhsAiOsWCk4H9ApHPS1QqRT3praObWTiWyn6W1UddGpc46K9LQnHwUu4YwaPUukGtXVA==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "caniuse-api": "^3.0.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-reduce-transforms": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.2.tgz",
            "integrity": "sha512-OV5P9hMnf7kEkeXVXyS5ESqxbIls7a3TqFymUAV5JICO/9YCBEU+QQhQjZiDHaLwFdV7/CL481kVeBUk5FdY3w==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-8.0.0.tgz",
            "integrity": "sha512-cLZT0som7vvumQT9XQCnSKOSnRinNQZd1Hm+J723Ney13E8CIydDhw6JwzsjPtgnYThTqn9Q45906gz6wxaAsw==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-replace-overflow-wrap": {
@@ -7354,34 +7186,34 @@
            }
        },
        "node_modules/postcss-svgo": {
            "version": "7.1.2",
            "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.2.tgz",
            "integrity": "sha512-ixExc8m+/68yuSYQzV/1DgtTup/7nI2dN9eiDS5GMRUzeCH4q9UcqeZPwcSVhdf8ay9fRwXDUHwcY5/XzQSszQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-8.0.0.tgz",
            "integrity": "sha512-Q2fMSYEiNE1ioDc/3sxvI24NdgA/MJno2XLNpOxgv8aCcJbym8mZY10/lDY5+AWCIc3Aiqzy2Wcp9/zaIXBZgQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0",
                "svgo": "^4.0.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >= 18"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-unique-selectors": {
            "version": "7.0.6",
            "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.6.tgz",
            "integrity": "sha512-cDxnYw1QuBMW5w3svZ0BlYF0IA4Amr+1JoTLXzu6vDFPNwohN2QU+sPZNx15b930LR7ce+/600h28/cYoxO9vw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-8.0.0.tgz",
            "integrity": "sha512-iObuolUX+ITJfMU2QQFQdh31JgSjNLPNjVs6YGAqBHvOvAWXMMNget6donQl83aQaeS32i5XeKZURUW/WBxIUw==",
            "license": "MIT",
            "dependencies": {
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-value-parser": {
@@ -7390,6 +7222,19 @@
            "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
            "license": "MIT"
        },
        "node_modules/powershell-utils": {
            "version": "0.1.0",
            "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
            "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/protocols": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
@@ -7398,20 +7243,20 @@
            "license": "MIT"
        },
        "node_modules/proxy-agent": {
            "version": "6.5.0",
            "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
            "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-7.0.0.tgz",
            "integrity": "sha512-okTgt79rHTvMHkr/Ney5rZpgCHh3g1g3tI5uhkgN5b7OeI3n0Q/ui1uv9OdrnZNJM9WIZJqZPh/UJs+YtO/TMQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "agent-base": "^7.1.2",
                "agent-base": "8.0.0",
                "debug": "^4.3.4",
                "http-proxy-agent": "^7.0.1",
                "https-proxy-agent": "^7.0.6",
                "http-proxy-agent": "8.0.0",
                "https-proxy-agent": "8.0.0",
                "lru-cache": "^7.14.1",
                "pac-proxy-agent": "^7.1.0",
                "pac-proxy-agent": "8.0.0",
                "proxy-from-env": "^1.1.0",
                "socks-proxy-agent": "^8.0.5"
                "socks-proxy-agent": "9.0.0"
            },
            "engines": {
                "node": ">= 14"
@@ -7465,6 +7310,13 @@
            ],
            "license": "MIT"
        },
        "node_modules/quickjs-wasi": {
            "version": "0.0.1",
            "resolved": "https://registry.npmjs.org/quickjs-wasi/-/quickjs-wasi-0.0.1.tgz",
            "integrity": "sha512-fBWNLTBkxkLAhe1AzF1hyXEvuA+N+vV1WMP2D6iiMUblvmOt8Pp5t8zUcgvz7aYA1ldUdxDlgUse15dmcKjkNg==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/rc9": {
            "version": "2.1.2",
            "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
@@ -7506,9 +7358,9 @@
            }
        },
        "node_modules/release-it": {
            "version": "19.2.4",
            "resolved": "https://registry.npmjs.org/release-it/-/release-it-19.2.4.tgz",
            "integrity": "sha512-BwaJwQYUIIAKuDYvpqQTSoy0U7zIy6cHyEjih/aNaFICphGahia4cjDANuFXb7gVZ51hIK9W0io6fjNQWXqICg==",
            "version": "20.0.1",
            "resolved": "https://registry.npmjs.org/release-it/-/release-it-20.0.1.tgz",
            "integrity": "sha512-3ob1P1aV+3+ZOoR7qgobfYyMlQbpitzOK09iKTtQ145vFi4rWxlRTgHwtVl8kokCvqiF/cJPxRlfcmZmF5aDJA==",
            "dev": true,
            "funding": [
                {
@@ -7522,48 +7374,45 @@
            ],
            "license": "MIT",
            "dependencies": {
                "@nodeutils/defaults-deep": "1.1.0",
                "@inquirer/prompts": "8.4.2",
                "@octokit/rest": "22.0.1",
                "@phun-ky/typeof": "2.0.3",
                "async-retry": "1.3.3",
                "c12": "3.3.3",
                "ci-info": "^4.3.1",
                "eta": "4.5.0",
                "ci-info": "^4.4.0",
                "defu": "^6.1.7",
                "eta": "4.5.1",
                "git-url-parse": "16.1.0",
                "inquirer": "12.11.1",
                "issue-parser": "7.0.1",
                "lodash.merge": "4.6.2",
                "mime-types": "3.0.2",
                "new-github-release-url": "2.0.0",
                "open": "10.2.0",
                "ora": "9.0.0",
                "os-name": "6.1.0",
                "proxy-agent": "6.5.0",
                "semver": "7.7.3",
                "open": "11.0.0",
                "ora": "9.3.0",
                "os-name": "7.0.0",
                "proxy-agent": "7.0.0",
                "semver": "7.7.4",
                "tinyglobby": "0.2.15",
                "undici": "6.23.0",
                "undici": "7.24.5",
                "url-join": "5.0.0",
                "wildcard-match": "5.1.4",
                "yargs-parser": "21.1.1"
                "yargs-parser": "22.0.0"
            },
            "bin": {
                "release-it": "bin/release-it.js"
            },
            "engines": {
                "node": "^20.12.0 || >=22.0.0"
                "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
            }
        },
        "node_modules/release-it/node_modules/semver": {
            "version": "7.7.3",
            "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
            "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
        "node_modules/release-it/node_modules/yargs-parser": {
            "version": "22.0.0",
            "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
            "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
            "dev": true,
            "license": "ISC",
            "bin": {
                "semver": "bin/semver.js"
            },
            "engines": {
                "node": ">=10"
                "node": "^20.19.0 || ^22.12.0 || >=23"
            }
        },
        "node_modules/require-directory": {
@@ -7644,16 +7493,6 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/run-async": {
            "version": "4.0.6",
            "resolved": "https://registry.npmjs.org/run-async/-/run-async-4.0.6.tgz",
            "integrity": "sha512-IoDlSLTs3Yq593mb3ZoKWKXMNu3UpObxhgA/Xuid5p4bbfi2jdY1Hj0m1K+0/tEuQTxIGMhQDqGjKb7RuxGpAQ==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=0.12.0"
            }
        },
        "node_modules/run-parallel": {
            "version": "1.2.0",
            "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
@@ -7678,16 +7517,6 @@
                "queue-microtask": "^1.2.2"
            }
        },
        "node_modules/rxjs": {
            "version": "7.8.2",
            "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
            "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
            "dev": true,
            "license": "Apache-2.0",
            "dependencies": {
                "tslib": "^2.1.0"
            }
        },
        "node_modules/safe-buffer": {
            "version": "5.2.1",
            "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -7738,29 +7567,6 @@
                "node": ">=10"
            }
        },
        "node_modules/shebang-command": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
            "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "shebang-regex": "^3.0.0"
            },
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/shebang-regex": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
            "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/signal-exit": {
            "version": "4.1.0",
            "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -7840,13 +7646,13 @@
            }
        },
        "node_modules/socks": {
            "version": "2.8.7",
            "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
            "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
            "version": "2.8.9",
            "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.9.tgz",
            "integrity": "sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ip-address": "^10.0.1",
                "ip-address": "^10.1.1",
                "smart-buffer": "^4.2.0"
            },
            "engines": {
@@ -7855,13 +7661,13 @@
            }
        },
        "node_modules/socks-proxy-agent": {
            "version": "8.0.5",
            "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
            "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
            "version": "9.0.0",
            "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-9.0.0.tgz",
            "integrity": "sha512-fFlbMlfsXhK02ZB8aZY7Hwxh/IHBV9b1Oq9bvBk6tkFWXvdAxUgA0wbw/NYR5liU3Y5+KI6U4FH3kYJt9QYv0w==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "agent-base": "^7.1.2",
                "agent-base": "8.0.0",
                "debug": "^4.3.4",
                "socks": "^2.8.3"
            },
@@ -7932,9 +7738,9 @@
            "license": "BSD-3-Clause"
        },
        "node_modules/stdin-discarder": {
            "version": "0.2.2",
            "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz",
            "integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==",
            "version": "0.3.2",
            "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.3.2.tgz",
            "integrity": "sha512-eCPu1qRxPVkl5605OTWF8Wz40b4Mf45NY5LQmVPQ599knfs5QhASUm9GbJ5BDMDOXgrnh0wyEdvzmL//YMlw0A==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -7975,9 +7781,9 @@
            }
        },
        "node_modules/string-width": {
            "version": "8.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.0.tgz",
            "integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
            "version": "8.2.1",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
            "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
@@ -8007,33 +7813,20 @@
                "url": "https://github.com/chalk/strip-ansi?sponsor=1"
            }
        },
        "node_modules/strip-final-newline": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
            "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=12"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/stylehacks": {
            "version": "7.0.10",
            "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.10.tgz",
            "integrity": "sha512-sRJ7klmhe/Fl5woJcbJUa2qP1Ueffsl1CQI4ePvqXLkZmcIuAt09aP9uT/FOFPqXh9Rh8M5UkgEnwTdTKn/Aag==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-8.0.0.tgz",
            "integrity": "sha512-sWyjaJvBqHoVKYPbQ8JRvrGSPaYWtWrJsU+fGVtwKB1GE1rRPu3rC7T6UCuXLoL00Dwb+tsHe2T904r8Vnsx8w==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/svgo": {
@@ -8061,15 +7854,6 @@
                "url": "https://opencollective.com/svgo"
            }
        },
        "node_modules/svgo/node_modules/commander": {
            "version": "11.1.0",
            "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
            "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
            "license": "MIT",
            "engines": {
                "node": ">=16"
            }
        },
        "node_modules/tachyons": {
            "version": "4.12.0",
            "resolved": "https://registry.npmjs.org/tachyons/-/tachyons-4.12.0.tgz",
@@ -8077,9 +7861,9 @@
            "license": "MIT"
        },
        "node_modules/tinyexec": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
            "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
            "version": "1.1.2",
            "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
            "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -8186,19 +7970,19 @@
            }
        },
        "node_modules/undici": {
            "version": "6.23.0",
            "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
            "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
            "version": "7.24.5",
            "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz",
            "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18.17"
                "node": ">=20.18.1"
            }
        },
        "node_modules/undici-types": {
            "version": "7.19.2",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
            "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
            "version": "7.24.6",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
            "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
            "dev": true,
            "license": "MIT"
        },
@@ -8289,22 +8073,6 @@
                "node": "20 || >=22"
            }
        },
        "node_modules/which": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
            "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
            "dev": true,
            "license": "ISC",
            "dependencies": {
                "isexe": "^2.0.0"
            },
            "bin": {
                "node-which": "bin/node-which"
            },
            "engines": {
                "node": ">= 8"
            }
        },
        "node_modules/wildcard-match": {
            "version": "5.1.4",
            "resolved": "https://registry.npmjs.org/wildcard-match/-/wildcard-match-5.1.4.tgz",
@@ -8313,16 +8081,29 @@
            "license": "ISC"
        },
        "node_modules/windows-release": {
            "version": "6.1.0",
            "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-6.1.0.tgz",
            "integrity": "sha512-1lOb3qdzw6OFmOzoY0nauhLG72TpWtb5qgYPiSh/62rjc1XidBSDio2qw0pwHh17VINF217ebIkZJdFLZFn9SA==",
            "version": "7.1.1",
            "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-7.1.1.tgz",
            "integrity": "sha512-0GBwC9WmR8Bm3WYiz3FC391054BsFHZ2gzBVdYj9uj5eIVYzbn/YPYCYW9SWdh9vwnLuzpn1UGwJKiMG4F236w==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "execa": "^8.0.1"
                "powershell-utils": "^0.2.0"
            },
            "engines": {
                "node": ">=18"
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/windows-release/node_modules/powershell-utils": {
            "version": "0.2.0",
            "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz",
            "integrity": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
@@ -8336,59 +8117,35 @@
            "license": "MIT"
        },
        "node_modules/wrap-ansi": {
            "version": "9.0.2",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
            "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
            "version": "10.0.0",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-10.0.0.tgz",
            "integrity": "sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-styles": "^6.2.1",
                "string-width": "^7.0.0",
                "strip-ansi": "^7.1.0"
                "ansi-styles": "^6.2.3",
                "string-width": "^8.2.0",
                "strip-ansi": "^7.1.2"
            },
            "engines": {
                "node": ">=18"
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
            }
        },
        "node_modules/wrap-ansi/node_modules/emoji-regex": {
            "version": "10.6.0",
            "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
            "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/wrap-ansi/node_modules/string-width": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
            "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^10.3.0",
                "get-east-asian-width": "^1.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/wsl-utils": {
            "version": "0.1.0",
            "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
            "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
            "version": "0.3.1",
            "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
            "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "is-wsl": "^3.1.0"
                "is-wsl": "^3.1.0",
                "powershell-utils": "^0.1.0"
            },
            "engines": {
                "node": ">=18"
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
@@ -8405,11 +8162,12 @@
            }
        },
        "node_modules/yaml": {
            "version": "2.8.3",
            "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
            "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
            "version": "2.9.0",
            "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
            "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
            "dev": true,
            "license": "ISC",
            "optional": true,
            "bin": {
                "yaml": "bin.mjs"
            },
@@ -8509,19 +8267,6 @@
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/yoctocolors-cjs": {
            "version": "2.1.3",
            "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
            "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
            "dev": true,
            "license": "MIT",
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        }
    }
}
package.json
@@ -25,18 +25,18 @@
        "hugo-module"
    ],
    "dependencies": {
        "cssnano": "7.1.7",
        "postcss": "8.5.10",
        "postcss-preset-env": "11.2.1",
        "cssnano": "8.0.1",
        "postcss": "8.5.14",
        "postcss-preset-env": "11.3.0",
        "tachyons": "4.12.0"
    },
    "devDependencies": {
        "@biomejs/biome": "2.4.13",
        "@biomejs/biome": "2.4.15",
        "@github/markdownlint-github": "0.8.0",
        "@release-it/conventional-changelog": "10.0.6",
        "@types/node": "25.6.0",
        "@release-it/conventional-changelog": "11.0.0",
        "@types/node": "25.8.0",
        "dotenv": "17.4.2",
        "lint-staged": "16.4.0",
        "lint-staged": "17.0.4",
        "lockfile-lint": "5.0.0",
        "markdownlint": "0.40.0",
        "markdownlint-cli2": "0.22.1",
@@ -45,7 +45,7 @@
        "markdownlint-rule-relative-links": "5.1.0",
        "markdownlint-rule-search-replace": "1.2.0",
        "markdownlint-rule-title-case-style": "0.4.3",
        "release-it": "19.2.4",
        "release-it": "20.0.1",
        "simple-git-hooks": "2.13.1",
        "typescript": "6.0.3"
    },