mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
19.31.2025 0fcdd93aeb21210a1215880d7e63756601eef6b5
chore: update dev dependencies (#566)

* chore: update dev dependencies
* chore: update hugo version
* fix: build error in math equation
5 files modified
258 ■■■■ changed files
.devcontainer/Dockerfile 2 ●●● patch | view | raw | blame | history
.github/workflows/update-resources.yml 4 ●●●● patch | view | raw | blame | history
exampleSite/content/english/post/math-typesetting.md 2 ●●● patch | view | raw | blame | history
netlify.toml 6 ●●●● patch | view | raw | blame | history
package-lock.json 244 ●●●● patch | view | raw | blame | history
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 18, 16, 14
ARG NODE_VERSION=16
ARG NODE_VERSION=22
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
.github/workflows/update-resources.yml
@@ -17,11 +17,11 @@
        uses: peaceiris/actions-hugo@v3
        with:
          extended: true
          hugo-version: 0.147.5
          hugo-version: 0.147.8
      - name: setup node
        uses: actions/setup-node@v4
        with:
          node-version: 24
          node-version: 22
      - name: install
        run: |
          npm ci
exampleSite/content/english/post/math-typesetting.md
@@ -39,7 +39,7 @@
Chemical equations:
\[
\tag\*{(2)} \ce{Zn^2+ <=>[+ 2OH-][+ 2H+] $\underset{\text{amphoteric hydroxide}}{\ce{Zn(OH)2 v}}$ <=>[+ 2OH-][+ 2H+] $\underset{\text{tetrahydroxozincate}}{\ce{[Zn(OH)4]^2-}}$}
\tag*{(2)} \ce{Zn^2+ <=>[+ 2OH-][+ 2H+] $\underset{\text{amphoteric hydroxide}}{\ce{Zn(OH)2 v}}$ <=>[+ 2OH-][+ 2H+] $\underset{\text{tetrahydroxozincate}}{\ce{[Zn(OH)4]^2-}}$}
\]
**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
netlify.toml
@@ -10,9 +10,9 @@
  """
[build.environment]
  HUGO_VERSION = "0.147.5"
  DART_SASS_VERSION = "1.89.0"
  NODE_VERSION = "24"
  HUGO_VERSION = "0.147.8"
  DART_SASS_VERSION = "1.89.2"
  NODE_VERSION = "22"
  GO_VERSION = "1.24.3"
  HUGO_ENV = "production"
  HUGO_THEME = "repo"
package-lock.json
@@ -20,24 +20,24 @@
      }
    },
    "node_modules/@babel/code-frame": {
      "version": "7.26.2",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
      "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
      "version": "7.27.1",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
      "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@babel/helper-validator-identifier": "^7.25.9",
        "@babel/helper-validator-identifier": "^7.27.1",
        "js-tokens": "^4.0.0",
        "picocolors": "^1.0.0"
        "picocolors": "^1.1.1"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-validator-identifier": {
      "version": "7.25.9",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
      "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
      "version": "7.27.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
      "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
      "dev": true,
      "license": "MIT",
      "engines": {
@@ -45,18 +45,18 @@
      }
    },
    "node_modules/@commitlint/cli": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.0.tgz",
      "integrity": "sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.1.tgz",
      "integrity": "sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/format": "^19.8.0",
        "@commitlint/lint": "^19.8.0",
        "@commitlint/load": "^19.8.0",
        "@commitlint/read": "^19.8.0",
        "@commitlint/types": "^19.8.0",
        "tinyexec": "^0.3.0",
        "@commitlint/format": "^19.8.1",
        "@commitlint/lint": "^19.8.1",
        "@commitlint/load": "^19.8.1",
        "@commitlint/read": "^19.8.1",
        "@commitlint/types": "^19.8.1",
        "tinyexec": "^1.0.0",
        "yargs": "^17.0.0"
      },
      "bin": {
@@ -67,13 +67,13 @@
      }
    },
    "node_modules/@commitlint/config-conventional": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz",
      "integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz",
      "integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/types": "^19.8.0",
        "@commitlint/types": "^19.8.1",
        "conventional-changelog-conventionalcommits": "^7.0.2"
      },
      "engines": {
@@ -81,13 +81,13 @@
      }
    },
    "node_modules/@commitlint/config-validator": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.0.tgz",
      "integrity": "sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.1.tgz",
      "integrity": "sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/types": "^19.8.0",
        "@commitlint/types": "^19.8.1",
        "ajv": "^8.11.0"
      },
      "engines": {
@@ -95,13 +95,13 @@
      }
    },
    "node_modules/@commitlint/ensure": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.0.tgz",
      "integrity": "sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.1.tgz",
      "integrity": "sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/types": "^19.8.0",
        "@commitlint/types": "^19.8.1",
        "lodash.camelcase": "^4.3.0",
        "lodash.kebabcase": "^4.1.1",
        "lodash.snakecase": "^4.1.1",
@@ -113,9 +113,9 @@
      }
    },
    "node_modules/@commitlint/execute-rule": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz",
      "integrity": "sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz",
      "integrity": "sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==",
      "dev": true,
      "license": "MIT",
      "engines": {
@@ -123,13 +123,13 @@
      }
    },
    "node_modules/@commitlint/format": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.0.tgz",
      "integrity": "sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.1.tgz",
      "integrity": "sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/types": "^19.8.0",
        "@commitlint/types": "^19.8.1",
        "chalk": "^5.3.0"
      },
      "engines": {
@@ -137,13 +137,13 @@
      }
    },
    "node_modules/@commitlint/is-ignored": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz",
      "integrity": "sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz",
      "integrity": "sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/types": "^19.8.0",
        "@commitlint/types": "^19.8.1",
        "semver": "^7.6.0"
      },
      "engines": {
@@ -151,32 +151,32 @@
      }
    },
    "node_modules/@commitlint/lint": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.0.tgz",
      "integrity": "sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.1.tgz",
      "integrity": "sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/is-ignored": "^19.8.0",
        "@commitlint/parse": "^19.8.0",
        "@commitlint/rules": "^19.8.0",
        "@commitlint/types": "^19.8.0"
        "@commitlint/is-ignored": "^19.8.1",
        "@commitlint/parse": "^19.8.1",
        "@commitlint/rules": "^19.8.1",
        "@commitlint/types": "^19.8.1"
      },
      "engines": {
        "node": ">=v18"
      }
    },
    "node_modules/@commitlint/load": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.0.tgz",
      "integrity": "sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.1.tgz",
      "integrity": "sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/config-validator": "^19.8.0",
        "@commitlint/execute-rule": "^19.8.0",
        "@commitlint/resolve-extends": "^19.8.0",
        "@commitlint/types": "^19.8.0",
        "@commitlint/config-validator": "^19.8.1",
        "@commitlint/execute-rule": "^19.8.1",
        "@commitlint/resolve-extends": "^19.8.1",
        "@commitlint/types": "^19.8.1",
        "chalk": "^5.3.0",
        "cosmiconfig": "^9.0.0",
        "cosmiconfig-typescript-loader": "^6.1.0",
@@ -189,9 +189,9 @@
      }
    },
    "node_modules/@commitlint/message": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.0.tgz",
      "integrity": "sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz",
      "integrity": "sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==",
      "dev": true,
      "license": "MIT",
      "engines": {
@@ -199,13 +199,13 @@
      }
    },
    "node_modules/@commitlint/parse": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.0.tgz",
      "integrity": "sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.1.tgz",
      "integrity": "sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/types": "^19.8.0",
        "@commitlint/types": "^19.8.1",
        "conventional-changelog-angular": "^7.0.0",
        "conventional-commits-parser": "^5.0.0"
      },
@@ -214,31 +214,31 @@
      }
    },
    "node_modules/@commitlint/read": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.0.tgz",
      "integrity": "sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.1.tgz",
      "integrity": "sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/top-level": "^19.8.0",
        "@commitlint/types": "^19.8.0",
        "@commitlint/top-level": "^19.8.1",
        "@commitlint/types": "^19.8.1",
        "git-raw-commits": "^4.0.0",
        "minimist": "^1.2.8",
        "tinyexec": "^0.3.0"
        "tinyexec": "^1.0.0"
      },
      "engines": {
        "node": ">=v18"
      }
    },
    "node_modules/@commitlint/resolve-extends": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz",
      "integrity": "sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz",
      "integrity": "sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/config-validator": "^19.8.0",
        "@commitlint/types": "^19.8.0",
        "@commitlint/config-validator": "^19.8.1",
        "@commitlint/types": "^19.8.1",
        "global-directory": "^4.0.1",
        "import-meta-resolve": "^4.0.0",
        "lodash.mergewith": "^4.6.2",
@@ -249,25 +249,25 @@
      }
    },
    "node_modules/@commitlint/rules": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.0.tgz",
      "integrity": "sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.1.tgz",
      "integrity": "sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@commitlint/ensure": "^19.8.0",
        "@commitlint/message": "^19.8.0",
        "@commitlint/to-lines": "^19.8.0",
        "@commitlint/types": "^19.8.0"
        "@commitlint/ensure": "^19.8.1",
        "@commitlint/message": "^19.8.1",
        "@commitlint/to-lines": "^19.8.1",
        "@commitlint/types": "^19.8.1"
      },
      "engines": {
        "node": ">=v18"
      }
    },
    "node_modules/@commitlint/to-lines": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.0.tgz",
      "integrity": "sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.1.tgz",
      "integrity": "sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==",
      "dev": true,
      "license": "MIT",
      "engines": {
@@ -275,9 +275,9 @@
      }
    },
    "node_modules/@commitlint/top-level": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.0.tgz",
      "integrity": "sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.1.tgz",
      "integrity": "sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -288,9 +288,9 @@
      }
    },
    "node_modules/@commitlint/types": {
      "version": "19.8.0",
      "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.0.tgz",
      "integrity": "sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==",
      "version": "19.8.1",
      "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
      "integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -319,9 +319,9 @@
      "license": "ISC"
    },
    "node_modules/@inquirer/figures": {
      "version": "1.0.11",
      "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz",
      "integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==",
      "version": "1.0.12",
      "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.12.tgz",
      "integrity": "sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==",
      "dev": true,
      "license": "MIT",
      "engines": {
@@ -629,13 +629,13 @@
      }
    },
    "node_modules/@types/node": {
      "version": "22.14.1",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz",
      "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==",
      "version": "24.0.3",
      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz",
      "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "undici-types": "~6.21.0"
        "undici-types": "~7.8.0"
      }
    },
    "node_modules/@types/normalize-package-data": {
@@ -964,9 +964,9 @@
      }
    },
    "node_modules/brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
      "version": "1.1.12",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
      "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -1639,9 +1639,9 @@
      }
    },
    "node_modules/debug": {
      "version": "4.4.0",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
      "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
      "version": "4.4.1",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
      "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -2126,9 +2126,9 @@
      }
    },
    "node_modules/git-semver-tags/node_modules/conventional-commits-parser": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.1.0.tgz",
      "integrity": "sha512-5nxDo7TwKB5InYBl4ZC//1g9GRwB/F3TXOGR9hgUjMGfvSP4Vu5NkpNro2+1+TIEy1vwxApl5ircECr2ri5JIw==",
      "version": "6.2.0",
      "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.2.0.tgz",
      "integrity": "sha512-uLnoLeIW4XaoFtH37qEcg/SXMJmKF4vi7V0H2rnPueg+VEtFGA/asSCNTcq4M/GQ6QmlzchAEtOoDTtKqWeHag==",
      "dev": true,
      "license": "MIT",
      "optional": true,
@@ -3213,9 +3213,9 @@
      "license": "ISC"
    },
    "node_modules/macos-release": {
      "version": "3.3.0",
      "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-3.3.0.tgz",
      "integrity": "sha512-tPJQ1HeyiU2vRruNGhZ+VleWuMQRro8iFtJxYgnS4NQe+EukKF6aGiIT+7flZhISAt2iaXBCfFGvAyif7/f8nQ==",
      "version": "3.4.0",
      "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-3.4.0.tgz",
      "integrity": "sha512-wpGPwyg/xrSp4H4Db4xYSeAr6+cFQGHfspHzDUdYxswDnUW0L5Ov63UuJiSr8NMSpyaChO4u1n0MXUvVPtrN6A==",
      "dev": true,
      "license": "MIT",
      "engines": {
@@ -4364,9 +4364,9 @@
      "license": "MIT"
    },
    "node_modules/semver": {
      "version": "7.7.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
      "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
      "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
      "dev": true,
      "license": "ISC",
      "bin": {
@@ -4472,9 +4472,9 @@
      }
    },
    "node_modules/socks": {
      "version": "2.8.4",
      "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz",
      "integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==",
      "version": "2.8.5",
      "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.5.tgz",
      "integrity": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -4691,9 +4691,9 @@
      "license": "MIT"
    },
    "node_modules/tinyexec": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
      "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
      "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
      "dev": true,
      "license": "MIT"
    },
@@ -4731,9 +4731,9 @@
      "license": "0BSD"
    },
    "node_modules/type-fest": {
      "version": "4.40.0",
      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
      "integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
      "version": "4.41.0",
      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
      "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
      "dev": true,
      "license": "(MIT OR CC0-1.0)",
      "engines": {
@@ -4790,9 +4790,9 @@
      }
    },
    "node_modules/undici-types": {
      "version": "6.21.0",
      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
      "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
      "version": "7.8.0",
      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
      "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
      "dev": true,
      "license": "MIT"
    },