From e8a2ca1479d965f32277abd61acff1e7ff393b7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:36:37 +0000 Subject: [PATCH] chore(deps): update typescript dependencies --- package.json | 6 +- packages/cli/package.json | 2 +- packages/client/package.json | 2 +- packages/common/package.json | 6 +- packages/types/package.json | 6 +- packages/web/package.json | 2 +- pnpm-lock.yaml | 381 +++++++++++++++++++---------------- 7 files changed, 222 insertions(+), 183 deletions(-) diff --git a/package.json b/package.json index da4f41577..a6e4cfffe 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "devDependencies": { "@changesets/cli": "2.26.1", "@types/node-fetch": "2.6.3", - "@typescript-eslint/eslint-plugin": "5.59.11", - "@typescript-eslint/parser": "5.59.11", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", "eslint": "8.39.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-import": "2.27.5", @@ -48,7 +48,7 @@ "rimraf": "5.0.0", "rxjs": "7.8.1", "tar": "6.1.14", - "typescript": "5.1.3" + "typescript": "5.5.4" }, "packageManager": "pnpm@8.4.0" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 9b7082b25..81580c4ce 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -59,7 +59,7 @@ "oclif": "3.9.0", "ts-jest": "29.1.0", "ts-node": "10.9.1", - "typescript": "5.1.3" + "typescript": "5.5.4" }, "engines": { "node": ">=8.0.0" diff --git a/packages/client/package.json b/packages/client/package.json index d5ea41b2c..c14ed3991 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -27,6 +27,6 @@ "jest": "29.5.0", "npm-run-all": "4.1.5", "ts-jest": "29.1.0", - "typescript": "5.1.3" + "typescript": "5.5.4" } } diff --git a/packages/common/package.json b/packages/common/package.json index 6b162d75a..ed2acaec4 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -47,9 +47,9 @@ "nock": "13.3.1", "npm-run-all": "4.1.5", "ts-jest": "29.1.0", - "typedoc": "0.24.8", - "typedoc-plugin-markdown": "3.15.3", - "typescript": "5.1.3" + "typedoc": "0.26.6", + "typedoc-plugin-markdown": "3.17.1", + "typescript": "5.5.4" }, "peerDependencies": { "@nestjs/common": "^9.0.0", diff --git a/packages/types/package.json b/packages/types/package.json index a57932010..bcaf5ca6e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -31,8 +31,8 @@ "@types/lodash": "4.14.194", "jest": "29.5.0", "ts-jest": "29.1.0", - "typedoc": "0.24.8", - "typedoc-plugin-markdown": "3.15.3", - "typescript": "5.1.3" + "typedoc": "0.26.6", + "typedoc-plugin-markdown": "3.17.1", + "typescript": "5.5.4" } } diff --git a/packages/web/package.json b/packages/web/package.json index 117eea01c..33a4fd910 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -51,7 +51,7 @@ "semver": "7.5.0", "supertest": "6.3.3", "ts-jest": "29.1.0", - "typescript": "5.1.3" + "typescript": "5.5.4" }, "dependencies": { "@apollo/server": "4.9.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e41b4162a..6d7261409 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,11 +11,11 @@ importers: specifier: 2.6.3 version: 2.6.3 '@typescript-eslint/eslint-plugin': - specifier: 5.59.11 - version: 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.39.0)(typescript@5.1.3) + specifier: 5.62.0 + version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.39.0)(typescript@5.5.4) '@typescript-eslint/parser': - specifier: 5.59.11 - version: 5.59.11(eslint@8.39.0)(typescript@5.1.3) + specifier: 5.62.0 + version: 5.62.0(eslint@8.39.0)(typescript@5.5.4) eslint: specifier: 8.39.0 version: 8.39.0 @@ -24,10 +24,10 @@ importers: version: 8.8.0(eslint@8.39.0) eslint-plugin-import: specifier: 2.27.5 - version: 2.27.5(@typescript-eslint/parser@5.59.11)(eslint@8.39.0) + version: 2.27.5(@typescript-eslint/parser@5.62.0)(eslint@8.39.0) eslint-plugin-jest: specifier: 27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.59.11)(eslint@8.39.0)(jest@29.5.0)(typescript@5.1.3) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.39.0)(jest@29.5.0)(typescript@5.5.4) eslint-plugin-prettier: specifier: 4.2.1 version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@2.8.8) @@ -68,8 +68,8 @@ importers: specifier: 6.1.14 version: 6.1.14 typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.5.4 + version: 5.5.4 packages/cli: dependencies: @@ -84,13 +84,13 @@ importers: version: 9.4.3(@nestjs/common@9.4.3)(@nestjs/platform-express@9.4.3)(reflect-metadata@0.1.13)(rxjs@7.8.1) '@oclif/core': specifier: 2.8.5 - version: 2.8.5(@types/node@18.16.4)(typescript@5.1.3) + version: 2.8.5(@types/node@18.16.4)(typescript@5.5.4) '@oclif/plugin-autocomplete': specifier: 2.1.9 - version: 2.1.9(@types/node@18.16.4)(typescript@5.1.3) + version: 2.1.9(@types/node@18.16.4)(typescript@5.5.4) '@oclif/plugin-help': specifier: 5.2.9 - version: 5.2.9(@types/node@18.16.4)(typescript@5.1.3) + version: 5.2.9(@types/node@18.16.4)(typescript@5.5.4) '@relate/common': specifier: workspace:* version: link:../common @@ -133,7 +133,7 @@ importers: devDependencies: '@oclif/test': specifier: 2.3.17 - version: 2.3.17(@types/node@18.16.4)(typescript@5.1.3) + version: 2.3.17(@types/node@18.16.4)(typescript@5.5.4) '@types/fs-extra': specifier: 9.0.13 version: 9.0.13 @@ -166,16 +166,16 @@ importers: version: 4.1.5 oclif: specifier: 3.9.0 - version: 3.9.0(@types/node@18.16.4)(mem-fs-editor@9.7.0)(mem-fs@2.3.0)(typescript@5.1.3) + version: 3.9.0(@types/node@18.16.4)(mem-fs-editor@9.7.0)(mem-fs@2.3.0)(typescript@5.5.4) ts-jest: specifier: 29.1.0 - version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.1.3) + version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.5.4) ts-node: specifier: 10.9.1 - version: 10.9.1(@types/node@18.16.4)(typescript@5.1.3) + version: 10.9.1(@types/node@18.16.4)(typescript@5.5.4) typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.5.4 + version: 5.5.4 packages/client: devDependencies: @@ -190,10 +190,10 @@ importers: version: 4.1.5 ts-jest: specifier: 29.1.0 - version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.1.3) + version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.5.4) typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.5.4 + version: 5.5.4 packages/common: dependencies: @@ -308,16 +308,16 @@ importers: version: 4.1.5 ts-jest: specifier: 29.1.0 - version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.1.3) + version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.5.4) typedoc: - specifier: 0.24.8 - version: 0.24.8(typescript@5.1.3) + specifier: 0.26.6 + version: 0.26.6(typescript@5.5.4) typedoc-plugin-markdown: - specifier: 3.15.3 - version: 3.15.3(typedoc@0.24.8) + specifier: 3.17.1 + version: 3.17.1(typedoc@0.26.6) typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.5.4 + version: 5.5.4 packages/types: dependencies: @@ -336,16 +336,16 @@ importers: version: 29.5.0(@types/node@18.16.4)(ts-node@10.9.1) ts-jest: specifier: 29.1.0 - version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.1.3) + version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.5.4) typedoc: - specifier: 0.24.8 - version: 0.24.8(typescript@5.1.3) + specifier: 0.26.6 + version: 0.26.6(typescript@5.5.4) typedoc-plugin-markdown: - specifier: 3.15.3 - version: 3.15.3(typedoc@0.24.8) + specifier: 3.17.1 + version: 3.17.1(typedoc@0.26.6) typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.5.4 + version: 5.5.4 packages/web: dependencies: @@ -493,10 +493,10 @@ importers: version: 6.3.3 ts-jest: specifier: 29.1.0 - version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.1.3) + version: 29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.5.4) typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.5.4 + version: 5.5.4 packages: @@ -2136,7 +2136,7 @@ packages: tslib: 2.5.0 dev: true - /@oclif/core@2.8.5(@types/node@18.16.4)(typescript@5.1.3): + /@oclif/core@2.8.5(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ==} engines: {node: '>=14.0.0'} dependencies: @@ -2164,7 +2164,7 @@ packages: strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.3.0 - ts-node: 10.9.1(@types/node@18.16.4)(typescript@5.1.3) + ts-node: 10.9.1(@types/node@18.16.4)(typescript@5.5.4) tslib: 2.5.0 widest-line: 3.1.0 wordwrap: 1.0.0 @@ -2175,11 +2175,11 @@ packages: - '@types/node' - typescript - /@oclif/plugin-autocomplete@2.1.9(@types/node@18.16.4)(typescript@5.1.3): + /@oclif/plugin-autocomplete@2.1.9(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-Fx3YTb1tZJUZXlWw41HOCTJnrE58Qiyta7PxKzqlCl7TxFPHst1lxIdNo+93Kqc3StWc6+zOEHnqNLHsu/+HrA==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.1.3) + '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.5.4) chalk: 4.1.2 debug: 4.3.4(supports-color@8.1.1) fs-extra: 9.1.0 @@ -2191,23 +2191,23 @@ packages: - typescript dev: false - /@oclif/plugin-help@5.2.9(@types/node@18.16.4)(typescript@5.1.3): + /@oclif/plugin-help@5.2.9(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-0J3oowPURZJ4Dn1p1WpQ46E4+CoV20KTn1cvsNiDl6Hmbw+qoljKQnArJJzNFeZQxWo4R7/S42PrzKJTVYh68Q==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.1.3) + '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.5.4) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - '@types/node' - typescript - /@oclif/plugin-not-found@2.3.23(@types/node@18.16.4)(typescript@5.1.3): + /@oclif/plugin-not-found@2.3.23(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-UZM8aolxXvqwH8WcmJxRNASDWgMoSQm/pgCdkc1AGCRevYc8+LBSO+U6nLWq+Dx8H/dn9RyIv5oiUIOGkKDlZA==} engines: {node: '>=12.0.0'} dependencies: '@oclif/color': 1.0.4 - '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.1.3) + '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.5.4) fast-levenshtein: 3.0.0 lodash: 4.17.21 transitivePeerDependencies: @@ -2217,11 +2217,11 @@ packages: - typescript dev: true - /@oclif/plugin-warn-if-update-available@2.0.36(@types/node@18.16.4)(typescript@5.1.3): + /@oclif/plugin-warn-if-update-available@2.0.36(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-mHWoEWFICw1Amqn8C7oURxOsR6sT2Hx+xNi30Jbsui5MrCIYYo369dhjl27VfaWlcLjVqpjMVzVFMn5zXjgzBw==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.1.3) + '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.5.4) chalk: 4.1.2 debug: 4.3.4(supports-color@8.1.1) fs-extra: 9.1.0 @@ -2236,11 +2236,11 @@ packages: - typescript dev: true - /@oclif/test@2.3.17(@types/node@18.16.4)(typescript@5.1.3): + /@oclif/test@2.3.17(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-Ph3Gg1n7Sz2JHsoLHNifzwbeDs8kKlBK+JcFikkoH7Fc+FoNXOsEBY6HTF0/8P3SeVK3H3MyBEvGNsGbeClhtg==} engines: {node: '>=12.0.0'} dependencies: - '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.1.3) + '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.5.4) fancy-test: 2.0.21 transitivePeerDependencies: - '@swc/core' @@ -2433,6 +2433,12 @@ packages: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false + /@shikijs/core@1.14.1: + resolution: {integrity: sha512-KyHIIpKNaT20FtFPFjCQB5WVSTpLR/n+jQXhWHWVUMm9MaOaG9BGOG0MSyt7yA4+Lm+4c9rTc03tt3nYzeYSfw==} + dependencies: + '@types/hast': 3.0.4 + dev: true + /@sinclair/typebox@0.25.24: resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==} dev: true @@ -2605,6 +2611,12 @@ packages: '@types/node': 18.16.4 dev: true + /@types/hast@3.0.4: + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + dependencies: + '@types/unist': 3.0.3 + dev: true + /@types/http-cache-semantics@4.0.1: resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==} @@ -2807,6 +2819,10 @@ packages: resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} dev: true + /@types/unist@3.0.3: + resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} + dev: true + /@types/uuid@9.0.1: resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==} dev: true @@ -2831,8 +2847,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.39.0)(typescript@5.1.3): - resolution: {integrity: sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==} + /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.39.0)(typescript@5.5.4): + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2843,24 +2859,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.11(eslint@8.39.0)(typescript@5.1.3) - '@typescript-eslint/scope-manager': 5.59.11 - '@typescript-eslint/type-utils': 5.59.11(eslint@8.39.0)(typescript@5.1.3) - '@typescript-eslint/utils': 5.59.11(eslint@8.39.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.39.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.39.0)(typescript@5.5.4) + '@typescript-eslint/utils': 5.62.0(eslint@8.39.0)(typescript@5.5.4) debug: 4.3.4(supports-color@8.1.1) eslint: 8.39.0 - grapheme-splitter: 1.0.4 + graphemer: 1.4.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.5.2 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + tsutils: 3.21.0(typescript@5.5.4) + typescript: 5.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.59.11(eslint@8.39.0)(typescript@5.1.3): - resolution: {integrity: sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==} + /@typescript-eslint/parser@5.62.0(eslint@8.39.0)(typescript@5.5.4): + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2869,24 +2885,16 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.11 - '@typescript-eslint/types': 5.59.11 - '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.1.3) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) debug: 4.3.4(supports-color@8.1.1) eslint: 8.39.0 - typescript: 5.1.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@5.59.11: - resolution: {integrity: sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.59.11 - '@typescript-eslint/visitor-keys': 5.59.11 - dev: true - /@typescript-eslint/scope-manager@5.59.2: resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2895,8 +2903,16 @@ packages: '@typescript-eslint/visitor-keys': 5.59.2 dev: true - /@typescript-eslint/type-utils@5.59.11(eslint@8.39.0)(typescript@5.1.3): - resolution: {integrity: sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==} + /@typescript-eslint/scope-manager@5.62.0: + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 + dev: true + + /@typescript-eslint/type-utils@5.62.0(eslint@8.39.0)(typescript@5.5.4): + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2905,28 +2921,28 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.1.3) - '@typescript-eslint/utils': 5.59.11(eslint@8.39.0)(typescript@5.1.3) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) + '@typescript-eslint/utils': 5.62.0(eslint@8.39.0)(typescript@5.5.4) debug: 4.3.4(supports-color@8.1.1) eslint: 8.39.0 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + tsutils: 3.21.0(typescript@5.5.4) + typescript: 5.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@5.59.11: - resolution: {integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==} + /@typescript-eslint/types@5.59.2: + resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types@5.59.2: - resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} + /@typescript-eslint/types@5.62.0: + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.59.11(typescript@5.1.3): - resolution: {integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==} + /@typescript-eslint/typescript-estree@5.59.2(typescript@5.5.4): + resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2934,20 +2950,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.11 - '@typescript-eslint/visitor-keys': 5.59.11 + '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/visitor-keys': 5.59.2 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.2 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + tsutils: 3.21.0(typescript@5.5.4) + typescript: 5.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@5.59.2(typescript@5.1.3): - resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4): + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2955,20 +2971,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/visitor-keys': 5.59.2 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.2 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + tsutils: 3.21.0(typescript@5.5.4) + typescript: 5.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.59.11(eslint@8.39.0)(typescript@5.1.3): - resolution: {integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==} + /@typescript-eslint/utils@5.59.2(eslint@8.39.0)(typescript@5.5.4): + resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2976,9 +2992,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.59.11 - '@typescript-eslint/types': 5.59.11 - '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.1.3) + '@typescript-eslint/scope-manager': 5.59.2 + '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.5.4) eslint: 8.39.0 eslint-scope: 5.1.1 semver: 7.5.2 @@ -2987,8 +3003,8 @@ packages: - typescript dev: true - /@typescript-eslint/utils@5.59.2(eslint@8.39.0)(typescript@5.1.3): - resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} + /@typescript-eslint/utils@5.62.0(eslint@8.39.0)(typescript@5.5.4): + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2996,9 +3012,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.1.3) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) eslint: 8.39.0 eslint-scope: 5.1.1 semver: 7.5.2 @@ -3007,19 +3023,19 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@5.59.11: - resolution: {integrity: sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==} + /@typescript-eslint/visitor-keys@5.59.2: + resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.11 + '@typescript-eslint/types': 5.59.2 eslint-visitor-keys: 3.4.0 dev: true - /@typescript-eslint/visitor-keys@5.59.2: - resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} + /@typescript-eslint/visitor-keys@5.62.0: + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.0 dev: true @@ -3211,10 +3227,6 @@ packages: engines: {node: '>=12'} dev: true - /ansi-sequence-parser@1.1.0: - resolution: {integrity: sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==} - dev: true - /ansi-styles@2.2.1: resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} @@ -4593,6 +4605,11 @@ packages: dependencies: ansi-colors: 4.1.3 + /entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + dev: true + /env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -4717,7 +4734,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.11)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -4738,7 +4755,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.59.11(eslint@8.39.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.39.0)(typescript@5.5.4) debug: 3.2.7(supports-color@5.5.0) eslint: 8.39.0 eslint-import-resolver-node: 0.3.7 @@ -4746,7 +4763,7 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.11)(eslint@8.39.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.62.0)(eslint@8.39.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -4756,7 +4773,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.59.11(eslint@8.39.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.39.0)(typescript@5.5.4) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -4764,7 +4781,7 @@ packages: doctrine: 2.1.0 eslint: 8.39.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.11)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0) has: 1.0.3 is-core-module: 2.12.0 is-glob: 4.0.3 @@ -4779,7 +4796,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.59.11)(eslint@8.39.0)(jest@29.5.0)(typescript@5.1.3): + /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.39.0)(jest@29.5.0)(typescript@5.5.4): resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4792,8 +4809,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.39.0)(typescript@5.1.3) - '@typescript-eslint/utils': 5.59.2(eslint@8.39.0)(typescript@5.1.3) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.39.0)(typescript@5.5.4) + '@typescript-eslint/utils': 5.59.2(eslint@8.39.0)(typescript@5.5.4) eslint: 8.39.0 jest: 29.5.0(@types/node@18.16.4)(ts-node@10.9.1) transitivePeerDependencies: @@ -5483,7 +5500,7 @@ packages: dependencies: foreground-child: 3.1.1 jackspeak: 2.2.0 - minimatch: 9.0.0 + minimatch: 9.0.5 minipass: 5.0.0 path-scurry: 1.7.0 dev: true @@ -5587,6 +5604,10 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true + /graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: true + /graphql-subscriptions@2.0.0(graphql@16.6.0): resolution: {integrity: sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==} peerDependencies: @@ -6424,7 +6445,7 @@ packages: pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@18.16.4)(typescript@5.1.3) + ts-node: 10.9.1(@types/node@18.16.4)(typescript@5.5.4) transitivePeerDependencies: - supports-color dev: true @@ -6807,10 +6828,6 @@ packages: hasBin: true dev: true - /jsonc-parser@3.2.0: - resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} - dev: true - /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: @@ -6940,6 +6957,12 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true + /linkify-it@5.0.0: + resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + dependencies: + uc.micro: 2.1.0 + dev: true + /lint-staged@13.2.2: resolution: {integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==} engines: {node: ^14.13.1 || >=16.0.0} @@ -7205,10 +7228,20 @@ packages: engines: {node: '>=8'} dev: true - /marked@4.3.0: - resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} - engines: {node: '>= 12'} + /markdown-it@14.1.0: + resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true + dependencies: + argparse: 2.0.1 + entities: 4.5.0 + linkify-it: 5.0.0 + mdurl: 2.0.0 + punycode.js: 2.3.1 + uc.micro: 2.1.0 + dev: true + + /mdurl@2.0.0: + resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} dev: true /media-typer@0.3.0: @@ -7357,8 +7390,8 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch@9.0.0: - resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==} + /minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 @@ -7865,15 +7898,15 @@ packages: es-abstract: 1.21.2 dev: true - /oclif@3.9.0(@types/node@18.16.4)(mem-fs-editor@9.7.0)(mem-fs@2.3.0)(typescript@5.1.3): + /oclif@3.9.0(@types/node@18.16.4)(mem-fs-editor@9.7.0)(mem-fs@2.3.0)(typescript@5.5.4): resolution: {integrity: sha512-fsFyHVQYJdE50EcKrBjwzl2WT5sZUtTiRY1vqMwykgLFUDYrQS0lj7yqy2IgcPSmAWaLQryODdfBujCWOU98Ww==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.1.3) - '@oclif/plugin-help': 5.2.9(@types/node@18.16.4)(typescript@5.1.3) - '@oclif/plugin-not-found': 2.3.23(@types/node@18.16.4)(typescript@5.1.3) - '@oclif/plugin-warn-if-update-available': 2.0.36(@types/node@18.16.4)(typescript@5.1.3) + '@oclif/core': 2.8.5(@types/node@18.16.4)(typescript@5.5.4) + '@oclif/plugin-help': 5.2.9(@types/node@18.16.4)(typescript@5.5.4) + '@oclif/plugin-not-found': 2.3.23(@types/node@18.16.4)(typescript@5.5.4) + '@oclif/plugin-warn-if-update-available': 2.0.36(@types/node@18.16.4)(typescript@5.5.4) aws-sdk: 2.1371.0 concurrently: 7.6.0 debug: 4.3.4(supports-color@8.1.1) @@ -8405,6 +8438,11 @@ packages: end-of-stream: 1.4.4 once: 1.4.0 + /punycode.js@2.3.1: + resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} + engines: {node: '>=6'} + dev: true + /punycode@1.3.2: resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} dev: true @@ -8918,13 +8956,11 @@ packages: rechoir: 0.6.2 dev: true - /shiki@0.14.2: - resolution: {integrity: sha512-ltSZlSLOuSY0M0Y75KA+ieRaZ0Trf5Wl3gutE7jzLuIcWxLp5i/uEnLoQWNvgKXQ5OMpGkJnVMRLAuzjc0LJ2A==} + /shiki@1.14.1: + resolution: {integrity: sha512-FujAN40NEejeXdzPt+3sZ3F2dx1U24BY2XTY01+MG8mbxCiA2XukXdcbyMyLAHJ/1AUUnQd1tZlvIjefWWEJeA==} dependencies: - ansi-sequence-parser: 1.1.0 - jsonc-parser: 3.2.0 - vscode-oniguruma: 1.7.0 - vscode-textmate: 8.0.0 + '@shikijs/core': 1.14.1 + '@types/hast': 3.0.4 dev: true /side-channel@1.0.4: @@ -9605,7 +9641,7 @@ packages: dev: false optional: true - /ts-jest@29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.1.3): + /ts-jest@29.1.0(@babel/core@7.21.8)(jest@29.5.0)(typescript@5.5.4): resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -9635,11 +9671,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.5.2 - typescript: 5.1.3 + typescript: 5.5.4 yargs-parser: 21.1.1 dev: true - /ts-node@10.9.1(@types/node@18.16.4)(typescript@5.1.3): + /ts-node@10.9.1(@types/node@18.16.4)(typescript@5.5.4): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -9665,7 +9701,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.1.3 + typescript: 5.5.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -9692,14 +9728,14 @@ packages: /tslib@2.5.3: resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} - /tsutils@3.21.0(typescript@5.1.3): + /tsutils@3.21.0(typescript@5.5.4): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.1.3 + typescript: 5.5.4 dev: true /tty-table@4.2.1: @@ -9776,34 +9812,39 @@ packages: /typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - /typedoc-plugin-markdown@3.15.3(typedoc@0.24.8): - resolution: {integrity: sha512-idntFYu3vfaY3eaD+w9DeRd0PmNGqGuNLKihPU9poxFGnATJYGn9dPtEhn2QrTdishFMg7jPXAhos+2T6YCWRQ==} + /typedoc-plugin-markdown@3.17.1(typedoc@0.26.6): + resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} peerDependencies: typedoc: '>=0.24.0' dependencies: handlebars: 4.7.7 - typedoc: 0.24.8(typescript@5.1.3) + typedoc: 0.26.6(typescript@5.5.4) dev: true - /typedoc@0.24.8(typescript@5.1.3): - resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==} - engines: {node: '>= 14.14'} + /typedoc@0.26.6(typescript@5.5.4): + resolution: {integrity: sha512-SfEU3SH3wHNaxhFPjaZE2kNl/NFtLNW5c1oHsg7mti7GjmUj1Roq6osBQeMd+F4kL0BoRBBr8gQAuqBlfFu8LA==} + engines: {node: '>= 18'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x dependencies: lunr: 2.3.9 - marked: 4.3.0 - minimatch: 9.0.0 - shiki: 0.14.2 - typescript: 5.1.3 + markdown-it: 14.1.0 + minimatch: 9.0.5 + shiki: 1.14.1 + typescript: 5.5.4 + yaml: 2.5.0 dev: true - /typescript@5.1.3: - resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==} + /typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true + /uc.micro@2.1.0: + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + dev: true + /uglify-js@3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} engines: {node: '>=0.8.0'} @@ -10010,14 +10051,6 @@ packages: replace-ext: 1.0.1 dev: true - /vscode-oniguruma@1.7.0: - resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} - dev: true - - /vscode-textmate@8.0.0: - resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} - dev: true - /walk-up-path@1.0.0: resolution: {integrity: sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==} dev: true @@ -10252,6 +10285,12 @@ packages: engines: {node: '>= 14'} dev: true + /yaml@2.5.0: + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + engines: {node: '>= 14'} + hasBin: true + dev: true + /yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'}