From 6b489081a1ed4d258731d0a0e719c14f9ff8fdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 07:46:57 +0000 Subject: [PATCH] chore(deps): bump the npm-deps group across 1 directory with 5 updates Bumps the npm-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.82.0` | `0.89.0` | | [@google/genai](https://github.com/googleapis/js-genai) | `1.50.0` | `1.50.1` | | [koffi](https://github.com/Koromix/koffi) | `2.15.6` | `2.16.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.0` | | [@xterm/headless](https://github.com/xtermjs/xterm.js) | `5.5.0` | `6.0.0` | Updates `@anthropic-ai/sdk` from 0.82.0 to 0.89.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.82.0...sdk-v0.89.0) Updates `@google/genai` from 1.50.0 to 1.50.1 - [Release notes](https://github.com/googleapis/js-genai/releases) - [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/js-genai/compare/v1.50.0...v1.50.1) Updates `koffi` from 2.15.6 to 2.16.0 - [Commits](https://github.com/Koromix/koffi/commits) Updates `esbuild` from 0.27.7 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.7...v0.28.0) Updates `@xterm/headless` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/5.5.0...6.0.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.89.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: "@google/genai" dependency-version: 1.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: koffi dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: "@xterm/headless" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-deps ... Signed-off-by: dependabot[bot] --- pkg/@eserstack/ai/package.json | 4 +- pkg/@eserstack/ajan/package.json | 2 +- pkg/@eserstack/cli/package.json | 2 +- pkg/@eserstack/laroux-server/package.json | 2 +- pkg/@eserstack/shell/package.json | 2 +- pnpm-lock.yaml | 2319 +++++++++------------ 6 files changed, 983 insertions(+), 1348 deletions(-) diff --git a/pkg/@eserstack/ai/package.json b/pkg/@eserstack/ai/package.json index bc5bebe5..6bd935dc 100644 --- a/pkg/@eserstack/ai/package.json +++ b/pkg/@eserstack/ai/package.json @@ -21,8 +21,8 @@ "devDependencies": { "@std/assert": "npm:@jsr/std__assert@^1.0.16", "@std/testing": "npm:@jsr/std__testing@^1.0.16", - "@anthropic-ai/sdk": "^0.82.0", + "@anthropic-ai/sdk": "^0.89.0", "openai": "^6.33.0", - "@google/genai": "^1.47.0" + "@google/genai": "^1.50.1" } } diff --git a/pkg/@eserstack/ajan/package.json b/pkg/@eserstack/ajan/package.json index b90b71d5..ef80698d 100644 --- a/pkg/@eserstack/ajan/package.json +++ b/pkg/@eserstack/ajan/package.json @@ -8,7 +8,7 @@ "./wasm": "./wasm/mod.ts" }, "dependencies": { - "koffi": "^2.15.0" + "koffi": "^2.16.0" }, "optionalDependencies": { "@eserstack/ajan-darwin-arm64": "4.1.56", diff --git a/pkg/@eserstack/cli/package.json b/pkg/@eserstack/cli/package.json index b26daf5c..704562f5 100644 --- a/pkg/@eserstack/cli/package.json +++ b/pkg/@eserstack/cli/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@std/assert": "npm:@jsr/std__assert@^1.0.16", - "esbuild": "^0.27.3" + "esbuild": "^0.28.0" }, "optionalDependencies": { "@eserstack/ajan-darwin-arm64": "^4.1.47", diff --git a/pkg/@eserstack/laroux-server/package.json b/pkg/@eserstack/laroux-server/package.json index f0966344..80f49550 100644 --- a/pkg/@eserstack/laroux-server/package.json +++ b/pkg/@eserstack/laroux-server/package.json @@ -30,6 +30,6 @@ }, "devDependencies": { "@std/assert": "npm:@jsr/std__assert@^1.0.16", - "esbuild": "^0.27.3" + "esbuild": "^0.28.0" } } diff --git a/pkg/@eserstack/shell/package.json b/pkg/@eserstack/shell/package.json index ecf16337..27b9b2b0 100644 --- a/pkg/@eserstack/shell/package.json +++ b/pkg/@eserstack/shell/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@eserstack/standards": "workspace:*", - "@xterm/headless": "^5.5.0" + "@xterm/headless": "^6.0.0" }, "devDependencies": { "@std/assert": "npm:@jsr/std__assert@^1.0.16", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc2d551a..9ea51778 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,42 +1,43 @@ -lockfileVersion: "9.0" +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: + .: {} pkg/@eserstack/ai: dependencies: - "@eserstack/httpclient": + '@eserstack/httpclient': specifier: workspace:* version: link:../httpclient - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@eserstack/streams": + '@eserstack/streams': specifier: workspace:* version: link:../streams devDependencies: - "@anthropic-ai/sdk": - specifier: ^0.82.0 - version: 0.82.0 - "@google/genai": - specifier: ^1.47.0 - version: 1.50.0 - "@std/assert": + '@anthropic-ai/sdk': + specifier: ^0.89.0 + version: 0.89.0 + '@google/genai': + specifier: ^1.50.1 + version: 1.50.1 + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' openai: specifier: ^6.33.0 version: 6.34.0(ws@8.20.0) @@ -44,154 +45,154 @@ importers: pkg/@eserstack/ajan: dependencies: koffi: - specifier: ^2.15.0 - version: 2.15.6 + specifier: ^2.16.0 + version: 2.16.0 optionalDependencies: - "@eserstack/ajan-darwin-arm64": + '@eserstack/ajan-darwin-arm64': specifier: 4.1.56 version: 4.1.56 - "@eserstack/ajan-darwin-x64": + '@eserstack/ajan-darwin-x64': specifier: 4.1.56 version: 4.1.56 - "@eserstack/ajan-wasm": + '@eserstack/ajan-wasm': specifier: 4.1.56 version: 4.1.56 pkg/@eserstack/app-runtime: dependencies: - "@std/semver": + '@std/semver': specifier: npm:@jsr/std__semver@^1.0.7 - version: "@jsr/std__semver@1.0.8" + version: '@jsr/std__semver@1.0.8' pkg/@eserstack/bundler: dependencies: - "@eserstack/crypto": + '@eserstack/crypto': specifier: workspace:* version: link:../crypto - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@std/encoding": + '@std/encoding': specifier: npm:@jsr/std__encoding@^1.0.10 - version: "@jsr/std__encoding@1.0.10" - "@std/fmt": + version: '@jsr/std__encoding@1.0.10' + '@std/fmt': specifier: npm:@jsr/std__fmt@^1.0.8 - version: "@jsr/std__fmt@1.0.9" - "@std/fs": + version: '@jsr/std__fmt@1.0.9' + '@std/fs': specifier: npm:@jsr/std__fs@^1.0.21 - version: "@jsr/std__fs@1.0.23" + version: '@jsr/std__fs@1.0.23' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/cache: dependencies: - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/cli: dependencies: - "@eserstack/ai": + '@eserstack/ai': specifier: workspace:* version: link:../ai - "@eserstack/codebase": + '@eserstack/codebase': specifier: workspace:* version: link:../codebase - "@eserstack/functions": + '@eserstack/functions': specifier: workspace:* version: link:../functions - "@eserstack/kit": + '@eserstack/kit': specifier: workspace:* version: link:../kit - "@eserstack/laroux-server": + '@eserstack/laroux-server': specifier: workspace:* version: link:../laroux-server - "@eserstack/logging": + '@eserstack/logging': specifier: workspace:* version: link:../logging - "@eserstack/noskills": + '@eserstack/noskills': specifier: workspace:* version: link:../noskills - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@eserstack/workflows": + '@eserstack/workflows': specifier: workspace:* version: link:../workflows - "@std/cli": + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" - "@std/fmt": + version: '@jsr/std__cli@1.0.28' + '@std/fmt': specifier: npm:@jsr/std__fmt@^1.0.8 - version: "@jsr/std__fmt@1.0.9" + version: '@jsr/std__fmt@1.0.9' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' esbuild: - specifier: ^0.27.3 - version: 0.27.7 + specifier: ^0.28.0 + version: 0.28.0 optionalDependencies: - "@eserstack/ajan-darwin-arm64": + '@eserstack/ajan-darwin-arm64': specifier: ^4.1.47 version: 4.1.56 - "@eserstack/ajan-darwin-x64": + '@eserstack/ajan-darwin-x64': specifier: ^4.1.47 version: 4.1.56 - "@eserstack/ajan-wasm": + '@eserstack/ajan-wasm': specifier: ^4.1.47 version: 4.1.56 pkg/@eserstack/codebase: dependencies: - "@eserstack/ai": + '@eserstack/ai': specifier: workspace:* version: link:../ai - "@eserstack/config": + '@eserstack/config': specifier: workspace:* version: link:../config - "@eserstack/fp": + '@eserstack/fp': specifier: workspace:* version: link:../fp - "@eserstack/functions": + '@eserstack/functions': specifier: workspace:* version: link:../functions - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@std/cli": + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" - "@std/fmt": + version: '@jsr/std__cli@1.0.28' + '@std/fmt': specifier: npm:@jsr/std__fmt@^1.0.8 - version: "@jsr/std__fmt@1.0.9" - "@std/fs": + version: '@jsr/std__fmt@1.0.9' + '@std/fs': specifier: npm:@jsr/std__fs@^1.0.21 - version: "@jsr/std__fs@1.0.23" - "@std/path": + version: '@jsr/std__fs@1.0.23' + '@std/path': specifier: npm:@jsr/std__path@^1.1.4 - version: "@jsr/std__path@1.1.4" - "@std/semver": + version: '@jsr/std__path@1.1.4' + '@std/semver': specifier: npm:@jsr/std__semver@^1.0.7 - version: "@jsr/std__semver@1.0.8" - "@std/tar": + version: '@jsr/std__semver@1.0.8' + '@std/tar': specifier: npm:@jsr/std__tar@^0.1.9 - version: "@jsr/std__tar@0.1.10" + version: '@jsr/std__tar@0.1.10' octokit: specifier: ^5.0.5 version: 5.0.5 @@ -199,165 +200,165 @@ importers: specifier: ^2 version: 2.8.3 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/collector: dependencies: - "@std/fs": + '@std/fs': specifier: npm:@jsr/std__fs@^1.0.21 - version: "@jsr/std__fs@1.0.23" - "@std/path": + version: '@jsr/std__fs@1.0.23' + '@std/path': specifier: npm:@jsr/std__path@^1.1.4 - version: "@jsr/std__path@1.1.4" + version: '@jsr/std__path@1.1.4' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/config: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@std/collections": + '@std/collections': specifier: npm:@jsr/std__collections@^1.1.3 - version: "@jsr/std__collections@1.1.6" - "@std/dotenv": + version: '@jsr/std__collections@1.1.6' + '@std/dotenv': specifier: npm:@jsr/std__dotenv@^0.225.6 - version: "@jsr/std__dotenv@0.225.6" - "@std/fs": + version: '@jsr/std__dotenv@0.225.6' + '@std/fs': specifier: npm:@jsr/std__fs@^1.0.21 - version: "@jsr/std__fs@1.0.23" - "@std/jsonc": + version: '@jsr/std__fs@1.0.23' + '@std/jsonc': specifier: npm:@jsr/std__jsonc@^1.0.2 - version: "@jsr/std__jsonc@1.0.2" - "@std/toml": + version: '@jsr/std__jsonc@1.0.2' + '@std/toml': specifier: npm:@jsr/std__toml@^1.0.11 - version: "@jsr/std__toml@1.0.11" + version: '@jsr/std__toml@1.0.11' yaml: specifier: ^2 version: 2.8.3 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/crypto: dependencies: - "@std/encoding": + '@std/encoding': specifier: npm:@jsr/std__encoding@^1.0.10 - version: "@jsr/std__encoding@1.0.10" + version: '@jsr/std__encoding@1.0.10' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/cs: dependencies: - "@std/cli": + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" - "@std/fs": + version: '@jsr/std__cli@1.0.28' + '@std/fs': specifier: npm:@jsr/std__fs@^1.0.21 - version: "@jsr/std__fs@1.0.23" - "@std/path": + version: '@jsr/std__fs@1.0.23' + '@std/path': specifier: npm:@jsr/std__path@^1.1.4 - version: "@jsr/std__path@1.1.4" + version: '@jsr/std__path@1.1.4' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/di: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/events: devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/formats: dependencies: - "@std/csv": + '@std/csv': specifier: npm:@jsr/std__csv@^1.0.6 - version: "@jsr/std__csv@1.0.6" - "@std/toml": + version: '@jsr/std__csv@1.0.6' + '@std/toml': specifier: npm:@jsr/std__toml@^1.0.11 - version: "@jsr/std__toml@1.0.11" + version: '@jsr/std__toml@1.0.11' yaml: specifier: ^2 version: 2.8.3 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/fp: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/functions: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/http: devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/httpclient: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/jsx-runtime: dependencies: @@ -365,68 +366,68 @@ importers: specifier: ^19.2.3 version: 19.2.5 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@types/react": + version: '@jsr/std__assert@1.0.19' + '@types/react': specifier: ^19.2.7 version: 19.2.14 pkg/@eserstack/kit: dependencies: - "@eserstack/functions": + '@eserstack/functions': specifier: workspace:* version: link:../functions - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@eserstack/streams": + '@eserstack/streams': specifier: workspace:* version: link:../streams - "@std/cli": + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" + version: '@jsr/std__cli@1.0.28' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/laroux: dependencies: - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards pkg/@eserstack/laroux-bundler: dependencies: - "@eserstack/bundler": + '@eserstack/bundler': specifier: workspace:* version: link:../bundler - "@eserstack/crypto": + '@eserstack/crypto': specifier: workspace:* version: link:../crypto - "@eserstack/laroux": + '@eserstack/laroux': specifier: workspace:* version: link:../laroux - "@eserstack/logging": + '@eserstack/logging': specifier: workspace:* version: link:../logging - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@std/fs": + '@std/fs': specifier: npm:@jsr/std__fs@^1.0.21 - version: "@jsr/std__fs@1.0.23" - "@std/ulid": + version: '@jsr/std__fs@1.0.23' + '@std/ulid': specifier: npm:@jsr/std__ulid@^1.0.0 - version: "@jsr/std__ulid@1.0.0" - "@tailwindcss/oxide": + version: '@jsr/std__ulid@1.0.0' + '@tailwindcss/oxide': specifier: ^4.1.18 version: 4.2.2 lightningcss: @@ -436,31 +437,31 @@ importers: specifier: ^4.1.18 version: 4.2.2 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/laroux-react: dependencies: - "@eserstack/functions": + '@eserstack/functions': specifier: workspace:* version: link:../functions - "@eserstack/laroux": + '@eserstack/laroux': specifier: workspace:* version: link:../laroux - "@eserstack/laroux-bundler": + '@eserstack/laroux-bundler': specifier: workspace:* version: link:../laroux-bundler - "@eserstack/logging": + '@eserstack/logging': specifier: workspace:* version: link:../logging - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@eserstack/streams": + '@eserstack/streams': specifier: workspace:* version: link:../streams react: @@ -470,63 +471,63 @@ importers: specifier: ^19.2.3 version: 19.2.5(react@19.2.5) devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/laroux-runtime: dependencies: - "@eserstack/app-runtime": + '@eserstack/app-runtime': specifier: workspace:* version: link:../app-runtime - "@eserstack/config": + '@eserstack/config': specifier: workspace:* version: link:../config - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards pkg/@eserstack/laroux-server: dependencies: - "@eserstack/codebase": + '@eserstack/codebase': specifier: workspace:* version: link:../codebase - "@eserstack/http": + '@eserstack/http': specifier: workspace:* version: link:../http - "@eserstack/kit": + '@eserstack/kit': specifier: workspace:* version: link:../kit - "@eserstack/laroux": + '@eserstack/laroux': specifier: workspace:* version: link:../laroux - "@eserstack/laroux-bundler": + '@eserstack/laroux-bundler': specifier: workspace:* version: link:../laroux-bundler - "@eserstack/laroux-react": + '@eserstack/laroux-react': specifier: workspace:* version: link:../laroux-react - "@eserstack/logging": + '@eserstack/logging': specifier: workspace:* version: link:../logging - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@eserstack/streams": + '@eserstack/streams': specifier: workspace:* version: link:../streams - "@std/cli": + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" - "@std/media-types": + version: '@jsr/std__cli@1.0.28' + '@std/media-types': specifier: npm:@jsr/std__media-types@^1.1.0 - version: "@jsr/std__media-types@1.1.0" + version: '@jsr/std__media-types@1.1.0' react: specifier: ^19.2.3 version: 19.2.5 @@ -534,177 +535,176 @@ importers: specifier: ^19.2.3 version: 19.2.5(react@19.2.5) devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' esbuild: - specifier: ^0.27.3 - version: 0.27.7 + specifier: ^0.28.0 + version: 0.28.0 pkg/@eserstack/logging: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@opentelemetry/api": + '@opentelemetry/api': specifier: ^1.9.0 version: 1.9.1 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/noskills: dependencies: - "@eserstack/ai": + '@eserstack/ai': specifier: workspace:* version: link:../ai - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@eserstack/streams": + '@eserstack/streams': specifier: workspace:* version: link:../streams yaml: specifier: ^2 version: 2.8.3 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/noskills-web: dependencies: - "@eserstack/noskills": + '@eserstack/noskills': specifier: workspace:* version: link:../noskills - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/parsing: devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/posts: dependencies: - "@eserstack/functions": + '@eserstack/functions': specifier: workspace:* version: link:../functions - "@eserstack/httpclient": + '@eserstack/httpclient': specifier: workspace:* version: link:../httpclient - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives pkg/@eserstack/primitives: devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/shell: dependencies: - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@xterm/headless": - specifier: ^5.5.0 - version: 5.5.0 + '@xterm/headless': + specifier: ^6.0.0 + version: 6.0.0 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/cli": + version: '@jsr/std__assert@1.0.19' + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" - "@std/testing": + version: '@jsr/std__cli@1.0.28' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.9 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/standards: dependencies: - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@std/path": + '@std/path': specifier: npm:@jsr/std__path@^1.1.4 - version: "@jsr/std__path@1.1.4" - "@std/semver": + version: '@jsr/std__path@1.1.4' + '@std/semver': specifier: npm:@jsr/std__semver@^1.0.7 - version: "@jsr/std__semver@1.0.8" + version: '@jsr/std__semver@1.0.8' devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/streams: devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" - "@std/testing": + version: '@jsr/std__assert@1.0.19' + '@std/testing': specifier: npm:@jsr/std__testing@^1.0.16 - version: "@jsr/std__testing@1.0.17" + version: '@jsr/std__testing@1.0.17' pkg/@eserstack/testing: devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' pkg/@eserstack/workflows: dependencies: - "@eserstack/config": + '@eserstack/config': specifier: workspace:* version: link:../config - "@eserstack/primitives": + '@eserstack/primitives': specifier: workspace:* version: link:../primitives - "@eserstack/shell": + '@eserstack/shell': specifier: workspace:* version: link:../shell - "@eserstack/standards": + '@eserstack/standards': specifier: workspace:* version: link:../standards - "@std/cli": + '@std/cli': specifier: npm:@jsr/std__cli@^1.0.25 - version: "@jsr/std__cli@1.0.28" + version: '@jsr/std__cli@1.0.28' yaml: specifier: ^2 version: 2.8.3 devDependencies: - "@std/assert": + '@std/assert': specifier: npm:@jsr/std__assert@^1.0.16 - version: "@jsr/std__assert@1.0.19" + version: '@jsr/std__assert@1.0.19' packages: - "@anthropic-ai/sdk@0.82.0": - resolution: { - integrity: sha512-xdHTjL1GlUlDugHq/I47qdOKp/ROPvuHl7ROJCgUQigbvPu7asf9KcAcU1EqdrP2LuVhEKaTs7Z+ShpZDRzHdQ==, - } + + '@anthropic-ai/sdk@0.89.0': + resolution: {integrity: sha512-nyGau0zex62EpU91hsHa0zod973YEoiMgzWZ9hC55WdiOLrE4AGpcg4wXI7lFqtvMLqMcLfewQU9sHgQB6psow==} hasBin: true peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -712,1017 +712,683 @@ packages: zod: optional: true - "@babel/runtime@7.29.2": - resolution: { - integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==, - } - engines: { node: ">=6.9.0" } - - "@esbuild/aix-ppc64@0.27.7": - resolution: { - integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==, - } - engines: { node: ">=18" } + '@babel/runtime@7.29.2': + resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} + engines: {node: '>=6.9.0'} + + '@esbuild/aix-ppc64@0.28.0': + resolution: {integrity: sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==} + engines: {node: '>=18'} cpu: [ppc64] os: [aix] - "@esbuild/android-arm64@0.27.7": - resolution: { - integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==, - } - engines: { node: ">=18" } + '@esbuild/android-arm64@0.28.0': + resolution: {integrity: sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==} + engines: {node: '>=18'} cpu: [arm64] os: [android] - "@esbuild/android-arm@0.27.7": - resolution: { - integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==, - } - engines: { node: ">=18" } + '@esbuild/android-arm@0.28.0': + resolution: {integrity: sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==} + engines: {node: '>=18'} cpu: [arm] os: [android] - "@esbuild/android-x64@0.27.7": - resolution: { - integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==, - } - engines: { node: ">=18" } + '@esbuild/android-x64@0.28.0': + resolution: {integrity: sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==} + engines: {node: '>=18'} cpu: [x64] os: [android] - "@esbuild/darwin-arm64@0.27.7": - resolution: { - integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==, - } - engines: { node: ">=18" } + '@esbuild/darwin-arm64@0.28.0': + resolution: {integrity: sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==} + engines: {node: '>=18'} cpu: [arm64] os: [darwin] - "@esbuild/darwin-x64@0.27.7": - resolution: { - integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==, - } - engines: { node: ">=18" } + '@esbuild/darwin-x64@0.28.0': + resolution: {integrity: sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==} + engines: {node: '>=18'} cpu: [x64] os: [darwin] - "@esbuild/freebsd-arm64@0.27.7": - resolution: { - integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==, - } - engines: { node: ">=18" } + '@esbuild/freebsd-arm64@0.28.0': + resolution: {integrity: sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==} + engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - "@esbuild/freebsd-x64@0.27.7": - resolution: { - integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==, - } - engines: { node: ">=18" } + '@esbuild/freebsd-x64@0.28.0': + resolution: {integrity: sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==} + engines: {node: '>=18'} cpu: [x64] os: [freebsd] - "@esbuild/linux-arm64@0.27.7": - resolution: { - integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==, - } - engines: { node: ">=18" } + '@esbuild/linux-arm64@0.28.0': + resolution: {integrity: sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==} + engines: {node: '>=18'} cpu: [arm64] os: [linux] - "@esbuild/linux-arm@0.27.7": - resolution: { - integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==, - } - engines: { node: ">=18" } + '@esbuild/linux-arm@0.28.0': + resolution: {integrity: sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==} + engines: {node: '>=18'} cpu: [arm] os: [linux] - "@esbuild/linux-ia32@0.27.7": - resolution: { - integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==, - } - engines: { node: ">=18" } + '@esbuild/linux-ia32@0.28.0': + resolution: {integrity: sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==} + engines: {node: '>=18'} cpu: [ia32] os: [linux] - "@esbuild/linux-loong64@0.27.7": - resolution: { - integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==, - } - engines: { node: ">=18" } + '@esbuild/linux-loong64@0.28.0': + resolution: {integrity: sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==} + engines: {node: '>=18'} cpu: [loong64] os: [linux] - "@esbuild/linux-mips64el@0.27.7": - resolution: { - integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==, - } - engines: { node: ">=18" } + '@esbuild/linux-mips64el@0.28.0': + resolution: {integrity: sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==} + engines: {node: '>=18'} cpu: [mips64el] os: [linux] - "@esbuild/linux-ppc64@0.27.7": - resolution: { - integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==, - } - engines: { node: ">=18" } + '@esbuild/linux-ppc64@0.28.0': + resolution: {integrity: sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==} + engines: {node: '>=18'} cpu: [ppc64] os: [linux] - "@esbuild/linux-riscv64@0.27.7": - resolution: { - integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==, - } - engines: { node: ">=18" } + '@esbuild/linux-riscv64@0.28.0': + resolution: {integrity: sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==} + engines: {node: '>=18'} cpu: [riscv64] os: [linux] - "@esbuild/linux-s390x@0.27.7": - resolution: { - integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==, - } - engines: { node: ">=18" } + '@esbuild/linux-s390x@0.28.0': + resolution: {integrity: sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==} + engines: {node: '>=18'} cpu: [s390x] os: [linux] - "@esbuild/linux-x64@0.27.7": - resolution: { - integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==, - } - engines: { node: ">=18" } + '@esbuild/linux-x64@0.28.0': + resolution: {integrity: sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==} + engines: {node: '>=18'} cpu: [x64] os: [linux] - "@esbuild/netbsd-arm64@0.27.7": - resolution: { - integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==, - } - engines: { node: ">=18" } + '@esbuild/netbsd-arm64@0.28.0': + resolution: {integrity: sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==} + engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - "@esbuild/netbsd-x64@0.27.7": - resolution: { - integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==, - } - engines: { node: ">=18" } + '@esbuild/netbsd-x64@0.28.0': + resolution: {integrity: sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==} + engines: {node: '>=18'} cpu: [x64] os: [netbsd] - "@esbuild/openbsd-arm64@0.27.7": - resolution: { - integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==, - } - engines: { node: ">=18" } + '@esbuild/openbsd-arm64@0.28.0': + resolution: {integrity: sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==} + engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - "@esbuild/openbsd-x64@0.27.7": - resolution: { - integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==, - } - engines: { node: ">=18" } + '@esbuild/openbsd-x64@0.28.0': + resolution: {integrity: sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==} + engines: {node: '>=18'} cpu: [x64] os: [openbsd] - "@esbuild/openharmony-arm64@0.27.7": - resolution: { - integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==, - } - engines: { node: ">=18" } + '@esbuild/openharmony-arm64@0.28.0': + resolution: {integrity: sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==} + engines: {node: '>=18'} cpu: [arm64] os: [openharmony] - "@esbuild/sunos-x64@0.27.7": - resolution: { - integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==, - } - engines: { node: ">=18" } + '@esbuild/sunos-x64@0.28.0': + resolution: {integrity: sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==} + engines: {node: '>=18'} cpu: [x64] os: [sunos] - "@esbuild/win32-arm64@0.27.7": - resolution: { - integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==, - } - engines: { node: ">=18" } + '@esbuild/win32-arm64@0.28.0': + resolution: {integrity: sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==} + engines: {node: '>=18'} cpu: [arm64] os: [win32] - "@esbuild/win32-ia32@0.27.7": - resolution: { - integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==, - } - engines: { node: ">=18" } + '@esbuild/win32-ia32@0.28.0': + resolution: {integrity: sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==} + engines: {node: '>=18'} cpu: [ia32] os: [win32] - "@esbuild/win32-x64@0.27.7": - resolution: { - integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==, - } - engines: { node: ">=18" } + '@esbuild/win32-x64@0.28.0': + resolution: {integrity: sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==} + engines: {node: '>=18'} cpu: [x64] os: [win32] - "@eserstack/ajan-darwin-arm64@4.1.56": - resolution: { - integrity: sha512-5KN0quaZsCYna8ddAsC3eGMHBBrPN9PWher4fzLKTdCFSlnTNEvarD20HWpMtiemlB1LNMf0Ti8bZDD2MUj/8Q==, - } + '@eserstack/ajan-darwin-arm64@4.1.56': + resolution: {integrity: sha512-5KN0quaZsCYna8ddAsC3eGMHBBrPN9PWher4fzLKTdCFSlnTNEvarD20HWpMtiemlB1LNMf0Ti8bZDD2MUj/8Q==} cpu: [arm64] os: [darwin] - "@eserstack/ajan-darwin-x64@4.1.56": - resolution: { - integrity: sha512-N9icl8L0MR+1M+pkAkwYYOIlpMU0E8SLc1a9c6a10i3aVFQrL7VGMGB0aJrppGEYggNJfJVA1P7eEjBdnpb+Xg==, - } + '@eserstack/ajan-darwin-x64@4.1.56': + resolution: {integrity: sha512-N9icl8L0MR+1M+pkAkwYYOIlpMU0E8SLc1a9c6a10i3aVFQrL7VGMGB0aJrppGEYggNJfJVA1P7eEjBdnpb+Xg==} cpu: [x64] os: [darwin] - "@eserstack/ajan-wasm@4.1.56": - resolution: { - integrity: sha512-1yannRSP5zx8EXqz12M0M6I5lg9IXqtYcLfe7jUB+mcMTjY90rAGZgKWVjwwoAov2J0E/CjDTdLsBzLixLf5Pw==, - } + '@eserstack/ajan-wasm@4.1.56': + resolution: {integrity: sha512-1yannRSP5zx8EXqz12M0M6I5lg9IXqtYcLfe7jUB+mcMTjY90rAGZgKWVjwwoAov2J0E/CjDTdLsBzLixLf5Pw==} - "@google/genai@1.50.0": - resolution: { - integrity: sha512-oHv7JfdI6SLUitERptYoHqpn4Y2wWyPOBfWtpw8kfKTqqEiMJpUC6SEtiQPogb55Ip8fymj4bxGnGBTVV/Z9Ew==, - } - engines: { node: ">=20.0.0" } + '@google/genai@1.50.1': + resolution: {integrity: sha512-YbkX7H9+1Pt8wOt7DDREy8XSoiL6fRDzZQRyaVBarFf8MR3zHGqVdvM4cLbDXqPhxqvegZShgfxb8kw9C7YhAQ==} + engines: {node: '>=20.0.0'} peerDependencies: - "@modelcontextprotocol/sdk": ^1.25.2 + '@modelcontextprotocol/sdk': ^1.25.2 peerDependenciesMeta: - "@modelcontextprotocol/sdk": + '@modelcontextprotocol/sdk': optional: true - "@jsr/std__assert@1.0.19": - resolution: { - integrity: sha512-pEj6RPkGbqlgRmyKwATp4cUs6+ijxtdrv3bq8v1d2I2CEcMEyPaO8cVKro61wGRDH4cNg8Zx6haztvK/9m7gkA==, - tarball: https://npm.jsr.io/~/11/@jsr/std__assert/1.0.19.tgz, - } - - "@jsr/std__async@1.2.0": - resolution: { - integrity: sha512-/vlTKrVwDp9iBCi1BUlz4ghyvHNkzGHdvhdHTdPKGJoklBcwnRjm4yC0n+oB97LtRRFpruWmBobABZHD/t/SkQ==, - tarball: https://npm.jsr.io/~/11/@jsr/std__async/1.2.0.tgz, - } - - "@jsr/std__bytes@1.0.6": - resolution: { - integrity: sha512-St6yKggjFGhxS52IFLJWvkchRFbAKg2Xh8UxA4S1EGz7GJ2Ui+ssDDldj/w2c8vCxvl6qgR0HaYbKeFJNqujmA==, - tarball: https://npm.jsr.io/~/11/@jsr/std__bytes/1.0.6.tgz, - } - - "@jsr/std__cli@1.0.28": - resolution: { - integrity: sha512-PCLSj0MeBw3nAm0qiYACCqz0qWLEmWNbKUbcf7MX9PYZyDbhKiv7FI34vuHFrNGJ8QZeQ5mSiHuSkG210o4L6g==, - tarball: https://npm.jsr.io/~/11/@jsr/std__cli/1.0.28.tgz, - } - - "@jsr/std__collections@1.1.6": - resolution: { - integrity: sha512-hmuIU7r/xepXLXIBiK9gmq1BnSalyySnfdJ1mqvT39hU2g4Pz0DJDx6z1CMWVGbUQhpxBHuVQH9diqwMoN6/pw==, - tarball: https://npm.jsr.io/~/11/@jsr/std__collections/1.1.6.tgz, - } - - "@jsr/std__csv@1.0.6": - resolution: { - integrity: sha512-9n/SZzjolPQ907gUPksQU3EFURwRl4GA9V6MylA8hpSkpxhcj6J98zDpn9EmDqgE2A4L9MnlUvFhRpeWl+Y/ZQ==, - tarball: https://npm.jsr.io/~/11/@jsr/std__csv/1.0.6.tgz, - } - - "@jsr/std__data-structures@1.0.10": - resolution: { - integrity: sha512-NUlT54X5Ob7AUvl0nVdeOcXPdrKbg1TnaZnh72rhNIvaWprTT1jriFL+UilSAFtImo2OMEVajuudBFWoGre1pg==, - tarball: https://npm.jsr.io/~/11/@jsr/std__data-structures/1.0.10.tgz, - } - - "@jsr/std__dotenv@0.225.6": - resolution: { - integrity: sha512-rqh5RrHccbyzmP4v1/vqUyYy4dqopjTRgW8bJqk2ZXTKBbvpmMjPxJ+xy+YAk6XnEvtPCPAgqbFhHWcomjnX+w==, - tarball: https://npm.jsr.io/~/11/@jsr/std__dotenv/0.225.6.tgz, - } - - "@jsr/std__encoding@1.0.10": - resolution: { - integrity: sha512-WK2njnDTyKefroRNk2Ooq7GStp6Y0ccAvr4To+Z/zecRAGe7+OSvH9DbiaHpAKwEi2KQbmpWMOYsdNt+TsdmSw==, - tarball: https://npm.jsr.io/~/11/@jsr/std__encoding/1.0.10.tgz, - } - - "@jsr/std__fmt@1.0.9": - resolution: { - integrity: sha512-YFJJMozmORj2K91c5J9opWeh0VUwrd+Mwb7Pr0FkVCAKVLu2UhT4LyvJqWiyUT+eF+MdfqQ9F7RtQj4bXn9Smw==, - tarball: https://npm.jsr.io/~/11/@jsr/std__fmt/1.0.9.tgz, - } - - "@jsr/std__fs@1.0.23": - resolution: { - integrity: sha512-e8jspB3M44E5YhWiLCTqibBBTwVmxQaHN06WvFa/elAKm5E/LfAe8Hj5XGNC8P7a0MIPASlNJsnF1bgO/g+aqg==, - tarball: https://npm.jsr.io/~/11/@jsr/std__fs/1.0.23.tgz, - } - - "@jsr/std__internal@1.0.12": - resolution: { - integrity: sha512-6xReMW9p+paJgqoFRpOE2nogJFvzPfaLHLIlyADYjKMUcwDyjKZxryIbgcU+gxiTygn8yCjld1HoI0ET4/iZeA==, - tarball: https://npm.jsr.io/~/11/@jsr/std__internal/1.0.12.tgz, - } - - "@jsr/std__json@1.0.3": - resolution: { - integrity: sha512-hxHx1j4Wd4une+SHlpsSchKIPwtmP4naETNaQYqqY2iBawZPkcR7oiZBFwKcdhzjUWqMw5wV6ryZSI4d4YNzbQ==, - tarball: https://npm.jsr.io/~/11/@jsr/std__json/1.0.3.tgz, - } - - "@jsr/std__jsonc@1.0.2": - resolution: { - integrity: sha512-Lva9lY0UPvvgmS8INUHU8Tqijq2SPfdlnSAvofOYUBiB6ALPxo0rTMznRlY5Wt30nMW+rhMTha1x5RGpMBKUoQ==, - tarball: https://npm.jsr.io/~/11/@jsr/std__jsonc/1.0.2.tgz, - } - - "@jsr/std__media-types@1.1.0": - resolution: { - integrity: sha512-dHvaxHL7ENWnltgL653uo3KnKFse3ZbopZop2gqsT7yrscx7irZEClu5Cba7gMPPRk4Lg1FbriNcaBViM2RSBw==, - tarball: https://npm.jsr.io/~/11/@jsr/std__media-types/1.1.0.tgz, - } - - "@jsr/std__path@1.1.4": - resolution: { - integrity: sha512-SK4u9H6NVTfolhPdlvdYXfNFefy1W04AEHWJydryYbk+xqzNiVmr5o7TLJLJFqwHXuwMRhwrn+mcYeUfS0YFaA==, - tarball: https://npm.jsr.io/~/11/@jsr/std__path/1.1.4.tgz, - } - - "@jsr/std__semver@1.0.8": - resolution: { - integrity: sha512-YhkykPU2Majz66e+rQbP0okYc7kKv+U32aguLPCXZZAL+vEVmBA+khHjPHhLBpWR073gzU3WHqGRgB7a/aXCjg==, - tarball: https://npm.jsr.io/~/11/@jsr/std__semver/1.0.8.tgz, - } - - "@jsr/std__streams@1.0.17": - resolution: { - integrity: sha512-LnPlWk20mDIV5/nqoUomAB8umOimfGEyWRApxLgekXFuqKGDsGpUAi58amieVU2XAGNclmUOtQOcQ/qOl3PNFg==, - tarball: https://npm.jsr.io/~/11/@jsr/std__streams/1.0.17.tgz, - } - - "@jsr/std__tar@0.1.10": - resolution: { - integrity: sha512-ikXNVN4gBptpqTctaF0j1El/vhxv1WVw4pMC+3TAFugCDFBe2OtG3DqeDFMkWMHvJ/JGITdk/B9O5bM0bxFdeA==, - tarball: https://npm.jsr.io/~/11/@jsr/std__tar/0.1.10.tgz, - } - - "@jsr/std__testing@1.0.17": - resolution: { - integrity: sha512-szX1c5vuBvEo4LKLhaPCPZ4X7LO4nqGYwEhKnWwuPbqG0wnCRUY0IVZ4X191EZNgu+4qciYeQap1O4QCooulow==, - tarball: https://npm.jsr.io/~/11/@jsr/std__testing/1.0.17.tgz, - } - - "@jsr/std__toml@1.0.11": - resolution: { - integrity: sha512-+LZAizoPAPwMDmRZr86/xPrbO8E0Oq0BJ70mr1fNMobJ/6X6v15Jk16ZClFGukWgzBMd8ggiMWnzp24+N3VNZg==, - tarball: https://npm.jsr.io/~/11/@jsr/std__toml/1.0.11.tgz, - } - - "@jsr/std__ulid@1.0.0": - resolution: { - integrity: sha512-RvVolUwRoFtoSuYZROBmhCYEIuI4xsxeHjGGbJQZVDCBnDBJwfm16vOJyE1Va9+BnTl1iW7o1nCloBI+EQAWVg==, - tarball: https://npm.jsr.io/~/11/@jsr/std__ulid/1.0.0.tgz, - } - - "@octokit/app@16.1.2": - resolution: { - integrity: sha512-8j7sEpUYVj18dxvh0KWj6W/l6uAiVRBl1JBDVRqH1VHKAO/G5eRVl4yEoYACjakWers1DjUkcCHyJNQK47JqyQ==, - } - engines: { node: ">= 20" } - - "@octokit/auth-app@8.2.0": - resolution: { - integrity: sha512-vVjdtQQwomrZ4V46B9LaCsxsySxGoHsyw6IYBov/TqJVROrlYdyNgw5q6tQbB7KZt53v1l1W53RiqTvpzL907g==, - } - engines: { node: ">= 20" } - - "@octokit/auth-oauth-app@9.0.3": - resolution: { - integrity: sha512-+yoFQquaF8OxJSxTb7rnytBIC2ZLbLqA/yb71I4ZXT9+Slw4TziV9j/kyGhUFRRTF2+7WlnIWsePZCWHs+OGjg==, - } - engines: { node: ">= 20" } - - "@octokit/auth-oauth-device@8.0.3": - resolution: { - integrity: sha512-zh2W0mKKMh/VWZhSqlaCzY7qFyrgd9oTWmTmHaXnHNeQRCZr/CXy2jCgHo4e4dJVTiuxP5dLa0YM5p5QVhJHbw==, - } - engines: { node: ">= 20" } - - "@octokit/auth-oauth-user@6.0.2": - resolution: { - integrity: sha512-qLoPPc6E6GJoz3XeDG/pnDhJpTkODTGG4kY0/Py154i/I003O9NazkrwJwRuzgCalhzyIeWQ+6MDvkUmKXjg/A==, - } - engines: { node: ">= 20" } - - "@octokit/auth-token@6.0.0": - resolution: { - integrity: sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==, - } - engines: { node: ">= 20" } - - "@octokit/auth-unauthenticated@7.0.3": - resolution: { - integrity: sha512-8Jb1mtUdmBHL7lGmop9mU9ArMRUTRhg8vp0T1VtZ4yd9vEm3zcLwmjQkhNEduKawOOORie61xhtYIhTDN+ZQ3g==, - } - engines: { node: ">= 20" } - - "@octokit/core@7.0.6": - resolution: { - integrity: sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==, - } - engines: { node: ">= 20" } - - "@octokit/endpoint@11.0.3": - resolution: { - integrity: sha512-FWFlNxghg4HrXkD3ifYbS/IdL/mDHjh9QcsNyhQjN8dplUoZbejsdpmuqdA76nxj2xoWPs7p8uX2SNr9rYu0Ag==, - } - engines: { node: ">= 20" } - - "@octokit/graphql@9.0.3": - resolution: { - integrity: sha512-grAEuupr/C1rALFnXTv6ZQhFuL1D8G5y8CN04RgrO4FIPMrtm+mcZzFG7dcBm+nq+1ppNixu+Jd78aeJOYxlGA==, - } - engines: { node: ">= 20" } - - "@octokit/oauth-app@8.0.3": - resolution: { - integrity: sha512-jnAjvTsPepyUaMu9e69hYBuozEPgYqP4Z3UnpmvoIzHDpf8EXDGvTY1l1jK0RsZ194oRd+k6Hm13oRU8EoDFwg==, - } - engines: { node: ">= 20" } - - "@octokit/oauth-authorization-url@8.0.0": - resolution: { - integrity: sha512-7QoLPRh/ssEA/HuHBHdVdSgF8xNLz/Bc5m9fZkArJE5bb6NmVkDm3anKxXPmN1zh6b5WKZPRr3697xKT/yM3qQ==, - } - engines: { node: ">= 20" } - - "@octokit/oauth-methods@6.0.2": - resolution: { - integrity: sha512-HiNOO3MqLxlt5Da5bZbLV8Zarnphi4y9XehrbaFMkcoJ+FL7sMxH/UlUsCVxpddVu4qvNDrBdaTVE2o4ITK8ng==, - } - engines: { node: ">= 20" } - - "@octokit/openapi-types@27.0.0": - resolution: { - integrity: sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==, - } - - "@octokit/openapi-webhooks-types@12.1.0": - resolution: { - integrity: sha512-WiuzhOsiOvb7W3Pvmhf8d2C6qaLHXrWiLBP4nJ/4kydu+wpagV5Fkz9RfQwV2afYzv3PB+3xYgp4mAdNGjDprA==, - } - - "@octokit/plugin-paginate-graphql@6.0.0": - resolution: { - integrity: sha512-crfpnIoFiBtRkvPqOyLOsw12XsveYuY2ieP6uYDosoUegBJpSVxGwut9sxUgFFcll3VTOTqpUf8yGd8x1OmAkQ==, - } - engines: { node: ">= 20" } + '@jsr/std__assert@1.0.19': + resolution: {integrity: sha512-pEj6RPkGbqlgRmyKwATp4cUs6+ijxtdrv3bq8v1d2I2CEcMEyPaO8cVKro61wGRDH4cNg8Zx6haztvK/9m7gkA==, tarball: https://npm.jsr.io/~/11/@jsr/std__assert/1.0.19.tgz} + + '@jsr/std__async@1.2.0': + resolution: {integrity: sha512-/vlTKrVwDp9iBCi1BUlz4ghyvHNkzGHdvhdHTdPKGJoklBcwnRjm4yC0n+oB97LtRRFpruWmBobABZHD/t/SkQ==, tarball: https://npm.jsr.io/~/11/@jsr/std__async/1.2.0.tgz} + + '@jsr/std__bytes@1.0.6': + resolution: {integrity: sha512-St6yKggjFGhxS52IFLJWvkchRFbAKg2Xh8UxA4S1EGz7GJ2Ui+ssDDldj/w2c8vCxvl6qgR0HaYbKeFJNqujmA==, tarball: https://npm.jsr.io/~/11/@jsr/std__bytes/1.0.6.tgz} + + '@jsr/std__cli@1.0.28': + resolution: {integrity: sha512-PCLSj0MeBw3nAm0qiYACCqz0qWLEmWNbKUbcf7MX9PYZyDbhKiv7FI34vuHFrNGJ8QZeQ5mSiHuSkG210o4L6g==, tarball: https://npm.jsr.io/~/11/@jsr/std__cli/1.0.28.tgz} + + '@jsr/std__collections@1.1.6': + resolution: {integrity: sha512-hmuIU7r/xepXLXIBiK9gmq1BnSalyySnfdJ1mqvT39hU2g4Pz0DJDx6z1CMWVGbUQhpxBHuVQH9diqwMoN6/pw==, tarball: https://npm.jsr.io/~/11/@jsr/std__collections/1.1.6.tgz} + + '@jsr/std__csv@1.0.6': + resolution: {integrity: sha512-9n/SZzjolPQ907gUPksQU3EFURwRl4GA9V6MylA8hpSkpxhcj6J98zDpn9EmDqgE2A4L9MnlUvFhRpeWl+Y/ZQ==, tarball: https://npm.jsr.io/~/11/@jsr/std__csv/1.0.6.tgz} + + '@jsr/std__data-structures@1.0.10': + resolution: {integrity: sha512-NUlT54X5Ob7AUvl0nVdeOcXPdrKbg1TnaZnh72rhNIvaWprTT1jriFL+UilSAFtImo2OMEVajuudBFWoGre1pg==, tarball: https://npm.jsr.io/~/11/@jsr/std__data-structures/1.0.10.tgz} + + '@jsr/std__dotenv@0.225.6': + resolution: {integrity: sha512-rqh5RrHccbyzmP4v1/vqUyYy4dqopjTRgW8bJqk2ZXTKBbvpmMjPxJ+xy+YAk6XnEvtPCPAgqbFhHWcomjnX+w==, tarball: https://npm.jsr.io/~/11/@jsr/std__dotenv/0.225.6.tgz} + + '@jsr/std__encoding@1.0.10': + resolution: {integrity: sha512-WK2njnDTyKefroRNk2Ooq7GStp6Y0ccAvr4To+Z/zecRAGe7+OSvH9DbiaHpAKwEi2KQbmpWMOYsdNt+TsdmSw==, tarball: https://npm.jsr.io/~/11/@jsr/std__encoding/1.0.10.tgz} + + '@jsr/std__fmt@1.0.9': + resolution: {integrity: sha512-YFJJMozmORj2K91c5J9opWeh0VUwrd+Mwb7Pr0FkVCAKVLu2UhT4LyvJqWiyUT+eF+MdfqQ9F7RtQj4bXn9Smw==, tarball: https://npm.jsr.io/~/11/@jsr/std__fmt/1.0.9.tgz} + + '@jsr/std__fs@1.0.23': + resolution: {integrity: sha512-e8jspB3M44E5YhWiLCTqibBBTwVmxQaHN06WvFa/elAKm5E/LfAe8Hj5XGNC8P7a0MIPASlNJsnF1bgO/g+aqg==, tarball: https://npm.jsr.io/~/11/@jsr/std__fs/1.0.23.tgz} + + '@jsr/std__internal@1.0.12': + resolution: {integrity: sha512-6xReMW9p+paJgqoFRpOE2nogJFvzPfaLHLIlyADYjKMUcwDyjKZxryIbgcU+gxiTygn8yCjld1HoI0ET4/iZeA==, tarball: https://npm.jsr.io/~/11/@jsr/std__internal/1.0.12.tgz} + + '@jsr/std__json@1.0.3': + resolution: {integrity: sha512-hxHx1j4Wd4une+SHlpsSchKIPwtmP4naETNaQYqqY2iBawZPkcR7oiZBFwKcdhzjUWqMw5wV6ryZSI4d4YNzbQ==, tarball: https://npm.jsr.io/~/11/@jsr/std__json/1.0.3.tgz} + + '@jsr/std__jsonc@1.0.2': + resolution: {integrity: sha512-Lva9lY0UPvvgmS8INUHU8Tqijq2SPfdlnSAvofOYUBiB6ALPxo0rTMznRlY5Wt30nMW+rhMTha1x5RGpMBKUoQ==, tarball: https://npm.jsr.io/~/11/@jsr/std__jsonc/1.0.2.tgz} + + '@jsr/std__media-types@1.1.0': + resolution: {integrity: sha512-dHvaxHL7ENWnltgL653uo3KnKFse3ZbopZop2gqsT7yrscx7irZEClu5Cba7gMPPRk4Lg1FbriNcaBViM2RSBw==, tarball: https://npm.jsr.io/~/11/@jsr/std__media-types/1.1.0.tgz} + + '@jsr/std__path@1.1.4': + resolution: {integrity: sha512-SK4u9H6NVTfolhPdlvdYXfNFefy1W04AEHWJydryYbk+xqzNiVmr5o7TLJLJFqwHXuwMRhwrn+mcYeUfS0YFaA==, tarball: https://npm.jsr.io/~/11/@jsr/std__path/1.1.4.tgz} + + '@jsr/std__semver@1.0.8': + resolution: {integrity: sha512-YhkykPU2Majz66e+rQbP0okYc7kKv+U32aguLPCXZZAL+vEVmBA+khHjPHhLBpWR073gzU3WHqGRgB7a/aXCjg==, tarball: https://npm.jsr.io/~/11/@jsr/std__semver/1.0.8.tgz} + + '@jsr/std__streams@1.0.17': + resolution: {integrity: sha512-LnPlWk20mDIV5/nqoUomAB8umOimfGEyWRApxLgekXFuqKGDsGpUAi58amieVU2XAGNclmUOtQOcQ/qOl3PNFg==, tarball: https://npm.jsr.io/~/11/@jsr/std__streams/1.0.17.tgz} + + '@jsr/std__tar@0.1.10': + resolution: {integrity: sha512-ikXNVN4gBptpqTctaF0j1El/vhxv1WVw4pMC+3TAFugCDFBe2OtG3DqeDFMkWMHvJ/JGITdk/B9O5bM0bxFdeA==, tarball: https://npm.jsr.io/~/11/@jsr/std__tar/0.1.10.tgz} + + '@jsr/std__testing@1.0.17': + resolution: {integrity: sha512-szX1c5vuBvEo4LKLhaPCPZ4X7LO4nqGYwEhKnWwuPbqG0wnCRUY0IVZ4X191EZNgu+4qciYeQap1O4QCooulow==, tarball: https://npm.jsr.io/~/11/@jsr/std__testing/1.0.17.tgz} + + '@jsr/std__toml@1.0.11': + resolution: {integrity: sha512-+LZAizoPAPwMDmRZr86/xPrbO8E0Oq0BJ70mr1fNMobJ/6X6v15Jk16ZClFGukWgzBMd8ggiMWnzp24+N3VNZg==, tarball: https://npm.jsr.io/~/11/@jsr/std__toml/1.0.11.tgz} + + '@jsr/std__ulid@1.0.0': + resolution: {integrity: sha512-RvVolUwRoFtoSuYZROBmhCYEIuI4xsxeHjGGbJQZVDCBnDBJwfm16vOJyE1Va9+BnTl1iW7o1nCloBI+EQAWVg==, tarball: https://npm.jsr.io/~/11/@jsr/std__ulid/1.0.0.tgz} + + '@octokit/app@16.1.2': + resolution: {integrity: sha512-8j7sEpUYVj18dxvh0KWj6W/l6uAiVRBl1JBDVRqH1VHKAO/G5eRVl4yEoYACjakWers1DjUkcCHyJNQK47JqyQ==} + engines: {node: '>= 20'} + + '@octokit/auth-app@8.2.0': + resolution: {integrity: sha512-vVjdtQQwomrZ4V46B9LaCsxsySxGoHsyw6IYBov/TqJVROrlYdyNgw5q6tQbB7KZt53v1l1W53RiqTvpzL907g==} + engines: {node: '>= 20'} + + '@octokit/auth-oauth-app@9.0.3': + resolution: {integrity: sha512-+yoFQquaF8OxJSxTb7rnytBIC2ZLbLqA/yb71I4ZXT9+Slw4TziV9j/kyGhUFRRTF2+7WlnIWsePZCWHs+OGjg==} + engines: {node: '>= 20'} + + '@octokit/auth-oauth-device@8.0.3': + resolution: {integrity: sha512-zh2W0mKKMh/VWZhSqlaCzY7qFyrgd9oTWmTmHaXnHNeQRCZr/CXy2jCgHo4e4dJVTiuxP5dLa0YM5p5QVhJHbw==} + engines: {node: '>= 20'} + + '@octokit/auth-oauth-user@6.0.2': + resolution: {integrity: sha512-qLoPPc6E6GJoz3XeDG/pnDhJpTkODTGG4kY0/Py154i/I003O9NazkrwJwRuzgCalhzyIeWQ+6MDvkUmKXjg/A==} + engines: {node: '>= 20'} + + '@octokit/auth-token@6.0.0': + resolution: {integrity: sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==} + engines: {node: '>= 20'} + + '@octokit/auth-unauthenticated@7.0.3': + resolution: {integrity: sha512-8Jb1mtUdmBHL7lGmop9mU9ArMRUTRhg8vp0T1VtZ4yd9vEm3zcLwmjQkhNEduKawOOORie61xhtYIhTDN+ZQ3g==} + engines: {node: '>= 20'} + + '@octokit/core@7.0.6': + resolution: {integrity: sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==} + engines: {node: '>= 20'} + + '@octokit/endpoint@11.0.3': + resolution: {integrity: sha512-FWFlNxghg4HrXkD3ifYbS/IdL/mDHjh9QcsNyhQjN8dplUoZbejsdpmuqdA76nxj2xoWPs7p8uX2SNr9rYu0Ag==} + engines: {node: '>= 20'} + + '@octokit/graphql@9.0.3': + resolution: {integrity: sha512-grAEuupr/C1rALFnXTv6ZQhFuL1D8G5y8CN04RgrO4FIPMrtm+mcZzFG7dcBm+nq+1ppNixu+Jd78aeJOYxlGA==} + engines: {node: '>= 20'} + + '@octokit/oauth-app@8.0.3': + resolution: {integrity: sha512-jnAjvTsPepyUaMu9e69hYBuozEPgYqP4Z3UnpmvoIzHDpf8EXDGvTY1l1jK0RsZ194oRd+k6Hm13oRU8EoDFwg==} + engines: {node: '>= 20'} + + '@octokit/oauth-authorization-url@8.0.0': + resolution: {integrity: sha512-7QoLPRh/ssEA/HuHBHdVdSgF8xNLz/Bc5m9fZkArJE5bb6NmVkDm3anKxXPmN1zh6b5WKZPRr3697xKT/yM3qQ==} + engines: {node: '>= 20'} + + '@octokit/oauth-methods@6.0.2': + resolution: {integrity: sha512-HiNOO3MqLxlt5Da5bZbLV8Zarnphi4y9XehrbaFMkcoJ+FL7sMxH/UlUsCVxpddVu4qvNDrBdaTVE2o4ITK8ng==} + engines: {node: '>= 20'} + + '@octokit/openapi-types@27.0.0': + resolution: {integrity: sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==} + + '@octokit/openapi-webhooks-types@12.1.0': + resolution: {integrity: sha512-WiuzhOsiOvb7W3Pvmhf8d2C6qaLHXrWiLBP4nJ/4kydu+wpagV5Fkz9RfQwV2afYzv3PB+3xYgp4mAdNGjDprA==} + + '@octokit/plugin-paginate-graphql@6.0.0': + resolution: {integrity: sha512-crfpnIoFiBtRkvPqOyLOsw12XsveYuY2ieP6uYDosoUegBJpSVxGwut9sxUgFFcll3VTOTqpUf8yGd8x1OmAkQ==} + engines: {node: '>= 20'} peerDependencies: - "@octokit/core": ">=6" + '@octokit/core': '>=6' - "@octokit/plugin-paginate-rest@14.0.0": - resolution: { - integrity: sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==, - } - engines: { node: ">= 20" } + '@octokit/plugin-paginate-rest@14.0.0': + resolution: {integrity: sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==} + engines: {node: '>= 20'} peerDependencies: - "@octokit/core": ">=6" + '@octokit/core': '>=6' - "@octokit/plugin-rest-endpoint-methods@17.0.0": - resolution: { - integrity: sha512-B5yCyIlOJFPqUUeiD0cnBJwWJO8lkJs5d8+ze9QDP6SvfiXSz1BF+91+0MeI1d2yxgOhU/O+CvtiZ9jSkHhFAw==, - } - engines: { node: ">= 20" } + '@octokit/plugin-rest-endpoint-methods@17.0.0': + resolution: {integrity: sha512-B5yCyIlOJFPqUUeiD0cnBJwWJO8lkJs5d8+ze9QDP6SvfiXSz1BF+91+0MeI1d2yxgOhU/O+CvtiZ9jSkHhFAw==} + engines: {node: '>= 20'} peerDependencies: - "@octokit/core": ">=6" + '@octokit/core': '>=6' - "@octokit/plugin-retry@8.1.0": - resolution: { - integrity: sha512-O1FZgXeiGb2sowEr/hYTr6YunGdSAFWnr2fyW39Ah85H8O33ELASQxcvOFF5LE6Tjekcyu2ms4qAzJVhSaJxTw==, - } - engines: { node: ">= 20" } + '@octokit/plugin-retry@8.1.0': + resolution: {integrity: sha512-O1FZgXeiGb2sowEr/hYTr6YunGdSAFWnr2fyW39Ah85H8O33ELASQxcvOFF5LE6Tjekcyu2ms4qAzJVhSaJxTw==} + engines: {node: '>= 20'} peerDependencies: - "@octokit/core": ">=7" + '@octokit/core': '>=7' - "@octokit/plugin-throttling@11.0.3": - resolution: { - integrity: sha512-34eE0RkFCKycLl2D2kq7W+LovheM/ex3AwZCYN8udpi6bxsyjZidb2McXs69hZhLmJlDqTSP8cH+jSRpiaijBg==, - } - engines: { node: ">= 20" } + '@octokit/plugin-throttling@11.0.3': + resolution: {integrity: sha512-34eE0RkFCKycLl2D2kq7W+LovheM/ex3AwZCYN8udpi6bxsyjZidb2McXs69hZhLmJlDqTSP8cH+jSRpiaijBg==} + engines: {node: '>= 20'} peerDependencies: - "@octokit/core": ^7.0.0 - - "@octokit/request-error@7.1.0": - resolution: { - integrity: sha512-KMQIfq5sOPpkQYajXHwnhjCC0slzCNScLHs9JafXc4RAJI+9f+jNDlBNaIMTvazOPLgb4BnlhGJOTbnN0wIjPw==, - } - engines: { node: ">= 20" } - - "@octokit/request@10.0.8": - resolution: { - integrity: sha512-SJZNwY9pur9Agf7l87ywFi14W+Hd9Jg6Ifivsd33+/bGUQIjNujdFiXII2/qSlN2ybqUHfp5xpekMEjIBTjlSw==, - } - engines: { node: ">= 20" } - - "@octokit/types@16.0.0": - resolution: { - integrity: sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==, - } - - "@octokit/webhooks-methods@6.0.0": - resolution: { - integrity: sha512-MFlzzoDJVw/GcbfzVC1RLR36QqkTLUf79vLVO3D+xn7r0QgxnFoLZgtrzxiQErAjFUOdH6fas2KeQJ1yr/qaXQ==, - } - engines: { node: ">= 20" } - - "@octokit/webhooks@14.2.0": - resolution: { - integrity: sha512-da6KbdNCV5sr1/txD896V+6W0iamFWrvVl8cHkBSPT+YlvmT3DwXa4jxZnQc+gnuTEqSWbBeoSZYTayXH9wXcw==, - } - engines: { node: ">= 20" } - - "@opentelemetry/api@1.9.1": - resolution: { - integrity: sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==, - } - engines: { node: ">=8.0.0" } - - "@protobufjs/aspromise@1.1.2": - resolution: { - integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==, - } - - "@protobufjs/base64@1.1.2": - resolution: { - integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==, - } - - "@protobufjs/codegen@2.0.4": - resolution: { - integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==, - } - - "@protobufjs/eventemitter@1.1.0": - resolution: { - integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==, - } - - "@protobufjs/fetch@1.1.0": - resolution: { - integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==, - } - - "@protobufjs/float@1.0.2": - resolution: { - integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==, - } - - "@protobufjs/inquire@1.1.0": - resolution: { - integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==, - } - - "@protobufjs/path@1.1.2": - resolution: { - integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==, - } - - "@protobufjs/pool@1.1.0": - resolution: { - integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==, - } - - "@protobufjs/utf8@1.1.0": - resolution: { - integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==, - } - - "@tailwindcss/oxide-android-arm64@4.2.2": - resolution: { - integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==, - } - engines: { node: ">= 20" } + '@octokit/core': ^7.0.0 + + '@octokit/request-error@7.1.0': + resolution: {integrity: sha512-KMQIfq5sOPpkQYajXHwnhjCC0slzCNScLHs9JafXc4RAJI+9f+jNDlBNaIMTvazOPLgb4BnlhGJOTbnN0wIjPw==} + engines: {node: '>= 20'} + + '@octokit/request@10.0.8': + resolution: {integrity: sha512-SJZNwY9pur9Agf7l87ywFi14W+Hd9Jg6Ifivsd33+/bGUQIjNujdFiXII2/qSlN2ybqUHfp5xpekMEjIBTjlSw==} + engines: {node: '>= 20'} + + '@octokit/types@16.0.0': + resolution: {integrity: sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==} + + '@octokit/webhooks-methods@6.0.0': + resolution: {integrity: sha512-MFlzzoDJVw/GcbfzVC1RLR36QqkTLUf79vLVO3D+xn7r0QgxnFoLZgtrzxiQErAjFUOdH6fas2KeQJ1yr/qaXQ==} + engines: {node: '>= 20'} + + '@octokit/webhooks@14.2.0': + resolution: {integrity: sha512-da6KbdNCV5sr1/txD896V+6W0iamFWrvVl8cHkBSPT+YlvmT3DwXa4jxZnQc+gnuTEqSWbBeoSZYTayXH9wXcw==} + engines: {node: '>= 20'} + + '@opentelemetry/api@1.9.1': + resolution: {integrity: sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==} + engines: {node: '>=8.0.0'} + + '@protobufjs/aspromise@1.1.2': + resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} + + '@protobufjs/base64@1.1.2': + resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==} + + '@protobufjs/codegen@2.0.4': + resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==} + + '@protobufjs/eventemitter@1.1.0': + resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==} + + '@protobufjs/fetch@1.1.0': + resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==} + + '@protobufjs/float@1.0.2': + resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==} + + '@protobufjs/inquire@1.1.0': + resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==} + + '@protobufjs/path@1.1.2': + resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==} + + '@protobufjs/pool@1.1.0': + resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==} + + '@protobufjs/utf8@1.1.0': + resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} + + '@tailwindcss/oxide-android-arm64@4.2.2': + resolution: {integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==} + engines: {node: '>= 20'} cpu: [arm64] os: [android] - "@tailwindcss/oxide-darwin-arm64@4.2.2": - resolution: { - integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-darwin-arm64@4.2.2': + resolution: {integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==} + engines: {node: '>= 20'} cpu: [arm64] os: [darwin] - "@tailwindcss/oxide-darwin-x64@4.2.2": - resolution: { - integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-darwin-x64@4.2.2': + resolution: {integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==} + engines: {node: '>= 20'} cpu: [x64] os: [darwin] - "@tailwindcss/oxide-freebsd-x64@4.2.2": - resolution: { - integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-freebsd-x64@4.2.2': + resolution: {integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==} + engines: {node: '>= 20'} cpu: [x64] os: [freebsd] - "@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2": - resolution: { - integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2': + resolution: {integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==} + engines: {node: '>= 20'} cpu: [arm] os: [linux] - "@tailwindcss/oxide-linux-arm64-gnu@4.2.2": - resolution: { - integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-linux-arm64-gnu@4.2.2': + resolution: {integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==} + engines: {node: '>= 20'} cpu: [arm64] os: [linux] - libc: [glibc] - "@tailwindcss/oxide-linux-arm64-musl@4.2.2": - resolution: { - integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-linux-arm64-musl@4.2.2': + resolution: {integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==} + engines: {node: '>= 20'} cpu: [arm64] os: [linux] - libc: [musl] - "@tailwindcss/oxide-linux-x64-gnu@4.2.2": - resolution: { - integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-linux-x64-gnu@4.2.2': + resolution: {integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==} + engines: {node: '>= 20'} cpu: [x64] os: [linux] - libc: [glibc] - "@tailwindcss/oxide-linux-x64-musl@4.2.2": - resolution: { - integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-linux-x64-musl@4.2.2': + resolution: {integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==} + engines: {node: '>= 20'} cpu: [x64] os: [linux] - libc: [musl] - "@tailwindcss/oxide-wasm32-wasi@4.2.2": - resolution: { - integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==, - } - engines: { node: ">=14.0.0" } + '@tailwindcss/oxide-wasm32-wasi@4.2.2': + resolution: {integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==} + engines: {node: '>=14.0.0'} cpu: [wasm32] bundledDependencies: - - "@napi-rs/wasm-runtime" - - "@emnapi/core" - - "@emnapi/runtime" - - "@tybys/wasm-util" - - "@emnapi/wasi-threads" + - '@napi-rs/wasm-runtime' + - '@emnapi/core' + - '@emnapi/runtime' + - '@tybys/wasm-util' + - '@emnapi/wasi-threads' - tslib - "@tailwindcss/oxide-win32-arm64-msvc@4.2.2": - resolution: { - integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-win32-arm64-msvc@4.2.2': + resolution: {integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==} + engines: {node: '>= 20'} cpu: [arm64] os: [win32] - "@tailwindcss/oxide-win32-x64-msvc@4.2.2": - resolution: { - integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==, - } - engines: { node: ">= 20" } + '@tailwindcss/oxide-win32-x64-msvc@4.2.2': + resolution: {integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==} + engines: {node: '>= 20'} cpu: [x64] os: [win32] - "@tailwindcss/oxide@4.2.2": - resolution: { - integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==, - } - engines: { node: ">= 20" } - - "@types/aws-lambda@8.10.161": - resolution: { - integrity: sha512-rUYdp+MQwSFocxIOcSsYSF3YYYC/uUpMbCY/mbO21vGqfrEYvNSoPyKYDj6RhXXpPfS0KstW9RwG3qXh9sL7FQ==, - } - - "@types/node@25.6.0": - resolution: { - integrity: sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==, - } - - "@types/react@19.2.14": - resolution: { - integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==, - } - - "@types/retry@0.12.0": - resolution: { - integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==, - } - - "@xterm/headless@5.5.0": - resolution: { - integrity: sha512-5xXB7kdQlFBP82ViMJTwwEc3gKCLGKR/eoxQm4zge7GPBl86tCdI0IdPJjoKd8mUSFXz5V7i/25sfsEkP4j46g==, - } + '@tailwindcss/oxide@4.2.2': + resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==} + engines: {node: '>= 20'} + + '@types/aws-lambda@8.10.161': + resolution: {integrity: sha512-rUYdp+MQwSFocxIOcSsYSF3YYYC/uUpMbCY/mbO21vGqfrEYvNSoPyKYDj6RhXXpPfS0KstW9RwG3qXh9sL7FQ==} + + '@types/node@25.6.0': + resolution: {integrity: sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==} + + '@types/react@19.2.14': + resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} + + '@types/retry@0.12.0': + resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} + + '@xterm/headless@6.0.0': + resolution: {integrity: sha512-5Yj1QINYCyzrZtf8OFIHi47iQtI+0qYFPHmouEfG8dHNxbZ9Tb9YGSuLcsEwj9Z+OL75GJqPyJbyoFer80a2Hw==} agent-base@7.1.4: - resolution: { - integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} + engines: {node: '>= 14'} base64-js@1.5.1: - resolution: { - integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, - } + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} before-after-hook@4.0.0: - resolution: { - integrity: sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==, - } + resolution: {integrity: sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==} bignumber.js@9.3.1: - resolution: { - integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==, - } + resolution: {integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==} bottleneck@2.19.5: - resolution: { - integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==, - } + resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} buffer-equal-constant-time@1.0.1: - resolution: { - integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==, - } + resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} csstype@3.2.3: - resolution: { - integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==, - } + resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} data-uri-to-buffer@4.0.1: - resolution: { - integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==, - } - engines: { node: ">= 12" } + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + engines: {node: '>= 12'} debug@4.4.3: - resolution: { - integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} + engines: {node: '>=6.0'} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true detect-libc@2.1.2: - resolution: { - integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} + engines: {node: '>=8'} ecdsa-sig-formatter@1.0.11: - resolution: { - integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==, - } - - esbuild@0.27.7: - resolution: { - integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==, - } - engines: { node: ">=18" } + resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} + + esbuild@0.28.0: + resolution: {integrity: sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==} + engines: {node: '>=18'} hasBin: true extend@3.0.2: - resolution: { - integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==, - } + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} fast-content-type-parse@3.0.0: - resolution: { - integrity: sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==, - } + resolution: {integrity: sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==} fetch-blob@3.2.0: - resolution: { - integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==, - } - engines: { node: ^12.20 || >= 14.13 } + resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} + engines: {node: ^12.20 || >= 14.13} formdata-polyfill@4.0.10: - resolution: { - integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==, - } - engines: { node: ">=12.20.0" } + resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} + engines: {node: '>=12.20.0'} gaxios@7.1.4: - resolution: { - integrity: sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==, - } - engines: { node: ">=18" } + resolution: {integrity: sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==} + engines: {node: '>=18'} gcp-metadata@8.1.2: - resolution: { - integrity: sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==, - } - engines: { node: ">=18" } + resolution: {integrity: sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==} + engines: {node: '>=18'} google-auth-library@10.6.2: - resolution: { - integrity: sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==, - } - engines: { node: ">=18" } + resolution: {integrity: sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==} + engines: {node: '>=18'} google-logging-utils@1.1.3: - resolution: { - integrity: sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==} + engines: {node: '>=14'} https-proxy-agent@7.0.6: - resolution: { - integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} + engines: {node: '>= 14'} json-bigint@1.0.0: - resolution: { - integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==, - } + resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} json-schema-to-ts@3.1.1: - resolution: { - integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==} + engines: {node: '>=16'} json-with-bigint@3.5.8: - resolution: { - integrity: sha512-eq/4KP6K34kwa7TcFdtvnftvHCD9KvHOGGICWwMFc4dOOKF5t4iYqnfLK8otCRCRv06FXOzGGyqE8h8ElMvvdw==, - } + resolution: {integrity: sha512-eq/4KP6K34kwa7TcFdtvnftvHCD9KvHOGGICWwMFc4dOOKF5t4iYqnfLK8otCRCRv06FXOzGGyqE8h8ElMvvdw==} jwa@2.0.1: - resolution: { - integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==, - } + resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==} jws@4.0.1: - resolution: { - integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==, - } + resolution: {integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==} - koffi@2.15.6: - resolution: { - integrity: sha512-WQBpM5uo74UQ17UpsFN+PUOrQQg4/nYdey4SGVluQun2drYYfePziLLWdSmFb4wSdWlJC1aimXQnjhPCheRKuw==, - } + koffi@2.16.0: + resolution: {integrity: sha512-h/2NJueOKWd0YYycEOWDspomizgNfuOKf/V7ZE2fytvuRtHoY9Tb+y4x6GJ6pFqaVndWn9dLK+sCI14eWtu5rA==} lightningcss-android-arm64@1.32.0: - resolution: { - integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} + engines: {node: '>= 12.0.0'} cpu: [arm64] os: [android] lightningcss-darwin-arm64@1.32.0: - resolution: { - integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} + engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] lightningcss-darwin-x64@1.32.0: - resolution: { - integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} + engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] lightningcss-freebsd-x64@1.32.0: - resolution: { - integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} + engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] lightningcss-linux-arm-gnueabihf@1.32.0: - resolution: { - integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} + engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] lightningcss-linux-arm64-gnu@1.32.0: - resolution: { - integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} + engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-musl@1.32.0: - resolution: { - integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} + engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-x64-gnu@1.32.0: - resolution: { - integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} + engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-musl@1.32.0: - resolution: { - integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} + engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-win32-arm64-msvc@1.32.0: - resolution: { - integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} + engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] lightningcss-win32-x64-msvc@1.32.0: - resolution: { - integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} + engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] lightningcss@1.32.0: - resolution: { - integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} + engines: {node: '>= 12.0.0'} long@5.3.2: - resolution: { - integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==, - } + resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==} ms@2.1.3: - resolution: { - integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, - } + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} node-domexception@1.0.0: - resolution: { - integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==, - } - engines: { node: ">=10.5.0" } + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} deprecated: Use your platform's native DOMException instead node-fetch@3.3.2: - resolution: { - integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} octokit@5.0.5: - resolution: { - integrity: sha512-4+/OFSqOjoyULo7eN7EA97DE0Xydj/PW5aIckxqQIoFjFwqXKuFCvXUJObyJfBF9Khu4RL/jlDRI9FPaMGfPnw==, - } - engines: { node: ">= 20" } + resolution: {integrity: sha512-4+/OFSqOjoyULo7eN7EA97DE0Xydj/PW5aIckxqQIoFjFwqXKuFCvXUJObyJfBF9Khu4RL/jlDRI9FPaMGfPnw==} + engines: {node: '>= 20'} openai@6.34.0: - resolution: { - integrity: sha512-yEr2jdGf4tVFYG6ohmr3pF6VJuveP0EA/sS8TBx+4Eq5NT10alu5zg2dmxMXMgqpihRDQlFGpRt2XwsGj+Fyxw==, - } + resolution: {integrity: sha512-yEr2jdGf4tVFYG6ohmr3pF6VJuveP0EA/sS8TBx+4Eq5NT10alu5zg2dmxMXMgqpihRDQlFGpRt2XwsGj+Fyxw==} hasBin: true peerDependencies: ws: ^8.18.0 @@ -1734,91 +1400,61 @@ packages: optional: true p-retry@4.6.2: - resolution: { - integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==} + engines: {node: '>=8'} - protobufjs@7.5.4: - resolution: { - integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==, - } - engines: { node: ">=12.0.0" } + protobufjs@7.5.5: + resolution: {integrity: sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==} + engines: {node: '>=12.0.0'} react-dom@19.2.5: - resolution: { - integrity: sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==, - } + resolution: {integrity: sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==} peerDependencies: react: ^19.2.5 react@19.2.5: - resolution: { - integrity: sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==} + engines: {node: '>=0.10.0'} retry@0.13.1: - resolution: { - integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==, - } - engines: { node: ">= 4" } + resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} + engines: {node: '>= 4'} safe-buffer@5.2.1: - resolution: { - integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, - } + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} scheduler@0.27.0: - resolution: { - integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==, - } + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} tailwindcss@4.2.2: - resolution: { - integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==, - } + resolution: {integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==} toad-cache@3.7.0: - resolution: { - integrity: sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==} + engines: {node: '>=12'} ts-algebra@2.0.0: - resolution: { - integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==, - } + resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==} undici-types@7.19.2: - resolution: { - integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==, - } + resolution: {integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==} universal-github-app-jwt@2.2.2: - resolution: { - integrity: sha512-dcmbeSrOdTnsjGjUfAlqNDJrhxXizjAz94ija9Qw8YkZ1uu0d+GoZzyH+Jb9tIIqvGsadUfwg+22k5aDqqwzbw==, - } + resolution: {integrity: sha512-dcmbeSrOdTnsjGjUfAlqNDJrhxXizjAz94ija9Qw8YkZ1uu0d+GoZzyH+Jb9tIIqvGsadUfwg+22k5aDqqwzbw==} universal-user-agent@7.0.3: - resolution: { - integrity: sha512-TmnEAEAsBJVZM/AADELsK76llnwcf9vMKuPz8JflO1frO8Lchitr0fNaN9d+Ap0BjKtqWqd/J17qeDnXh8CL2A==, - } + resolution: {integrity: sha512-TmnEAEAsBJVZM/AADELsK76llnwcf9vMKuPz8JflO1frO8Lchitr0fNaN9d+Ap0BjKtqWqd/J17qeDnXh8CL2A==} web-streams-polyfill@3.3.3: - resolution: { - integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} + engines: {node: '>= 8'} ws@8.20.0: - resolution: { - integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} + engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ">=5.0.2" + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true @@ -1826,429 +1462,428 @@ packages: optional: true yaml@2.8.3: - resolution: { - integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==, - } - engines: { node: ">= 14.6" } + resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==} + engines: {node: '>= 14.6'} hasBin: true snapshots: - "@anthropic-ai/sdk@0.82.0": + + '@anthropic-ai/sdk@0.89.0': dependencies: json-schema-to-ts: 3.1.1 - "@babel/runtime@7.29.2": {} + '@babel/runtime@7.29.2': {} - "@esbuild/aix-ppc64@0.27.7": + '@esbuild/aix-ppc64@0.28.0': optional: true - "@esbuild/android-arm64@0.27.7": + '@esbuild/android-arm64@0.28.0': optional: true - "@esbuild/android-arm@0.27.7": + '@esbuild/android-arm@0.28.0': optional: true - "@esbuild/android-x64@0.27.7": + '@esbuild/android-x64@0.28.0': optional: true - "@esbuild/darwin-arm64@0.27.7": + '@esbuild/darwin-arm64@0.28.0': optional: true - "@esbuild/darwin-x64@0.27.7": + '@esbuild/darwin-x64@0.28.0': optional: true - "@esbuild/freebsd-arm64@0.27.7": + '@esbuild/freebsd-arm64@0.28.0': optional: true - "@esbuild/freebsd-x64@0.27.7": + '@esbuild/freebsd-x64@0.28.0': optional: true - "@esbuild/linux-arm64@0.27.7": + '@esbuild/linux-arm64@0.28.0': optional: true - "@esbuild/linux-arm@0.27.7": + '@esbuild/linux-arm@0.28.0': optional: true - "@esbuild/linux-ia32@0.27.7": + '@esbuild/linux-ia32@0.28.0': optional: true - "@esbuild/linux-loong64@0.27.7": + '@esbuild/linux-loong64@0.28.0': optional: true - "@esbuild/linux-mips64el@0.27.7": + '@esbuild/linux-mips64el@0.28.0': optional: true - "@esbuild/linux-ppc64@0.27.7": + '@esbuild/linux-ppc64@0.28.0': optional: true - "@esbuild/linux-riscv64@0.27.7": + '@esbuild/linux-riscv64@0.28.0': optional: true - "@esbuild/linux-s390x@0.27.7": + '@esbuild/linux-s390x@0.28.0': optional: true - "@esbuild/linux-x64@0.27.7": + '@esbuild/linux-x64@0.28.0': optional: true - "@esbuild/netbsd-arm64@0.27.7": + '@esbuild/netbsd-arm64@0.28.0': optional: true - "@esbuild/netbsd-x64@0.27.7": + '@esbuild/netbsd-x64@0.28.0': optional: true - "@esbuild/openbsd-arm64@0.27.7": + '@esbuild/openbsd-arm64@0.28.0': optional: true - "@esbuild/openbsd-x64@0.27.7": + '@esbuild/openbsd-x64@0.28.0': optional: true - "@esbuild/openharmony-arm64@0.27.7": + '@esbuild/openharmony-arm64@0.28.0': optional: true - "@esbuild/sunos-x64@0.27.7": + '@esbuild/sunos-x64@0.28.0': optional: true - "@esbuild/win32-arm64@0.27.7": + '@esbuild/win32-arm64@0.28.0': optional: true - "@esbuild/win32-ia32@0.27.7": + '@esbuild/win32-ia32@0.28.0': optional: true - "@esbuild/win32-x64@0.27.7": + '@esbuild/win32-x64@0.28.0': optional: true - "@eserstack/ajan-darwin-arm64@4.1.56": + '@eserstack/ajan-darwin-arm64@4.1.56': optional: true - "@eserstack/ajan-darwin-x64@4.1.56": + '@eserstack/ajan-darwin-x64@4.1.56': optional: true - "@eserstack/ajan-wasm@4.1.56": + '@eserstack/ajan-wasm@4.1.56': optional: true - "@google/genai@1.50.0": + '@google/genai@1.50.1': dependencies: google-auth-library: 10.6.2 p-retry: 4.6.2 - protobufjs: 7.5.4 + protobufjs: 7.5.5 ws: 8.20.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - "@jsr/std__assert@1.0.19": + '@jsr/std__assert@1.0.19': dependencies: - "@jsr/std__internal": 1.0.12 + '@jsr/std__internal': 1.0.12 - "@jsr/std__async@1.2.0": {} + '@jsr/std__async@1.2.0': {} - "@jsr/std__bytes@1.0.6": {} + '@jsr/std__bytes@1.0.6': {} - "@jsr/std__cli@1.0.28": + '@jsr/std__cli@1.0.28': dependencies: - "@jsr/std__fmt": 1.0.9 - "@jsr/std__internal": 1.0.12 + '@jsr/std__fmt': 1.0.9 + '@jsr/std__internal': 1.0.12 - "@jsr/std__collections@1.1.6": {} + '@jsr/std__collections@1.1.6': {} - "@jsr/std__csv@1.0.6": + '@jsr/std__csv@1.0.6': dependencies: - "@jsr/std__streams": 1.0.17 + '@jsr/std__streams': 1.0.17 - "@jsr/std__data-structures@1.0.10": + '@jsr/std__data-structures@1.0.10': dependencies: - "@jsr/std__assert": 1.0.19 + '@jsr/std__assert': 1.0.19 - "@jsr/std__dotenv@0.225.6": {} + '@jsr/std__dotenv@0.225.6': {} - "@jsr/std__encoding@1.0.10": {} + '@jsr/std__encoding@1.0.10': {} - "@jsr/std__fmt@1.0.9": {} + '@jsr/std__fmt@1.0.9': {} - "@jsr/std__fs@1.0.23": + '@jsr/std__fs@1.0.23': dependencies: - "@jsr/std__internal": 1.0.12 - "@jsr/std__path": 1.1.4 + '@jsr/std__internal': 1.0.12 + '@jsr/std__path': 1.1.4 - "@jsr/std__internal@1.0.12": {} + '@jsr/std__internal@1.0.12': {} - "@jsr/std__json@1.0.3": + '@jsr/std__json@1.0.3': dependencies: - "@jsr/std__streams": 1.0.17 + '@jsr/std__streams': 1.0.17 - "@jsr/std__jsonc@1.0.2": + '@jsr/std__jsonc@1.0.2': dependencies: - "@jsr/std__json": 1.0.3 + '@jsr/std__json': 1.0.3 - "@jsr/std__media-types@1.1.0": {} + '@jsr/std__media-types@1.1.0': {} - "@jsr/std__path@1.1.4": + '@jsr/std__path@1.1.4': dependencies: - "@jsr/std__internal": 1.0.12 + '@jsr/std__internal': 1.0.12 - "@jsr/std__semver@1.0.8": {} + '@jsr/std__semver@1.0.8': {} - "@jsr/std__streams@1.0.17": + '@jsr/std__streams@1.0.17': dependencies: - "@jsr/std__bytes": 1.0.6 + '@jsr/std__bytes': 1.0.6 - "@jsr/std__tar@0.1.10": + '@jsr/std__tar@0.1.10': dependencies: - "@jsr/std__streams": 1.0.17 + '@jsr/std__streams': 1.0.17 - "@jsr/std__testing@1.0.17": + '@jsr/std__testing@1.0.17': dependencies: - "@jsr/std__assert": 1.0.19 - "@jsr/std__async": 1.2.0 - "@jsr/std__data-structures": 1.0.10 - "@jsr/std__fs": 1.0.23 - "@jsr/std__internal": 1.0.12 - "@jsr/std__path": 1.1.4 + '@jsr/std__assert': 1.0.19 + '@jsr/std__async': 1.2.0 + '@jsr/std__data-structures': 1.0.10 + '@jsr/std__fs': 1.0.23 + '@jsr/std__internal': 1.0.12 + '@jsr/std__path': 1.1.4 - "@jsr/std__toml@1.0.11": + '@jsr/std__toml@1.0.11': dependencies: - "@jsr/std__collections": 1.1.6 + '@jsr/std__collections': 1.1.6 - "@jsr/std__ulid@1.0.0": {} + '@jsr/std__ulid@1.0.0': {} - "@octokit/app@16.1.2": + '@octokit/app@16.1.2': dependencies: - "@octokit/auth-app": 8.2.0 - "@octokit/auth-unauthenticated": 7.0.3 - "@octokit/core": 7.0.6 - "@octokit/oauth-app": 8.0.3 - "@octokit/plugin-paginate-rest": 14.0.0(@octokit/core@7.0.6) - "@octokit/types": 16.0.0 - "@octokit/webhooks": 14.2.0 + '@octokit/auth-app': 8.2.0 + '@octokit/auth-unauthenticated': 7.0.3 + '@octokit/core': 7.0.6 + '@octokit/oauth-app': 8.0.3 + '@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6) + '@octokit/types': 16.0.0 + '@octokit/webhooks': 14.2.0 - "@octokit/auth-app@8.2.0": + '@octokit/auth-app@8.2.0': dependencies: - "@octokit/auth-oauth-app": 9.0.3 - "@octokit/auth-oauth-user": 6.0.2 - "@octokit/request": 10.0.8 - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 + '@octokit/auth-oauth-app': 9.0.3 + '@octokit/auth-oauth-user': 6.0.2 + '@octokit/request': 10.0.8 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 toad-cache: 3.7.0 universal-github-app-jwt: 2.2.2 universal-user-agent: 7.0.3 - "@octokit/auth-oauth-app@9.0.3": + '@octokit/auth-oauth-app@9.0.3': dependencies: - "@octokit/auth-oauth-device": 8.0.3 - "@octokit/auth-oauth-user": 6.0.2 - "@octokit/request": 10.0.8 - "@octokit/types": 16.0.0 + '@octokit/auth-oauth-device': 8.0.3 + '@octokit/auth-oauth-user': 6.0.2 + '@octokit/request': 10.0.8 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.3 - "@octokit/auth-oauth-device@8.0.3": + '@octokit/auth-oauth-device@8.0.3': dependencies: - "@octokit/oauth-methods": 6.0.2 - "@octokit/request": 10.0.8 - "@octokit/types": 16.0.0 + '@octokit/oauth-methods': 6.0.2 + '@octokit/request': 10.0.8 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.3 - "@octokit/auth-oauth-user@6.0.2": + '@octokit/auth-oauth-user@6.0.2': dependencies: - "@octokit/auth-oauth-device": 8.0.3 - "@octokit/oauth-methods": 6.0.2 - "@octokit/request": 10.0.8 - "@octokit/types": 16.0.0 + '@octokit/auth-oauth-device': 8.0.3 + '@octokit/oauth-methods': 6.0.2 + '@octokit/request': 10.0.8 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.3 - "@octokit/auth-token@6.0.0": {} + '@octokit/auth-token@6.0.0': {} - "@octokit/auth-unauthenticated@7.0.3": + '@octokit/auth-unauthenticated@7.0.3': dependencies: - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 - "@octokit/core@7.0.6": + '@octokit/core@7.0.6': dependencies: - "@octokit/auth-token": 6.0.0 - "@octokit/graphql": 9.0.3 - "@octokit/request": 10.0.8 - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 + '@octokit/auth-token': 6.0.0 + '@octokit/graphql': 9.0.3 + '@octokit/request': 10.0.8 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 before-after-hook: 4.0.0 universal-user-agent: 7.0.3 - "@octokit/endpoint@11.0.3": + '@octokit/endpoint@11.0.3': dependencies: - "@octokit/types": 16.0.0 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.3 - "@octokit/graphql@9.0.3": + '@octokit/graphql@9.0.3': dependencies: - "@octokit/request": 10.0.8 - "@octokit/types": 16.0.0 + '@octokit/request': 10.0.8 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.3 - "@octokit/oauth-app@8.0.3": + '@octokit/oauth-app@8.0.3': dependencies: - "@octokit/auth-oauth-app": 9.0.3 - "@octokit/auth-oauth-user": 6.0.2 - "@octokit/auth-unauthenticated": 7.0.3 - "@octokit/core": 7.0.6 - "@octokit/oauth-authorization-url": 8.0.0 - "@octokit/oauth-methods": 6.0.2 - "@types/aws-lambda": 8.10.161 + '@octokit/auth-oauth-app': 9.0.3 + '@octokit/auth-oauth-user': 6.0.2 + '@octokit/auth-unauthenticated': 7.0.3 + '@octokit/core': 7.0.6 + '@octokit/oauth-authorization-url': 8.0.0 + '@octokit/oauth-methods': 6.0.2 + '@types/aws-lambda': 8.10.161 universal-user-agent: 7.0.3 - "@octokit/oauth-authorization-url@8.0.0": {} + '@octokit/oauth-authorization-url@8.0.0': {} - "@octokit/oauth-methods@6.0.2": + '@octokit/oauth-methods@6.0.2': dependencies: - "@octokit/oauth-authorization-url": 8.0.0 - "@octokit/request": 10.0.8 - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 + '@octokit/oauth-authorization-url': 8.0.0 + '@octokit/request': 10.0.8 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 - "@octokit/openapi-types@27.0.0": {} + '@octokit/openapi-types@27.0.0': {} - "@octokit/openapi-webhooks-types@12.1.0": {} + '@octokit/openapi-webhooks-types@12.1.0': {} - "@octokit/plugin-paginate-graphql@6.0.0(@octokit/core@7.0.6)": + '@octokit/plugin-paginate-graphql@6.0.0(@octokit/core@7.0.6)': dependencies: - "@octokit/core": 7.0.6 + '@octokit/core': 7.0.6 - "@octokit/plugin-paginate-rest@14.0.0(@octokit/core@7.0.6)": + '@octokit/plugin-paginate-rest@14.0.0(@octokit/core@7.0.6)': dependencies: - "@octokit/core": 7.0.6 - "@octokit/types": 16.0.0 + '@octokit/core': 7.0.6 + '@octokit/types': 16.0.0 - "@octokit/plugin-rest-endpoint-methods@17.0.0(@octokit/core@7.0.6)": + '@octokit/plugin-rest-endpoint-methods@17.0.0(@octokit/core@7.0.6)': dependencies: - "@octokit/core": 7.0.6 - "@octokit/types": 16.0.0 + '@octokit/core': 7.0.6 + '@octokit/types': 16.0.0 - "@octokit/plugin-retry@8.1.0(@octokit/core@7.0.6)": + '@octokit/plugin-retry@8.1.0(@octokit/core@7.0.6)': dependencies: - "@octokit/core": 7.0.6 - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 + '@octokit/core': 7.0.6 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 bottleneck: 2.19.5 - "@octokit/plugin-throttling@11.0.3(@octokit/core@7.0.6)": + '@octokit/plugin-throttling@11.0.3(@octokit/core@7.0.6)': dependencies: - "@octokit/core": 7.0.6 - "@octokit/types": 16.0.0 + '@octokit/core': 7.0.6 + '@octokit/types': 16.0.0 bottleneck: 2.19.5 - "@octokit/request-error@7.1.0": + '@octokit/request-error@7.1.0': dependencies: - "@octokit/types": 16.0.0 + '@octokit/types': 16.0.0 - "@octokit/request@10.0.8": + '@octokit/request@10.0.8': dependencies: - "@octokit/endpoint": 11.0.3 - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 + '@octokit/endpoint': 11.0.3 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 fast-content-type-parse: 3.0.0 json-with-bigint: 3.5.8 universal-user-agent: 7.0.3 - "@octokit/types@16.0.0": + '@octokit/types@16.0.0': dependencies: - "@octokit/openapi-types": 27.0.0 + '@octokit/openapi-types': 27.0.0 - "@octokit/webhooks-methods@6.0.0": {} + '@octokit/webhooks-methods@6.0.0': {} - "@octokit/webhooks@14.2.0": + '@octokit/webhooks@14.2.0': dependencies: - "@octokit/openapi-webhooks-types": 12.1.0 - "@octokit/request-error": 7.1.0 - "@octokit/webhooks-methods": 6.0.0 + '@octokit/openapi-webhooks-types': 12.1.0 + '@octokit/request-error': 7.1.0 + '@octokit/webhooks-methods': 6.0.0 - "@opentelemetry/api@1.9.1": {} + '@opentelemetry/api@1.9.1': {} - "@protobufjs/aspromise@1.1.2": {} + '@protobufjs/aspromise@1.1.2': {} - "@protobufjs/base64@1.1.2": {} + '@protobufjs/base64@1.1.2': {} - "@protobufjs/codegen@2.0.4": {} + '@protobufjs/codegen@2.0.4': {} - "@protobufjs/eventemitter@1.1.0": {} + '@protobufjs/eventemitter@1.1.0': {} - "@protobufjs/fetch@1.1.0": + '@protobufjs/fetch@1.1.0': dependencies: - "@protobufjs/aspromise": 1.1.2 - "@protobufjs/inquire": 1.1.0 + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/inquire': 1.1.0 - "@protobufjs/float@1.0.2": {} + '@protobufjs/float@1.0.2': {} - "@protobufjs/inquire@1.1.0": {} + '@protobufjs/inquire@1.1.0': {} - "@protobufjs/path@1.1.2": {} + '@protobufjs/path@1.1.2': {} - "@protobufjs/pool@1.1.0": {} + '@protobufjs/pool@1.1.0': {} - "@protobufjs/utf8@1.1.0": {} + '@protobufjs/utf8@1.1.0': {} - "@tailwindcss/oxide-android-arm64@4.2.2": + '@tailwindcss/oxide-android-arm64@4.2.2': optional: true - "@tailwindcss/oxide-darwin-arm64@4.2.2": + '@tailwindcss/oxide-darwin-arm64@4.2.2': optional: true - "@tailwindcss/oxide-darwin-x64@4.2.2": + '@tailwindcss/oxide-darwin-x64@4.2.2': optional: true - "@tailwindcss/oxide-freebsd-x64@4.2.2": + '@tailwindcss/oxide-freebsd-x64@4.2.2': optional: true - "@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2": + '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2': optional: true - "@tailwindcss/oxide-linux-arm64-gnu@4.2.2": + '@tailwindcss/oxide-linux-arm64-gnu@4.2.2': optional: true - "@tailwindcss/oxide-linux-arm64-musl@4.2.2": + '@tailwindcss/oxide-linux-arm64-musl@4.2.2': optional: true - "@tailwindcss/oxide-linux-x64-gnu@4.2.2": + '@tailwindcss/oxide-linux-x64-gnu@4.2.2': optional: true - "@tailwindcss/oxide-linux-x64-musl@4.2.2": + '@tailwindcss/oxide-linux-x64-musl@4.2.2': optional: true - "@tailwindcss/oxide-wasm32-wasi@4.2.2": + '@tailwindcss/oxide-wasm32-wasi@4.2.2': optional: true - "@tailwindcss/oxide-win32-arm64-msvc@4.2.2": + '@tailwindcss/oxide-win32-arm64-msvc@4.2.2': optional: true - "@tailwindcss/oxide-win32-x64-msvc@4.2.2": + '@tailwindcss/oxide-win32-x64-msvc@4.2.2': optional: true - "@tailwindcss/oxide@4.2.2": + '@tailwindcss/oxide@4.2.2': optionalDependencies: - "@tailwindcss/oxide-android-arm64": 4.2.2 - "@tailwindcss/oxide-darwin-arm64": 4.2.2 - "@tailwindcss/oxide-darwin-x64": 4.2.2 - "@tailwindcss/oxide-freebsd-x64": 4.2.2 - "@tailwindcss/oxide-linux-arm-gnueabihf": 4.2.2 - "@tailwindcss/oxide-linux-arm64-gnu": 4.2.2 - "@tailwindcss/oxide-linux-arm64-musl": 4.2.2 - "@tailwindcss/oxide-linux-x64-gnu": 4.2.2 - "@tailwindcss/oxide-linux-x64-musl": 4.2.2 - "@tailwindcss/oxide-wasm32-wasi": 4.2.2 - "@tailwindcss/oxide-win32-arm64-msvc": 4.2.2 - "@tailwindcss/oxide-win32-x64-msvc": 4.2.2 - - "@types/aws-lambda@8.10.161": {} - - "@types/node@25.6.0": + '@tailwindcss/oxide-android-arm64': 4.2.2 + '@tailwindcss/oxide-darwin-arm64': 4.2.2 + '@tailwindcss/oxide-darwin-x64': 4.2.2 + '@tailwindcss/oxide-freebsd-x64': 4.2.2 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.2 + '@tailwindcss/oxide-linux-arm64-gnu': 4.2.2 + '@tailwindcss/oxide-linux-arm64-musl': 4.2.2 + '@tailwindcss/oxide-linux-x64-gnu': 4.2.2 + '@tailwindcss/oxide-linux-x64-musl': 4.2.2 + '@tailwindcss/oxide-wasm32-wasi': 4.2.2 + '@tailwindcss/oxide-win32-arm64-msvc': 4.2.2 + '@tailwindcss/oxide-win32-x64-msvc': 4.2.2 + + '@types/aws-lambda@8.10.161': {} + + '@types/node@25.6.0': dependencies: undici-types: 7.19.2 - "@types/react@19.2.14": + '@types/react@19.2.14': dependencies: csstype: 3.2.3 - "@types/retry@0.12.0": {} + '@types/retry@0.12.0': {} - "@xterm/headless@5.5.0": {} + '@xterm/headless@6.0.0': {} agent-base@7.1.4: {} @@ -2276,34 +1911,34 @@ snapshots: dependencies: safe-buffer: 5.2.1 - esbuild@0.27.7: + esbuild@0.28.0: optionalDependencies: - "@esbuild/aix-ppc64": 0.27.7 - "@esbuild/android-arm": 0.27.7 - "@esbuild/android-arm64": 0.27.7 - "@esbuild/android-x64": 0.27.7 - "@esbuild/darwin-arm64": 0.27.7 - "@esbuild/darwin-x64": 0.27.7 - "@esbuild/freebsd-arm64": 0.27.7 - "@esbuild/freebsd-x64": 0.27.7 - "@esbuild/linux-arm": 0.27.7 - "@esbuild/linux-arm64": 0.27.7 - "@esbuild/linux-ia32": 0.27.7 - "@esbuild/linux-loong64": 0.27.7 - "@esbuild/linux-mips64el": 0.27.7 - "@esbuild/linux-ppc64": 0.27.7 - "@esbuild/linux-riscv64": 0.27.7 - "@esbuild/linux-s390x": 0.27.7 - "@esbuild/linux-x64": 0.27.7 - "@esbuild/netbsd-arm64": 0.27.7 - "@esbuild/netbsd-x64": 0.27.7 - "@esbuild/openbsd-arm64": 0.27.7 - "@esbuild/openbsd-x64": 0.27.7 - "@esbuild/openharmony-arm64": 0.27.7 - "@esbuild/sunos-x64": 0.27.7 - "@esbuild/win32-arm64": 0.27.7 - "@esbuild/win32-ia32": 0.27.7 - "@esbuild/win32-x64": 0.27.7 + '@esbuild/aix-ppc64': 0.28.0 + '@esbuild/android-arm': 0.28.0 + '@esbuild/android-arm64': 0.28.0 + '@esbuild/android-x64': 0.28.0 + '@esbuild/darwin-arm64': 0.28.0 + '@esbuild/darwin-x64': 0.28.0 + '@esbuild/freebsd-arm64': 0.28.0 + '@esbuild/freebsd-x64': 0.28.0 + '@esbuild/linux-arm': 0.28.0 + '@esbuild/linux-arm64': 0.28.0 + '@esbuild/linux-ia32': 0.28.0 + '@esbuild/linux-loong64': 0.28.0 + '@esbuild/linux-mips64el': 0.28.0 + '@esbuild/linux-ppc64': 0.28.0 + '@esbuild/linux-riscv64': 0.28.0 + '@esbuild/linux-s390x': 0.28.0 + '@esbuild/linux-x64': 0.28.0 + '@esbuild/netbsd-arm64': 0.28.0 + '@esbuild/netbsd-x64': 0.28.0 + '@esbuild/openbsd-arm64': 0.28.0 + '@esbuild/openbsd-x64': 0.28.0 + '@esbuild/openharmony-arm64': 0.28.0 + '@esbuild/sunos-x64': 0.28.0 + '@esbuild/win32-arm64': 0.28.0 + '@esbuild/win32-ia32': 0.28.0 + '@esbuild/win32-x64': 0.28.0 extend@3.0.2: {} @@ -2360,7 +1995,7 @@ snapshots: json-schema-to-ts@3.1.1: dependencies: - "@babel/runtime": 7.29.2 + '@babel/runtime': 7.29.2 ts-algebra: 2.0.0 json-with-bigint@3.5.8: {} @@ -2376,7 +2011,7 @@ snapshots: jwa: 2.0.1 safe-buffer: 5.2.1 - koffi@2.15.6: {} + koffi@2.16.0: {} lightningcss-android-arm64@1.32.0: optional: true @@ -2441,17 +2076,17 @@ snapshots: octokit@5.0.5: dependencies: - "@octokit/app": 16.1.2 - "@octokit/core": 7.0.6 - "@octokit/oauth-app": 8.0.3 - "@octokit/plugin-paginate-graphql": 6.0.0(@octokit/core@7.0.6) - "@octokit/plugin-paginate-rest": 14.0.0(@octokit/core@7.0.6) - "@octokit/plugin-rest-endpoint-methods": 17.0.0(@octokit/core@7.0.6) - "@octokit/plugin-retry": 8.1.0(@octokit/core@7.0.6) - "@octokit/plugin-throttling": 11.0.3(@octokit/core@7.0.6) - "@octokit/request-error": 7.1.0 - "@octokit/types": 16.0.0 - "@octokit/webhooks": 14.2.0 + '@octokit/app': 16.1.2 + '@octokit/core': 7.0.6 + '@octokit/oauth-app': 8.0.3 + '@octokit/plugin-paginate-graphql': 6.0.0(@octokit/core@7.0.6) + '@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6) + '@octokit/plugin-rest-endpoint-methods': 17.0.0(@octokit/core@7.0.6) + '@octokit/plugin-retry': 8.1.0(@octokit/core@7.0.6) + '@octokit/plugin-throttling': 11.0.3(@octokit/core@7.0.6) + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 + '@octokit/webhooks': 14.2.0 openai@6.34.0(ws@8.20.0): optionalDependencies: @@ -2459,22 +2094,22 @@ snapshots: p-retry@4.6.2: dependencies: - "@types/retry": 0.12.0 + '@types/retry': 0.12.0 retry: 0.13.1 - protobufjs@7.5.4: - dependencies: - "@protobufjs/aspromise": 1.1.2 - "@protobufjs/base64": 1.1.2 - "@protobufjs/codegen": 2.0.4 - "@protobufjs/eventemitter": 1.1.0 - "@protobufjs/fetch": 1.1.0 - "@protobufjs/float": 1.0.2 - "@protobufjs/inquire": 1.1.0 - "@protobufjs/path": 1.1.2 - "@protobufjs/pool": 1.1.0 - "@protobufjs/utf8": 1.1.0 - "@types/node": 25.6.0 + protobufjs@7.5.5: + dependencies: + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/base64': 1.1.2 + '@protobufjs/codegen': 2.0.4 + '@protobufjs/eventemitter': 1.1.0 + '@protobufjs/fetch': 1.1.0 + '@protobufjs/float': 1.0.2 + '@protobufjs/inquire': 1.1.0 + '@protobufjs/path': 1.1.2 + '@protobufjs/pool': 1.1.0 + '@protobufjs/utf8': 1.1.0 + '@types/node': 25.6.0 long: 5.3.2 react-dom@19.2.5(react@19.2.5):