From 36ea21a9647042a0d60ec8a3acd41492cd6178fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:42:22 +0000 Subject: [PATCH] Bump the runtime-dependencies group across 1 directory with 4 updates Bumps the runtime-dependencies group with 4 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js), [hono](https://github.com/honojs/hono) and [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch). Updates `@anthropic-ai/sdk` from 0.91.1 to 0.95.2 - [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.91.1...sdk-v0.95.2) Updates `@inquirer/prompts` from 8.4.2 to 8.4.3 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.4.2...@inquirer/prompts@8.4.3) Updates `hono` from 4.12.15 to 4.12.18 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.15...v4.12.18) Updates `openapi-fetch` from 0.13.8 to 0.17.0 - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-fetch@0.17.0/packages/openapi-fetch) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.95.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: "@inquirer/prompts" dependency-version: 8.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: hono dependency-version: 4.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: openapi-fetch dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- packages/ai/package.json | 4 +- packages/cli/package.json | 4 +- packages/core/package.json | 2 +- packages/desktop/package.json | 4 +- packages/sdk/package.json | 2 +- packages/server/package.json | 4 +- pnpm-lock.yaml | 282 ++++++++++++++++++++-------------- 7 files changed, 173 insertions(+), 129 deletions(-) diff --git a/packages/ai/package.json b/packages/ai/package.json index 23b36e0..f141649 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -17,8 +17,8 @@ }, "engines": { "node": ">=20" }, "dependencies": { - "@anthropic-ai/sdk": "^0.91.0", - "@inquirer/prompts": "^8.4.2", + "@anthropic-ai/sdk": "^0.95.2", + "@inquirer/prompts": "^8.4.3", "@lint/config": "workspace:*", "@lint/core": "workspace:*", "@lint/git": "workspace:*", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3fbd68f..99fbaf8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -33,8 +33,8 @@ "node": ">=20" }, "dependencies": { - "@anthropic-ai/sdk": "^0.91.0", - "@inquirer/prompts": "^8.4.2", + "@anthropic-ai/sdk": "^0.95.2", + "@inquirer/prompts": "^8.4.3", "@lint/ai": "workspace:*", "@lint/config": "workspace:*", "@lint/core": "workspace:*", diff --git a/packages/core/package.json b/packages/core/package.json index b7ca57c..3a29a4e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,7 +26,7 @@ "node": ">=20" }, "dependencies": { - "@inquirer/prompts": "^8.4.2", + "@inquirer/prompts": "^8.4.3", "@lint/config": "workspace:*", "@lint/git": "workspace:*", "@lint/hooks": "workspace:*", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 98106e7..ee6cc04 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -26,7 +26,7 @@ "dist:win": "pnpm build && electron-builder --win --x64 --arm64" }, "dependencies": { - "@anthropic-ai/sdk": "^0.91.1", + "@anthropic-ai/sdk": "^0.95.2", "@hono/node-server": "^1.13.7", "@lint/ai": "workspace:*", "@lint/config": "workspace:*", @@ -39,7 +39,7 @@ "@lint/server": "workspace:*", "electron-updater": "^6.8.3", "execa": "^9.6.0", - "hono": "^4.6.13", + "hono": "^4.12.18", "zod": "^3.24.4" }, "devDependencies": { diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 928ea99..a2ea52f 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -30,7 +30,7 @@ }, "engines": { "node": ">=20" }, "dependencies": { - "openapi-fetch": "^0.13.0" + "openapi-fetch": "^0.17.0" }, "devDependencies": { "@types/node": "^25.6.0", diff --git a/packages/server/package.json b/packages/server/package.json index ac5c8ac..33f0c2a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -15,7 +15,7 @@ }, "engines": { "node": ">=20" }, "dependencies": { - "@anthropic-ai/sdk": "^0.91.1", + "@anthropic-ai/sdk": "^0.95.2", "@hono/node-server": "^1.13.7", "@lint/ai": "workspace:*", "@lint/config": "workspace:*", @@ -25,7 +25,7 @@ "@lint/linters": "workspace:*", "@lint/policies": "workspace:*", "@lint/schemas": "workspace:*", - "hono": "^4.6.13", + "hono": "^4.12.18", "zod": "^3.24.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 993bf04..c222f5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,11 +24,11 @@ importers: packages/ai: dependencies: '@anthropic-ai/sdk': - specifier: ^0.91.0 - version: 0.91.1(zod@3.25.76) + specifier: ^0.95.2 + version: 0.95.2(zod@3.25.76) '@inquirer/prompts': - specifier: ^8.4.2 - version: 8.4.2(@types/node@25.6.0) + specifier: ^8.4.3 + version: 8.4.3(@types/node@25.6.0) '@lint/config': specifier: workspace:* version: link:../config @@ -47,7 +47,7 @@ importers: devDependencies: tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -55,11 +55,11 @@ importers: packages/cli: dependencies: '@anthropic-ai/sdk': - specifier: ^0.91.0 - version: 0.91.1(zod@3.25.76) + specifier: ^0.95.2 + version: 0.95.2(zod@3.25.76) '@inquirer/prompts': - specifier: ^8.4.2 - version: 8.4.2(@types/node@25.6.0) + specifier: ^8.4.3 + version: 8.4.3(@types/node@25.6.0) '@lint/ai': specifier: workspace:* version: link:../ai @@ -114,7 +114,7 @@ importers: version: 25.6.0 tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@6.0.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@6.0.3) typescript: specifier: ^6.0.3 version: 6.0.3 @@ -139,7 +139,7 @@ importers: version: 4.0.9 tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -150,8 +150,8 @@ importers: packages/core: dependencies: '@inquirer/prompts': - specifier: ^8.4.2 - version: 8.4.2(@types/node@25.6.0) + specifier: ^8.4.3 + version: 8.4.3(@types/node@25.6.0) '@lint/config': specifier: workspace:* version: link:../config @@ -188,7 +188,7 @@ importers: version: 4.0.9 tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -227,11 +227,11 @@ importers: packages/desktop: dependencies: '@anthropic-ai/sdk': - specifier: ^0.91.1 - version: 0.91.1(zod@3.25.76) + specifier: ^0.95.2 + version: 0.95.2(zod@3.25.76) '@hono/node-server': specifier: ^1.13.7 - version: 1.19.14(hono@4.12.15) + version: 1.19.14(hono@4.12.18) '@lint/ai': specifier: workspace:* version: link:../ai @@ -266,8 +266,8 @@ importers: specifier: ^9.6.0 version: 9.6.1 hono: - specifier: ^4.6.13 - version: 4.12.15 + specifier: ^4.12.18 + version: 4.12.18 zod: specifier: ^3.24.4 version: 3.25.76 @@ -283,7 +283,7 @@ importers: version: 25.1.8(electron-builder-squirrel-windows@25.1.8) tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -302,7 +302,7 @@ importers: version: 4.0.9 tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -321,7 +321,7 @@ importers: devDependencies: tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -352,7 +352,7 @@ importers: version: 4.0.9 tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -377,7 +377,7 @@ importers: devDependencies: tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -393,7 +393,7 @@ importers: devDependencies: tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -401,8 +401,8 @@ importers: packages/sdk: dependencies: openapi-fetch: - specifier: ^0.13.0 - version: 0.13.8 + specifier: ^0.17.0 + version: 0.17.0 devDependencies: '@types/node': specifier: ^25.6.0 @@ -412,7 +412,7 @@ importers: version: 7.13.0(typescript@5.9.3) tsup: specifier: ^8.4.0 - version: 8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3) typescript: specifier: ^5.8.3 version: 5.9.3 @@ -423,11 +423,11 @@ importers: packages/server: dependencies: '@anthropic-ai/sdk': - specifier: ^0.91.1 - version: 0.91.1(zod@3.25.76) + specifier: ^0.95.2 + version: 0.95.2(zod@3.25.76) '@hono/node-server': specifier: ^1.13.7 - version: 1.19.14(hono@4.12.15) + version: 1.19.14(hono@4.12.18) '@lint/ai': specifier: workspace:* version: link:../ai @@ -453,8 +453,8 @@ importers: specifier: workspace:* version: link:../schemas hono: - specifier: ^4.6.13 - version: 4.12.15 + specifier: ^4.12.18 + version: 4.12.18 zod: specifier: ^3.24.4 version: 3.25.76 @@ -474,8 +474,8 @@ packages: 7zip-bin@5.2.0: resolution: {integrity: sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A==} - '@anthropic-ai/sdk@0.91.1': - resolution: {integrity: sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==} + '@anthropic-ai/sdk@0.95.2': + resolution: {integrity: sha512-Egddwo3sheo1PzUrMkZnH6VkQYwS0h/b/i8vSK8Ta9M45UQipAMeDFH57dYuDAfXMEUUGeKw6CMlremgMZgrSQ==} hasBin: true peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -917,8 +917,8 @@ packages: resolution: {integrity: sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} - '@inquirer/checkbox@5.1.4': - resolution: {integrity: sha512-w6KF8ZYRvqHhROkOTHXYC3qIV/KYEu5o12oLqQySvch61vrYtRxNSHTONSdJqWiFJPlCUQAHT5OgOIyuTr+MHQ==} + '@inquirer/checkbox@5.1.5': + resolution: {integrity: sha512-Jmf9tgBHIEK5SAOB7swYfStqmtkZb00xOTpSQmkoGEpdxOTpJi9RS0A8bkfDPHTTItZRJrRdZrEMu25wyj0VfQ==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -926,8 +926,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@6.0.12': - resolution: {integrity: sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==} + '@inquirer/confirm@6.0.13': + resolution: {integrity: sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -935,8 +935,8 @@ packages: '@types/node': optional: true - '@inquirer/core@11.1.9': - resolution: {integrity: sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==} + '@inquirer/core@11.1.10': + resolution: {integrity: sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -944,8 +944,8 @@ packages: '@types/node': optional: true - '@inquirer/editor@5.1.1': - resolution: {integrity: sha512-6y11LgmNpmn5D2aB5FgnCfBUBK8ZstwLCalyJmORcJZ/WrhOjm16mu6eSqIx8DnErxDqSLr+Jkp+GP8/Nwd5tA==} + '@inquirer/editor@5.1.2': + resolution: {integrity: sha512-Y3Nor7S/DhIPo+8Ym/dSY4efwKI4BsflKDwXh0jNeXJsSF3dteS/3Yf+z4wkibVZDvYMyCgknSTQlNahfunGHg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -953,8 +953,8 @@ packages: '@types/node': optional: true - '@inquirer/expand@5.0.13': - resolution: {integrity: sha512-dF2zvrFo9LshkcB23/O1il13kBkBltWIXzut1evfbuBLXMiGIuC45c+ZQ0uukjCDsvI8OWqun4FRYMnzFCQa3g==} + '@inquirer/expand@5.0.14': + resolution: {integrity: sha512-qyY9zcIX2eKYwaAUiQo9zORd61Lc3sXeM72fVbeHkYnDkqfr8/armcRbmVAIrExeJhI2puk+uomeKtWrpUVUmQ==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -975,8 +975,8 @@ packages: resolution: {integrity: sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} - '@inquirer/input@5.0.12': - resolution: {integrity: sha512-uiMFBl4LqFzJClh80Q3f9hbOFJ6kgkDWI4LjAeBuyO6EanVVMF69AgOvpi1qdqjDSjDN6578B6nky9ceEpI+1Q==} + '@inquirer/input@5.0.13': + resolution: {integrity: sha512-0l0jCHlJnXIV8CTxwQC0C+5Ziq8WP22edWgmciW2xYvoeoSck4v5FvCS1ctKdqLLR0dUo93uAHgWHywgBSoRyw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -984,8 +984,8 @@ packages: '@types/node': optional: true - '@inquirer/number@4.0.12': - resolution: {integrity: sha512-/vrwhEf7Xsuh+YlHF4IjSy3g1cyrQuPaSiHIxCEbLu8qnfvrcvJyCkoktOOF+xV9gSb77/G0n3h04RbMDW2sIg==} + '@inquirer/number@4.0.13': + resolution: {integrity: sha512-WHmkYnnJAou5gx7RgcvAfUggnHNM1zWfoh0dFPl3dxVssuqt+dK5rIbaOYQXNyOegvFnopbKupjnhw2O8gANNg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -993,8 +993,8 @@ packages: '@types/node': optional: true - '@inquirer/password@5.0.12': - resolution: {integrity: sha512-CBh7YHju623lxJRcAOo498ZUwIuMy63bqW/vVq0tQAZVv+lkWlHkP9ealYE1utWSisEShY5VMdzIXRmyEODzcQ==} + '@inquirer/password@5.0.13': + resolution: {integrity: sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -1002,8 +1002,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@8.4.2': - resolution: {integrity: sha512-XJmn/wY4AX56l1BRU+ZjDrFtg9+2uBEi4JvJQj82kwJDQKiPgSn4CEsbfGGygS4Gw6rkL4W18oATjfVfaqub2Q==} + '@inquirer/prompts@8.4.3': + resolution: {integrity: sha512-ai5LseTw9HhegupIgmo4cn7RpnCGznjjXu4OI+7jMR8vu7T1ZCCNMzFFAovUCjL1fl0cceksIN1++yQE59SmZw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -1011,8 +1011,8 @@ packages: '@types/node': optional: true - '@inquirer/rawlist@5.2.8': - resolution: {integrity: sha512-Su7FQvp5buZmCymN3PPoYv31ZQQX4ve2j02k7piGgKAWgE+AQRB5YoYVveGXcl3TZ9ldgRMSxj56YfDFmmaqLg==} + '@inquirer/rawlist@5.2.9': + resolution: {integrity: sha512-a1ErXEfgjfPYpyQ89dp+7n2IISjH9oQg3ygvF5adz8B7aHn4n2PjEgu1wpVTp69K3bj3lVLxP0qJ2b1clk1Whw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -1020,8 +1020,8 @@ packages: '@types/node': optional: true - '@inquirer/search@4.1.8': - resolution: {integrity: sha512-fGiHKGD6DyPIYUWxoXnQTeXeyYqSOUrasDMABBmMHUalH/LxkuzY0xVRtimXAt1sUeeyYkVuKQx1bebMuN11Kw==} + '@inquirer/search@4.1.9': + resolution: {integrity: sha512-ZlbM28Q9lmLkFPNAIv+ZuY530n5Km8U1WW48oYEvDhe9yc2uL3m3t+JSdRUkQlk5fuIuskgiIVjcb7czFzQpuA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -1029,8 +1029,8 @@ packages: '@types/node': optional: true - '@inquirer/select@5.1.4': - resolution: {integrity: sha512-2kWcGKPMLAXAWRp1AH1SLsQmX+j0QjeljyXMUji9WMZC8nRDO0b7qquIGr6143E7KMLt3VAIGNXzwa/6PXQs4Q==} + '@inquirer/select@5.1.5': + resolution: {integrity: sha512-6SRg6kHfK/sjLXOsuqNebuir+sjwrf/iWuRUnXgB2slzEewppI1WfzeS16XxDcOQmXBruMmmB9Cgrz7wsAxqMg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} peerDependencies: '@types/node': '>=18' @@ -1335,6 +1335,9 @@ packages: resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} engines: {node: '>=18'} + '@stablelib/base64@1.0.1': + resolution: {integrity: sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==} + '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} @@ -1377,8 +1380,8 @@ packages: '@tsconfig/svelte@5.0.8': resolution: {integrity: sha512-UkNnw1/oFEfecR8ypyHIQuWYdkPvHiwcQ78sh+ymIiYoF+uc5H1UBetbjyqT+vgGJ3qQN6nhucJviX6HesWtKQ==} - '@tybys/wasm-util@0.10.1': - resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} + '@tybys/wasm-util@0.10.2': + resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} '@types/cacheable-request@6.0.3': resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} @@ -2062,6 +2065,9 @@ packages: fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + fast-sha256@1.3.0: + resolution: {integrity: sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==} + fast-string-truncated-width@3.0.3: resolution: {integrity: sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==} @@ -2218,8 +2224,8 @@ packages: resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} engines: {node: '>= 0.4'} - hono@4.12.15: - resolution: {integrity: sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==} + hono@4.12.18: + resolution: {integrity: sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==} engines: {node: '>=16.9.0'} hosted-git-info@4.1.0: @@ -2665,6 +2671,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + nanospinner@1.2.2: resolution: {integrity: sha512-Zt/AmG6qRU3e+WnzGGLuMCEAO/dAu45stNbHY223tUxldaDAeE+FxSPsd9Q+j+paejmm0ZbrNVs5Sraqy3dRxA==} @@ -2727,11 +2738,11 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - openapi-fetch@0.13.8: - resolution: {integrity: sha512-yJ4QKRyNxE44baQ9mY5+r/kAzZ8yXMemtNAOFwOzRXJscdjSxxzWSNlyBAr+o5JjkUw9Lc3W7OIoca0cY3PYnQ==} + openapi-fetch@0.17.0: + resolution: {integrity: sha512-PsbZR1wAPcG91eEthKhN+Zn92FMHxv+/faECIwjXdxfTODGSGegYv0sc1Olz+HYPvKOuoXfp+0pA2XVt2cI0Ig==} - openapi-typescript-helpers@0.0.15: - resolution: {integrity: sha512-opyTPaunsklCBpTK8JGef6mfPhLSnyy5a0IN9vKtx3+4aExf+KxEqYwIy3hqkedXIB97u357uLMJsOnm3GVjsw==} + openapi-typescript-helpers@0.1.0: + resolution: {integrity: sha512-OKTGPthhivLw/fHz6c3OPtg72vi86qaMlqbJuVJ23qOvQ+53uw1n7HdmkJFibloF7QEjDrDkzJiOJuockM/ljw==} openapi-typescript@7.13.0: resolution: {integrity: sha512-EFP392gcqXS7ntPvbhBzbF8TyBA+baIYEm791Hy5YkjDYKTnk/Tn5OQeKm5BIZvJihpp8Zzr4hzx0Irde1LNGQ==} @@ -2840,6 +2851,10 @@ packages: resolution: {integrity: sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.14: + resolution: {integrity: sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==} + engines: {node: ^10 || ^12 || >=14} + prettier@3.8.3: resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} engines: {node: '>=14'} @@ -3051,6 +3066,9 @@ packages: stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + standardwebhooks@1.0.0: + resolution: {integrity: sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==} + stat-mode@1.0.0: resolution: {integrity: sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==} engines: {node: '>= 6'} @@ -3523,9 +3541,10 @@ snapshots: 7zip-bin@5.2.0: {} - '@anthropic-ai/sdk@0.91.1(zod@3.25.76)': + '@anthropic-ai/sdk@0.95.2(zod@3.25.76)': dependencies: json-schema-to-ts: 3.1.1 + standardwebhooks: 1.0.0 optionalDependencies: zod: 3.25.76 @@ -3827,29 +3846,29 @@ snapshots: '@gar/promisify@1.1.3': {} - '@hono/node-server@1.19.14(hono@4.12.15)': + '@hono/node-server@1.19.14(hono@4.12.18)': dependencies: - hono: 4.12.15 + hono: 4.12.18 '@inquirer/ansi@2.0.5': {} - '@inquirer/checkbox@5.1.4(@types/node@25.6.0)': + '@inquirer/checkbox@5.1.5(@types/node@25.6.0)': dependencies: '@inquirer/ansi': 2.0.5 - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/figures': 2.0.5 '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/confirm@6.0.12(@types/node@25.6.0)': + '@inquirer/confirm@6.0.13(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/core@11.1.9(@types/node@25.6.0)': + '@inquirer/core@11.1.10(@types/node@25.6.0)': dependencies: '@inquirer/ansi': 2.0.5 '@inquirer/figures': 2.0.5 @@ -3861,17 +3880,17 @@ snapshots: optionalDependencies: '@types/node': 25.6.0 - '@inquirer/editor@5.1.1(@types/node@25.6.0)': + '@inquirer/editor@5.1.2(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/external-editor': 3.0.0(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/expand@5.0.13(@types/node@25.6.0)': + '@inquirer/expand@5.0.14(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 @@ -3885,62 +3904,62 @@ snapshots: '@inquirer/figures@2.0.5': {} - '@inquirer/input@5.0.12(@types/node@25.6.0)': + '@inquirer/input@5.0.13(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/number@4.0.12(@types/node@25.6.0)': + '@inquirer/number@4.0.13(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/password@5.0.12(@types/node@25.6.0)': + '@inquirer/password@5.0.13(@types/node@25.6.0)': dependencies: '@inquirer/ansi': 2.0.5 - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/prompts@8.4.2(@types/node@25.6.0)': - dependencies: - '@inquirer/checkbox': 5.1.4(@types/node@25.6.0) - '@inquirer/confirm': 6.0.12(@types/node@25.6.0) - '@inquirer/editor': 5.1.1(@types/node@25.6.0) - '@inquirer/expand': 5.0.13(@types/node@25.6.0) - '@inquirer/input': 5.0.12(@types/node@25.6.0) - '@inquirer/number': 4.0.12(@types/node@25.6.0) - '@inquirer/password': 5.0.12(@types/node@25.6.0) - '@inquirer/rawlist': 5.2.8(@types/node@25.6.0) - '@inquirer/search': 4.1.8(@types/node@25.6.0) - '@inquirer/select': 5.1.4(@types/node@25.6.0) + '@inquirer/prompts@8.4.3(@types/node@25.6.0)': + dependencies: + '@inquirer/checkbox': 5.1.5(@types/node@25.6.0) + '@inquirer/confirm': 6.0.13(@types/node@25.6.0) + '@inquirer/editor': 5.1.2(@types/node@25.6.0) + '@inquirer/expand': 5.0.14(@types/node@25.6.0) + '@inquirer/input': 5.0.13(@types/node@25.6.0) + '@inquirer/number': 4.0.13(@types/node@25.6.0) + '@inquirer/password': 5.0.13(@types/node@25.6.0) + '@inquirer/rawlist': 5.2.9(@types/node@25.6.0) + '@inquirer/search': 4.1.9(@types/node@25.6.0) + '@inquirer/select': 5.1.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/rawlist@5.2.8(@types/node@25.6.0)': + '@inquirer/rawlist@5.2.9(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/search@4.1.8(@types/node@25.6.0)': + '@inquirer/search@4.1.9(@types/node@25.6.0)': dependencies: - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/figures': 2.0.5 '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: '@types/node': 25.6.0 - '@inquirer/select@5.1.4(@types/node@25.6.0)': + '@inquirer/select@5.1.5(@types/node@25.6.0)': dependencies: '@inquirer/ansi': 2.0.5 - '@inquirer/core': 11.1.9(@types/node@25.6.0) + '@inquirer/core': 11.1.10(@types/node@25.6.0) '@inquirer/figures': 2.0.5 '@inquirer/type': 4.0.5(@types/node@25.6.0) optionalDependencies: @@ -3995,7 +4014,7 @@ snapshots: dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 - '@tybys/wasm-util': 0.10.1 + '@tybys/wasm-util': 0.10.2 optional: true '@npmcli/fs@2.1.2': @@ -4168,6 +4187,8 @@ snapshots: '@sindresorhus/merge-streams@4.0.0': {} + '@stablelib/base64@1.0.1': {} + '@standard-schema/spec@1.1.0': {} '@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)': @@ -4211,7 +4232,7 @@ snapshots: '@tsconfig/svelte@5.0.8': {} - '@tybys/wasm-util@0.10.1': + '@tybys/wasm-util@0.10.2': dependencies: tslib: 2.8.1 optional: true @@ -4307,6 +4328,14 @@ snapshots: optionalDependencies: vite: 6.4.2(@types/node@24.12.2)(lightningcss@1.32.0)(tsx@4.21.0) + '@vitest/mocker@3.2.4(vite@6.4.2(@types/node@25.6.0)(lightningcss@1.32.0)(tsx@4.21.0))': + dependencies: + '@vitest/spy': 3.2.4 + estree-walker: 3.0.3 + magic-string: 0.30.21 + optionalDependencies: + vite: 6.4.2(@types/node@25.6.0)(lightningcss@1.32.0)(tsx@4.21.0) + '@vitest/mocker@4.1.5(vite@8.0.10(@types/node@25.6.0)(esbuild@0.27.7)(tsx@4.21.0))': dependencies: '@vitest/spy': 4.1.5 @@ -5085,6 +5114,8 @@ snapshots: fast-json-stable-stringify@2.1.0: {} + fast-sha256@1.3.0: {} + fast-string-truncated-width@3.0.3: {} fast-string-width@3.0.2: @@ -5291,7 +5322,7 @@ snapshots: dependencies: function-bind: 1.1.2 - hono@4.12.15: {} + hono@4.12.18: {} hosted-git-info@4.1.0: dependencies: @@ -5679,6 +5710,8 @@ snapshots: nanoid@3.3.11: {} + nanoid@3.3.12: {} + nanospinner@1.2.2: dependencies: picocolors: 1.1.1 @@ -5748,11 +5781,11 @@ snapshots: dependencies: mimic-fn: 2.1.0 - openapi-fetch@0.13.8: + openapi-fetch@0.17.0: dependencies: - openapi-typescript-helpers: 0.0.15 + openapi-typescript-helpers: 0.1.0 - openapi-typescript-helpers@0.0.15: {} + openapi-typescript-helpers@0.1.0: {} openapi-typescript@7.13.0(typescript@5.9.3): dependencies: @@ -5835,11 +5868,11 @@ snapshots: pluralize@8.0.0: {} - postcss-load-config@6.0.1(postcss@8.5.10)(tsx@4.21.0): + postcss-load-config@6.0.1(postcss@8.5.14)(tsx@4.21.0): dependencies: lilconfig: 3.1.3 optionalDependencies: - postcss: 8.5.10 + postcss: 8.5.14 tsx: 4.21.0 postcss@8.5.10: @@ -5848,6 +5881,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.14: + dependencies: + nanoid: 3.3.12 + picocolors: 1.1.1 + source-map-js: 1.2.1 + prettier@3.8.3: {} pretty-ms@9.3.0: @@ -6081,6 +6120,11 @@ snapshots: stackback@0.0.2: {} + standardwebhooks@1.0.0: + dependencies: + '@stablelib/base64': 1.0.1 + fast-sha256: 1.3.0 + stat-mode@1.0.0: {} std-env@3.10.0: {} @@ -6246,7 +6290,7 @@ snapshots: tslib@2.8.1: optional: true - tsup@8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@5.9.3): + tsup@8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@5.9.3): dependencies: bundle-require: 5.1.0(esbuild@0.27.7) cac: 6.7.14 @@ -6257,7 +6301,7 @@ snapshots: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(postcss@8.5.10)(tsx@4.21.0) + postcss-load-config: 6.0.1(postcss@8.5.14)(tsx@4.21.0) resolve-from: 5.0.0 rollup: 4.60.2 source-map: 0.7.6 @@ -6266,7 +6310,7 @@ snapshots: tinyglobby: 0.2.16 tree-kill: 1.2.2 optionalDependencies: - postcss: 8.5.10 + postcss: 8.5.14 typescript: 5.9.3 transitivePeerDependencies: - jiti @@ -6274,7 +6318,7 @@ snapshots: - tsx - yaml - tsup@8.5.1(postcss@8.5.10)(tsx@4.21.0)(typescript@6.0.3): + tsup@8.5.1(postcss@8.5.14)(tsx@4.21.0)(typescript@6.0.3): dependencies: bundle-require: 5.1.0(esbuild@0.27.7) cac: 6.7.14 @@ -6285,7 +6329,7 @@ snapshots: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(postcss@8.5.10)(tsx@4.21.0) + postcss-load-config: 6.0.1(postcss@8.5.14)(tsx@4.21.0) resolve-from: 5.0.0 rollup: 4.60.2 source-map: 0.7.6 @@ -6294,7 +6338,7 @@ snapshots: tinyglobby: 0.2.16 tree-kill: 1.2.2 optionalDependencies: - postcss: 8.5.10 + postcss: 8.5.14 typescript: 6.0.3 transitivePeerDependencies: - jiti @@ -6431,7 +6475,7 @@ snapshots: dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 - postcss: 8.5.10 + postcss: 8.5.14 rolldown: 1.0.0-rc.17 tinyglobby: 0.2.16 optionalDependencies: @@ -6490,7 +6534,7 @@ snapshots: dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(vite@6.4.2(@types/node@24.12.2)(lightningcss@1.32.0)(tsx@4.21.0)) + '@vitest/mocker': 3.2.4(vite@6.4.2(@types/node@25.6.0)(lightningcss@1.32.0)(tsx@4.21.0)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4