diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e16da111..f5b6464f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,7 +23,7 @@ importers: devDependencies: '@microsoft/api-documenter': specifier: ^7.22.21 - version: 7.26.1(@types/node@22.10.2) + version: 7.26.3(@types/node@22.10.2) '@microsoft/api-extractor': specifier: ^7.36.0 version: 7.48.0(@types/node@22.10.2) @@ -302,13 +302,16 @@ packages: resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} hasBin: true - '@microsoft/api-documenter@7.26.1': - resolution: {integrity: sha512-flh7iPXsA3hzn03iXQYLiq7dvhTiBagGjmf7lvTNGABjWAKJez7ABI5T7+1jzbXjF3Luy1LFzugecXz9tMBavw==} + '@microsoft/api-documenter@7.26.3': + resolution: {integrity: sha512-98ltzhUxFsEKJov4DQxSwZulu8Wb4DApp+ULE9x8JZqG5qdeSukZCSO9kAlLsL/24f6m42MQbgWcCCHuB1LrbQ==} hasBin: true '@microsoft/api-extractor-model@7.30.0': resolution: {integrity: sha512-26/LJZBrsWDKAkOWRiQbdVgcfd1F3nyJnAiJzsAgpouPk7LtOIj7PK9aJtBaw/pUXrkotEg27RrT+Jm/q0bbug==} + '@microsoft/api-extractor-model@7.30.1': + resolution: {integrity: sha512-CTS2PlASJHxVY8hqHORVb1HdECWOEMcMnM6/kDkPr0RZapAFSIHhg9D4jxuE8g+OWYHtPc10LCpmde5pylTRlA==} + '@microsoft/api-extractor@7.48.0': resolution: {integrity: sha512-FMFgPjoilMUWeZXqYRlJ3gCVRhB7WU/HN88n8OLqEsmsG4zBdX/KQdtJfhq95LQTQ++zfu0Em1LLb73NqRCLYQ==} hasBin: true @@ -347,6 +350,14 @@ packages: '@types/node': optional: true + '@rushstack/node-core-library@5.10.1': + resolution: {integrity: sha512-BSb/KcyBHmUQwINrgtzo6jiH0HlGFmrUy33vO6unmceuVKTEyL2q+P0fQq2oB5hvXVWOEUhxB2QvlkZluvUEmg==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + '@rushstack/rig-package@0.5.3': resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} @@ -358,9 +369,20 @@ packages: '@types/node': optional: true + '@rushstack/terminal@0.14.4': + resolution: {integrity: sha512-NxACqERW0PHq8Rpq1V6v5iTHEwkRGxenjEW+VWqRYQ8T9puUzgmGHmEZUaUEDHAe9Qyvp0/Ew04sAiQw9XjhJg==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + '@rushstack/ts-command-line@4.23.1': resolution: {integrity: sha512-40jTmYoiu/xlIpkkRsVfENtBq4CW3R4azbL0Vmda+fMwHWqss6wwf/Cy/UJmMqIzpfYc2OTnjYP1ZLD3CmyeCA==} + '@rushstack/ts-command-line@4.23.2': + resolution: {integrity: sha512-JJ7XZX5K3ThBBva38aomgsPv1L7FV6XmSOcR6HtM7HDFZJkepqT65imw26h9ggGqMjsY0R9jcl30tzKcVj9aOQ==} + '@sindresorhus/merge-streams@2.3.0': resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} @@ -1784,13 +1806,13 @@ snapshots: - encoding - supports-color - '@microsoft/api-documenter@7.26.1(@types/node@22.10.2)': + '@microsoft/api-documenter@7.26.3(@types/node@22.10.2)': dependencies: - '@microsoft/api-extractor-model': 7.30.0(@types/node@22.10.2) + '@microsoft/api-extractor-model': 7.30.1(@types/node@22.10.2) '@microsoft/tsdoc': 0.15.1 - '@rushstack/node-core-library': 5.10.0(@types/node@22.10.2) - '@rushstack/terminal': 0.14.3(@types/node@22.10.2) - '@rushstack/ts-command-line': 4.23.1(@types/node@22.10.2) + '@rushstack/node-core-library': 5.10.1(@types/node@22.10.2) + '@rushstack/terminal': 0.14.4(@types/node@22.10.2) + '@rushstack/ts-command-line': 4.23.2(@types/node@22.10.2) js-yaml: 3.13.1 resolve: 1.22.2 transitivePeerDependencies: @@ -1804,6 +1826,14 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@microsoft/api-extractor-model@7.30.1(@types/node@22.10.2)': + dependencies: + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.10.1(@types/node@22.10.2) + transitivePeerDependencies: + - '@types/node' + '@microsoft/api-extractor@7.48.0(@types/node@22.10.2)': dependencies: '@microsoft/api-extractor-model': 7.30.0(@types/node@22.10.2) @@ -1864,6 +1894,19 @@ snapshots: optionalDependencies: '@types/node': 22.10.2 + '@rushstack/node-core-library@5.10.1(@types/node@22.10.2)': + dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.2 + semver: 7.5.4 + optionalDependencies: + '@types/node': 22.10.2 + '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.2 @@ -1876,6 +1919,13 @@ snapshots: optionalDependencies: '@types/node': 22.10.2 + '@rushstack/terminal@0.14.4(@types/node@22.10.2)': + dependencies: + '@rushstack/node-core-library': 5.10.1(@types/node@22.10.2) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 22.10.2 + '@rushstack/ts-command-line@4.23.1(@types/node@22.10.2)': dependencies: '@rushstack/terminal': 0.14.3(@types/node@22.10.2) @@ -1885,6 +1935,15 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@rushstack/ts-command-line@4.23.2(@types/node@22.10.2)': + dependencies: + '@rushstack/terminal': 0.14.4(@types/node@22.10.2) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' + '@sindresorhus/merge-streams@2.3.0': {} '@types/argparse@1.0.38': {}