From fa21050af0489e21a2588eaf4bf7a41aa0b15b24 Mon Sep 17 00:00:00 2001 From: cpojer Date: Tue, 10 Feb 2026 08:52:07 +0900 Subject: [PATCH] chore: Update deps. --- extensions/memory-lancedb/package.json | 4 +- package.json | 8 +- pnpm-lock.yaml | 417 ++++++++++++++++++------- 3 files changed, 316 insertions(+), 113 deletions(-) diff --git a/extensions/memory-lancedb/package.json b/extensions/memory-lancedb/package.json index e7299f3eef..f3f99fec3f 100644 --- a/extensions/memory-lancedb/package.json +++ b/extensions/memory-lancedb/package.json @@ -5,9 +5,9 @@ "description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture", "type": "module", "dependencies": { - "@lancedb/lancedb": "^0.24.1", + "@lancedb/lancedb": "^0.26.2", "@sinclair/typebox": "0.34.48", - "openai": "^6.18.0" + "openai": "^6.19.0" }, "devDependencies": { "openclaw": "workspace:*" diff --git a/package.json b/package.json index e3687d2923..fb430a8574 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ }, "dependencies": { "@agentclientprotocol/sdk": "0.14.1", - "@aws-sdk/client-bedrock": "^3.985.0", + "@aws-sdk/client-bedrock": "^3.986.0", "@buape/carbon": "0.14.0", "@clack/prompts": "^1.0.0", "@grammyjs/runner": "^2.0.3", @@ -135,7 +135,7 @@ "dotenv": "^17.2.4", "express": "^5.2.1", "file-type": "^21.3.0", - "grammy": "^1.39.3", + "grammy": "^1.40.0", "hono": "4.11.9", "jiti": "^2.6.1", "json5": "^2.2.3", @@ -160,7 +160,7 @@ "zod": "^4.3.6" }, "devDependencies": { - "@grammyjs/types": "^3.23.0", + "@grammyjs/types": "^3.24.0", "@lit-labs/signals": "^0.2.0", "@lit/context": "^1.1.6", "@types/express": "^5.0.6", @@ -169,7 +169,7 @@ "@types/proper-lockfile": "^4.1.4", "@types/qrcode-terminal": "^0.12.2", "@types/ws": "^8.18.1", - "@typescript/native-preview": "7.0.0-dev.20260208.1", + "@typescript/native-preview": "7.0.0-dev.20260209.1", "@vitest/coverage-v8": "^4.0.18", "lit": "^3.3.2", "ollama": "^0.6.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d60755776d..ac4d4c9ca2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: 0.14.1 version: 0.14.1(zod@4.3.6) '@aws-sdk/client-bedrock': - specifier: ^3.985.0 - version: 3.985.0 + specifier: ^3.986.0 + version: 3.986.0 '@buape/carbon': specifier: 0.14.0 version: 0.14.0(hono@4.11.8) @@ -32,10 +32,10 @@ importers: version: 1.0.0 '@grammyjs/runner': specifier: ^2.0.3 - version: 2.0.3(grammy@1.39.3) + version: 2.0.3(grammy@1.40.0) '@grammyjs/transformer-throttler': specifier: ^1.2.1 - version: 1.2.1(grammy@1.39.3) + version: 1.2.1(grammy@1.40.0) '@homebridge/ciao': specifier: ^1.3.5 version: 1.3.5 @@ -109,8 +109,8 @@ importers: specifier: ^21.3.0 version: 21.3.0 grammy: - specifier: ^1.39.3 - version: 1.39.3 + specifier: ^1.40.0 + version: 1.40.0 hono: specifier: 4.11.8 version: 4.11.8 @@ -182,8 +182,8 @@ importers: version: 4.3.6 devDependencies: '@grammyjs/types': - specifier: ^3.23.0 - version: 3.23.0 + specifier: ^3.24.0 + version: 3.24.0 '@lit-labs/signals': specifier: ^0.2.0 version: 0.2.0 @@ -209,8 +209,8 @@ importers: specifier: ^8.18.1 version: 8.18.1 '@typescript/native-preview': - specifier: 7.0.0-dev.20260208.1 - version: 7.0.0-dev.20260208.1 + specifier: 7.0.0-dev.20260209.1 + version: 7.0.0-dev.20260209.1 '@vitest/coverage-v8': specifier: ^4.0.18 version: 4.0.18(@vitest/browser@4.0.18(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))(vitest@4.0.18))(vitest@4.0.18) @@ -234,7 +234,7 @@ importers: version: 1.0.0-rc.3 tsdown: specifier: ^0.20.3 - version: 0.20.3(@typescript/native-preview@7.0.0-dev.20260208.1)(typescript@5.9.3) + version: 0.20.3(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) tsx: specifier: ^4.21.0 version: 4.21.0 @@ -402,14 +402,14 @@ importers: extensions/memory-lancedb: dependencies: '@lancedb/lancedb': - specifier: ^0.24.1 - version: 0.24.1(apache-arrow@18.1.0) + specifier: ^0.26.2 + version: 0.26.2(apache-arrow@18.1.0) '@sinclair/typebox': specifier: 0.34.48 version: 0.34.48 openai: - specifier: ^6.18.0 - version: 6.18.0(ws@8.19.0)(zod@4.3.6) + specifier: ^6.19.0 + version: 6.19.0(ws@8.19.0)(zod@4.3.6) devDependencies: openclaw: specifier: workspace:* @@ -633,12 +633,12 @@ packages: '@aws-crypto/util@5.2.0': resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} - '@aws-sdk/client-bedrock-runtime@3.985.0': - resolution: {integrity: sha512-jkQ+G+b/6Z6gUsn8jNSjJsFVgxnA4HtyOjrpHfmp8nHWLRFTOIw3HfY2vAlDgg/uUJ7cezVG0/tmbwujFqX25A==} + '@aws-sdk/client-bedrock-runtime@3.986.0': + resolution: {integrity: sha512-QFWFS8dCydWP1fsinjDo1QNKI9/aYYiD1KqVaWw7J3aYtdtcdyXD/ghnUms6P/IJycea2k+1xvVpvuejRG3SNw==} engines: {node: '>=20.0.0'} - '@aws-sdk/client-bedrock@3.985.0': - resolution: {integrity: sha512-f2+AnyRQzb0GPwkKsE2lWTchNwnuysYs6GVN1k0PV1w3irFh/m0Hz125LXC6jdogHwzLqQxGHqwiZzVxhF5CvA==} + '@aws-sdk/client-bedrock@3.986.0': + resolution: {integrity: sha512-xQo4j2vtdwERk/cuKJBN8A4tpoPr9Rr08QU7jRsekjLiJwr4VsWkNhJh+Z4X/dpUFh6Vwpu5GiQr0HPa7xlCFQ==} engines: {node: '>=20.0.0'} '@aws-sdk/client-sso@3.985.0': @@ -705,14 +705,18 @@ packages: resolution: {integrity: sha512-HUD+geASjXSCyL/DHPQc/Ua7JhldTcIglVAoCV8kiVm99IaFSlAbTvEnyhZwdE6bdFyTL+uIaWLaCFSRsglZBQ==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-websocket@3.972.5': - resolution: {integrity: sha512-BN4A9K71WRIlpQ3+IYGdBC2wVyobZ95g6ZomodmJ8Te772GWo0iDk2Mv6JIHdr842tOTgi1b3npLIFDUS4hl4g==} + '@aws-sdk/middleware-websocket@3.972.6': + resolution: {integrity: sha512-1DedO6N3m8zQ/vG6twNiHtsdwBgk773VdavLEbB3NXeKZDlzSK1BTviqWwvJdKx5UnIy4kGGP6WWpCEFEt/bhQ==} engines: {node: '>= 14.0.0'} '@aws-sdk/nested-clients@3.985.0': resolution: {integrity: sha512-TsWwKzb/2WHafAY0CE7uXgLj0FmnkBTgfioG9HO+7z/zCPcl1+YU+i7dW4o0y+aFxFgxTMG+ExBQpqT/k2ao8g==} engines: {node: '>=20.0.0'} + '@aws-sdk/nested-clients@3.986.0': + resolution: {integrity: sha512-/yq4hr3KUBIIX/bcccscXOzFoe6NSiAUFTsHaM2VZWYpPw7JwlqnPsfFVONAjuuYovjP/O+qYBx1oj85C7Dplw==} + engines: {node: '>=20.0.0'} + '@aws-sdk/region-config-resolver@3.972.3': resolution: {integrity: sha512-v4J8qYAWfOMcZ4MJUyatntOicTzEMaU7j3OpkRCGGFSL2NgXQ5VbxauIyORA+pxdKZ0qQG2tCQjQjZDlXEC3Ow==} engines: {node: '>=20.0.0'} @@ -721,6 +725,10 @@ packages: resolution: {integrity: sha512-+hwpHZyEq8k+9JL2PkE60V93v2kNhUIv7STFt+EAez1UJsJOQDhc5LpzEX66pNjclI5OTwBROs/DhJjC/BtMjQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/token-providers@3.986.0': + resolution: {integrity: sha512-1T2/iqONrISWJPUFyznvjVdoZrpFjuhI0FKjTrA2iSmEFpzWu+ctgGHYdxNoBNVzleO8BFD+w8S+rDQAuAre5g==} + engines: {node: '>=20.0.0'} + '@aws-sdk/types@3.973.1': resolution: {integrity: sha512-DwHBiMNOB468JiX6+i34c+THsKHErYUdNQ3HexeXZvVn4zouLjgaS4FejiGSi2HyBuzuyHg7SuOPmjSvoU9NRg==} engines: {node: '>=20.0.0'} @@ -729,6 +737,10 @@ packages: resolution: {integrity: sha512-vth7UfGSUR3ljvaq8V4Rc62FsM7GUTH/myxPWkaEgOrprz1/Pc72EgTXxj+cPPPDAfHFIpjhkB7T7Td0RJx+BA==} engines: {node: '>=20.0.0'} + '@aws-sdk/util-endpoints@3.986.0': + resolution: {integrity: sha512-Mqi79L38qi1gCG3adlVdbNrSxvcm1IPDLiJPA3OBypY5ewxUyWbaA3DD4goG+EwET6LSFgZJcRSIh6KBNpP5pA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/util-format-url@3.972.3': resolution: {integrity: sha512-n7F2ycckcKFXa01vAsT/SJdjFHfKH9s96QHcs5gn8AaaigASICeME8WdUL9uBp8XV/OVwEt8+6gzn6KFUgQa8g==} engines: {node: '>=20.0.0'} @@ -1074,8 +1086,8 @@ packages: peerDependencies: grammy: ^1.0.0 - '@grammyjs/types@3.23.0': - resolution: {integrity: sha512-D3jQ4UWERPsyR3op/YFudMMIPNTU47vy7L51uO9/73tMELmjO/+LX5N36/Y0CG5IQfIsz43MxiHI5rgsK0/k+g==} + '@grammyjs/types@3.24.0': + resolution: {integrity: sha512-qQIEs4lN5WqUdr4aT8MeU6UFpMbGYAvcvYSW1A4OO1PABGJQHz/KLON6qvpf+5RxaNDQBxiY2k2otIhg/AG7RQ==} '@grpc/grpc-js@1.14.3': resolution: {integrity: sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==} @@ -1290,44 +1302,50 @@ packages: '@kwsites/promise-deferred@1.1.1': resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} - '@lancedb/lancedb-linux-arm64-gnu@0.24.1': - resolution: {integrity: sha512-68T+PVou6NmmNlBpJBXrpa1ITM9Wu/LZ4o1kTi9Kn0TCulb/JhtAGhcmM0gFt4GUTsZQAO9kcDuWN8Mya9lQsw==} + '@lancedb/lancedb-darwin-arm64@0.26.2': + resolution: {integrity: sha512-LAZ/v261eTlv44KoEm+AdqGnohS9IbVVVJkH9+8JTqwhe/k4j4Af8X9cD18tsaJAAtrGxxOCyIJ3wZTiBqrkCw==} + engines: {node: '>= 18'} + cpu: [arm64] + os: [darwin] + + '@lancedb/lancedb-linux-arm64-gnu@0.26.2': + resolution: {integrity: sha512-guHKm+zvuQB22dgyn6/sYZJvD6IL9lC24cl6ZuzVX/jYgag/gNLHT86HongrcBjgdjI6+YIGmdfD6b/iAKxn3Q==} engines: {node: '>= 18'} cpu: [arm64] os: [linux] - '@lancedb/lancedb-linux-arm64-musl@0.24.1': - resolution: {integrity: sha512-9ZFJYDroNTlIJcI8DU8w8yntNK1+MmNGT0s3NcDECqK0+9Mmt+3TV7GJi5zInB2UJTq5vklMgkGu2tHCUV+GmA==} + '@lancedb/lancedb-linux-arm64-musl@0.26.2': + resolution: {integrity: sha512-pR6Hs/0iphItrJYYLf/yrqCC+scPcHpCGl6rHqcU2GHxo5RFpzlMzqW1DiXScGiBRuCcD9HIMec+kBsOgXv4GQ==} engines: {node: '>= 18'} cpu: [arm64] os: [linux] - '@lancedb/lancedb-linux-x64-gnu@0.24.1': - resolution: {integrity: sha512-5rN3DglPY0JyxmVYh7i31sDTie6VtDSD3pK8RrrevEXCFEC70wbtZ0rntF3yS4uh6iuDnh698EQIDKrwZ6tYcg==} + '@lancedb/lancedb-linux-x64-gnu@0.26.2': + resolution: {integrity: sha512-u4UUSPwd2YecgGqWjh9W0MHKgsVwB2Ch2ROpF8AY+IA7kpGsbB18R1/t7v2B0q7pahRy20dgsaku5LH1zuzMRQ==} engines: {node: '>= 18'} cpu: [x64] os: [linux] - '@lancedb/lancedb-linux-x64-musl@0.24.1': - resolution: {integrity: sha512-IPhYaw2p/OSXcPXdu2PNjJ5O0ZcjfhVGtqMwrsmjV2GmTdt3HOpENWR1KMA5OnKMH3ZbS/e6Q4kTb9MUuV+E3A==} + '@lancedb/lancedb-linux-x64-musl@0.26.2': + resolution: {integrity: sha512-XIS4qkVfGlzmsUPqAG2iKt8ykuz28GfemGC0ijXwu04kC1pYiCFzTpB3UIZjm5oM7OTync1aQ3mGTj1oCciSPA==} engines: {node: '>= 18'} cpu: [x64] os: [linux] - '@lancedb/lancedb-win32-arm64-msvc@0.24.1': - resolution: {integrity: sha512-lRD1Srul8mnv+tQKC5ncgq5Q2VRQtDhvRPVFR3zYbaZQN9cn5uaYusQxhrJ6ZeObzFj+TTZCRe8l/rIP9tIHBg==} + '@lancedb/lancedb-win32-arm64-msvc@0.26.2': + resolution: {integrity: sha512-//tZDPitm2PxNvalHP+m+Pf6VvFAeQgcht1+HJnutjH4gp6xYW6ynQlWWFDBmz9WRkUT+mXu2O4FUIhbdNaJSQ==} engines: {node: '>= 18'} cpu: [arm64] os: [win32] - '@lancedb/lancedb-win32-x64-msvc@0.24.1': - resolution: {integrity: sha512-rrngZ05GRfNGZsMMlppnN3ayP8NNZleyoHW5yMbocmL1vZPChiU7W4OM211snbrr/qJ1F72qrExcdnQ/4xMaxg==} + '@lancedb/lancedb-win32-x64-msvc@0.26.2': + resolution: {integrity: sha512-GH3pfyzicgPGTb84xMXgujlWDaAnBTmUyjooYiCE2tC24BaehX4hgFhXivamzAEsF5U2eVsA/J60Ppif+skAbA==} engines: {node: '>= 18'} cpu: [x64] os: [win32] - '@lancedb/lancedb@0.24.1': - resolution: {integrity: sha512-uHQePFHlZMZg/lD4m/0dA01u47G309C8QCLxCVt6zlCRDjUtXUEpV09sMu+ujVfsYYI2SdBbAyDbbI9Mn6eK0w==} + '@lancedb/lancedb@0.26.2': + resolution: {integrity: sha512-umk4WMCTwJntLquwvUbpqE+TXREolcQVL9MHcxr8EhRjsha88+ATJ4QuS/hpyiE1CG3R/XcgrMgJAGkziPC/gA==} engines: {node: '>= 18'} cpu: [x64, arm64] os: [darwin, linux, win32] @@ -1504,70 +1522,140 @@ packages: cpu: [arm64] os: [android] + '@napi-rs/canvas-android-arm64@0.1.91': + resolution: {integrity: sha512-SLLzXXgSnfct4zy/BVAfweZQkYkPJsNsJ2e5DOE8DFEHC6PufyUrwb12yqeu2So2IOIDpWJJaDAxKY/xpy6MYQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + '@napi-rs/canvas-darwin-arm64@0.1.90': resolution: {integrity: sha512-L8XVTXl+8vd8u7nPqcX77NyG5RuFdVsJapQrKV9WE3jBayq1aSMht/IH7Dwiz/RNJ86E5ZSg9pyUPFIlx52PZA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] + '@napi-rs/canvas-darwin-arm64@0.1.91': + resolution: {integrity: sha512-bzdbCjIjw3iRuVFL+uxdSoMra/l09ydGNX9gsBxO/zg+5nlppscIpj6gg+nL6VNG85zwUarDleIrUJ+FWHvmuA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + '@napi-rs/canvas-darwin-x64@0.1.90': resolution: {integrity: sha512-h0ukhlnGhacbn798VWYTQZpf6JPDzQYaow+vtQ2Fat7j7ImDdpg6tfeqvOTO1r8wS+s+VhBIFITC7aA1Aik0ZQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] + '@napi-rs/canvas-darwin-x64@0.1.91': + resolution: {integrity: sha512-q3qpkpw0IsG9fAS/dmcGIhCVoNxj8ojbexZKWwz3HwxlEWsLncEQRl4arnxrwbpLc2nTNTyj4WwDn7QR5NDAaA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.90': resolution: {integrity: sha512-JCvTl99b/RfdBtgftqrf+5UNF7GIbp7c5YBFZ+Bd6++4Y3phaXG/4vD9ZcF1bw1P4VpALagHmxvodHuQ9/TfTg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.91': + resolution: {integrity: sha512-Io3g8wJZVhK8G+Fpg1363BE90pIPqg+ZbeehYNxPWDSzbgwU3xV0l8r/JBzODwC7XHi1RpFEk+xyUTMa2POj6w==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + '@napi-rs/canvas-linux-arm64-gnu@0.1.90': resolution: {integrity: sha512-vbWFp8lrP8NIM5L4zNOwnsqKIkJo0+GIRUDcLFV9XEJCptCc1FY6/tM02PT7GN4PBgochUPB1nBHdji6q3ieyQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@napi-rs/canvas-linux-arm64-gnu@0.1.91': + resolution: {integrity: sha512-HBnto+0rxx1bQSl8bCWA9PyBKtlk2z/AI32r3cu4kcNO+M/5SD4b0v1MWBWZyqMQyxFjWgy3ECyDjDKMC6tY1A==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@napi-rs/canvas-linux-arm64-musl@0.1.90': resolution: {integrity: sha512-8Bc0BgGEeOaux4EfIfNzcRRw0JE+lO9v6RWQFCJNM9dJFE4QJffTf88hnmbOaI6TEMpgWOKipbha3dpIdUqb/g==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@napi-rs/canvas-linux-arm64-musl@0.1.91': + resolution: {integrity: sha512-/eJtVe2Xw9A86I4kwXpxxoNagdGclu12/NSMsfoL8q05QmeRCbfjhg1PJS7ENAuAvaiUiALGrbVfeY1KU1gztQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@napi-rs/canvas-linux-riscv64-gnu@0.1.90': resolution: {integrity: sha512-0iiVDG5IH+gJb/YUrY/pRdbsjcgvwUmeckL/0gShWAA7004ygX2ST69M1wcfyxXrzFYjdF8S/Sn6aCAeBi89XQ==} engines: {node: '>= 10'} cpu: [riscv64] os: [linux] + '@napi-rs/canvas-linux-riscv64-gnu@0.1.91': + resolution: {integrity: sha512-floNK9wQuRWevUhhXRcuis7h0zirdytVxPgkonWO+kQlbvxV7gEUHGUFQyq4n55UHYFwgck1SAfJ1HuXv/+ppQ==} + engines: {node: '>= 10'} + cpu: [riscv64] + os: [linux] + '@napi-rs/canvas-linux-x64-gnu@0.1.90': resolution: {integrity: sha512-SkKmlHMvA5spXuKfh7p6TsScDf7lp5XlMbiUhjdCtWdOS6Qke/A4qGVOciy6piIUCJibL+YX+IgdGqzm2Mpx/w==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@napi-rs/canvas-linux-x64-gnu@0.1.91': + resolution: {integrity: sha512-c3YDqBdf7KETuZy2AxsHFMsBBX1dWT43yFfWUq+j1IELdgesWtxf/6N7csi3VPf6VA3PmnT9EhMyb+M1wfGtqw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@napi-rs/canvas-linux-x64-musl@0.1.90': resolution: {integrity: sha512-o6QgS10gAS4vvELGDOOWYfmERXtkVRYFWBCjomILWfMgCvBVutn8M97fsMW5CrEuJI8YuxuJ7U+/DQ9oG93vDA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@napi-rs/canvas-linux-x64-musl@0.1.91': + resolution: {integrity: sha512-RpZ3RPIwgEcNBHSHSX98adm+4VP8SMT5FN6250s5jQbWpX/XNUX5aLMfAVJS/YnDjS1QlsCgQxFOPU0aCCWgag==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@napi-rs/canvas-win32-arm64-msvc@0.1.90': resolution: {integrity: sha512-2UHO/DC1oyuSjeCAhHA0bTD9qsg58kknRqjJqRfvIEFtdqdtNTcWXMCT9rQCuJ8Yx5ldhyh2SSp7+UDqD2tXZQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] + '@napi-rs/canvas-win32-arm64-msvc@0.1.91': + resolution: {integrity: sha512-gF8MBp4X134AgVurxqlCdDA2qO0WaDdi9o6Sd5rWRVXRhWhYQ6wkdEzXNLIrmmros0Tsp2J0hQzx4ej/9O8trQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + '@napi-rs/canvas-win32-x64-msvc@0.1.90': resolution: {integrity: sha512-48CxEbzua5BP4+OumSZdi3+9fNiRO8cGNBlO2bKwx1PoyD1R2AXzPtqd/no1f1uSl0W2+ihOO1v3pqT3USbmgQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] + '@napi-rs/canvas-win32-x64-msvc@0.1.91': + resolution: {integrity: sha512-++gtW9EV/neKI8TshD8WFxzBYALSPag2kFRahIJV+LYsyt5kBn21b1dBhEUDHf7O+wiZmuFCeUa7QKGHnYRZBA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + '@napi-rs/canvas@0.1.90': resolution: {integrity: sha512-vO9j7TfwF9qYCoTOPO39yPLreTRslBVOaeIwhDZkizDvBb0MounnTl0yeWUMBxP4Pnkg9Sv+3eQwpxNUmTwt0w==} engines: {node: '>= 10'} + '@napi-rs/canvas@0.1.91': + resolution: {integrity: sha512-eeIe1GoB74P1B0Nkw6pV8BCQ3hfCfvyYr4BntzlCsnFXzVJiPMDnLeIx3gVB0xQMblHYnjK/0nCLvirEhOjr5g==} + engines: {node: '>= 10'} + '@napi-rs/wasm-runtime@1.1.1': resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} @@ -2764,43 +2852,43 @@ packages: '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-ixnfsxZVziOh/tsuqrjJvXvfBqcilASOnWCsGLaBL9LwpY/0kZxfwvqR8c9DAyB9ilYsmrbu6mi8VtE39eNL9g==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-TyFP7dGMo/Xz37MI3QNfGl3J2i8AKurYwLLD+bG0EDLWnz213wwBwN6U9vMcyatBzfdxKEHHPgdNP0UYCVx3kQ==} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-LH5gacYZOG/mwCBSCYOVMZSQLWNuvBLjJcvm5W7UrTvnMvij9n/spfjHeRicJ1FdHeskCYvOVttshOUxZTQnOA==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-1Dr8toDQcmqKjXd5cQoTAjzMR46cscaojQiazbAPJsU/1PQFgBT36/Mb/epLpzN+ZKKgf7Xd6u2eqH2ze0kF6Q==} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-adQ3+tzalW6TbLFoL3PqKpL2MyaAaUW8EfmmKmUSpSM2w1ynKChIYmk0KKOFMQXoK3o3hxkvg8PoQbzk8nSEtQ==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-xmGrxP0ERLeczerjJtask6gOln/QhAeELqTmaNoATvU7hZfEzDDxJOgSXZnX6bCIQHdN/Xn49gsyPjzTaK4rAg==} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-Ep5dHLBW+q3uJBI3WDIWuqBoazjZAo+EIyY/kkv/eoy8vUPsvMElv4vyvLJEYbhlpSrOFYVk8J2KiV+UqvpoVw==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-svmoHHjs5gDekSDW6yLzk9iyDxhMnLKJZ9Xk6b1bSz0swrQNPPTJdR7mbhVMrv4HtXei0LHPlXdTr85AqI5qOQ==} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-lCJU9WYwrMWTLkQdvLs6KmFvz/0yZ951D756vsRdC43rLSmzb1GS4T8u9TJ9m5vuM1UST9Mj0+ID5lq5RfHnVA==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-cK4XK3L7TXPj9fIalQcXRqSErdM+pZSqiNgp6QtNsNCyoH2W6J281hnjUA4TmD4TRMSn8CRn7Exy3CGNC3gZkA==} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-ZEjw0C5dtr9felIUTcpQ65zlTZANmdKcU+qakczrVOyUnF31+FyQtP/Fp2YPOteOAmwrxfCtCsw1Es4zSgtSeA==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-U919FWN5FZG/1i75+Cv9mnd80Mw2rdFE/to/wJ6DX9m0dUL8IfZARQYPGDXDO1LEC6sV3CyCpCJ/HqsSkqgaAg==} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-2ARKZBZwSyxLvQqIl2uqzHESKOYwmEYLJL02B9gPOYUyJOBG+mA75TyeOVTRuafDQv+Fp4xBDDyPOon5ARh+KQ==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-1U/2fG/A1yZtkP59IkDlOVLw2cPtP6NbLROtTytNN0CLSqme+0OXoh+l7wlN2iSmGY5zIeaVcqs4UIL0SiQInQ==} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260208.1': - resolution: {integrity: sha512-Uvrv3FciZTvvdSpmaaJscQ3Nut9/IPFkHh5CIy0IuDHIqwCoHvkkTOdIFE/rgMfHkIlQHhnj9oF94kzRu8YnXg==} + '@typescript/native-preview@7.0.0-dev.20260209.1': + resolution: {integrity: sha512-UdA8RC9ic/qi9ajolQQP7ZG8YwtUbxtTMu6FxKBn4pYWicuXqMjzXqH/Ng+VlqqeYrl088P4Ou0erGPuLu4ajw==} hasBin: true '@typespec/ts-http-runtime@0.3.3': @@ -3696,8 +3784,8 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - grammy@1.39.3: - resolution: {integrity: sha512-7arRRoOtOh9UwMwANZ475kJrWV6P3/EGNooeHlY0/SwZv4t3ZZ3Uiz9cAXK8Zg9xSdgmm8T21kx6n7SZaWvOcw==} + grammy@1.40.0: + resolution: {integrity: sha512-ssuE7fc1AwqlUxHr931OCVW3fU+oFDjHZGgvIedPKXfTdjXvzP19xifvVGCnPtYVUig1Kz+gwxe4A9M5WdkT4Q==} engines: {node: ^12.20.0 || >=14.13.1} gtoken@8.0.0: @@ -4462,8 +4550,8 @@ packages: zod: optional: true - openai@6.18.0: - resolution: {integrity: sha512-odLRYyz9rlzz6g8gKn61RM2oP5UUm428sE2zOxZqS9MzVfD5/XW8UoEjpnRkzTuScXP7ZbP/m7fC+bl8jCOZZw==} + openai@6.19.0: + resolution: {integrity: sha512-5uGrF82Ql7TKgIWUnuxh+OyzYbPRPwYDSgGc05JowbXRFsOkuj0dJuCdPCTBZT4mcmp2NEvj/URwDzW+lYgmVw==} hasBin: true peerDependencies: ws: ^8.18.0 @@ -5569,7 +5657,7 @@ snapshots: '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-sdk/client-bedrock-runtime@3.985.0': + '@aws-sdk/client-bedrock-runtime@3.986.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 @@ -5581,11 +5669,11 @@ snapshots: '@aws-sdk/middleware-logger': 3.972.3 '@aws-sdk/middleware-recursion-detection': 3.972.3 '@aws-sdk/middleware-user-agent': 3.972.7 - '@aws-sdk/middleware-websocket': 3.972.5 + '@aws-sdk/middleware-websocket': 3.972.6 '@aws-sdk/region-config-resolver': 3.972.3 - '@aws-sdk/token-providers': 3.985.0 + '@aws-sdk/token-providers': 3.986.0 '@aws-sdk/types': 3.973.1 - '@aws-sdk/util-endpoints': 3.985.0 + '@aws-sdk/util-endpoints': 3.986.0 '@aws-sdk/util-user-agent-browser': 3.972.3 '@aws-sdk/util-user-agent-node': 3.972.5 '@smithy/config-resolver': 4.4.6 @@ -5621,7 +5709,7 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-bedrock@3.985.0': + '@aws-sdk/client-bedrock@3.986.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 @@ -5632,9 +5720,9 @@ snapshots: '@aws-sdk/middleware-recursion-detection': 3.972.3 '@aws-sdk/middleware-user-agent': 3.972.7 '@aws-sdk/region-config-resolver': 3.972.3 - '@aws-sdk/token-providers': 3.985.0 + '@aws-sdk/token-providers': 3.986.0 '@aws-sdk/types': 3.973.1 - '@aws-sdk/util-endpoints': 3.985.0 + '@aws-sdk/util-endpoints': 3.986.0 '@aws-sdk/util-user-agent-browser': 3.972.3 '@aws-sdk/util-user-agent-node': 3.972.5 '@smithy/config-resolver': 4.4.6 @@ -5874,7 +5962,7 @@ snapshots: '@smithy/types': 4.12.0 tslib: 2.8.1 - '@aws-sdk/middleware-websocket@3.972.5': + '@aws-sdk/middleware-websocket@3.972.6': dependencies: '@aws-sdk/types': 3.973.1 '@aws-sdk/util-format-url': 3.972.3 @@ -5932,6 +6020,49 @@ snapshots: transitivePeerDependencies: - aws-crt + '@aws-sdk/nested-clients@3.986.0': + dependencies: + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.973.7 + '@aws-sdk/middleware-host-header': 3.972.3 + '@aws-sdk/middleware-logger': 3.972.3 + '@aws-sdk/middleware-recursion-detection': 3.972.3 + '@aws-sdk/middleware-user-agent': 3.972.7 + '@aws-sdk/region-config-resolver': 3.972.3 + '@aws-sdk/types': 3.973.1 + '@aws-sdk/util-endpoints': 3.986.0 + '@aws-sdk/util-user-agent-browser': 3.972.3 + '@aws-sdk/util-user-agent-node': 3.972.5 + '@smithy/config-resolver': 4.4.6 + '@smithy/core': 3.22.1 + '@smithy/fetch-http-handler': 5.3.9 + '@smithy/hash-node': 4.2.8 + '@smithy/invalid-dependency': 4.2.8 + '@smithy/middleware-content-length': 4.2.8 + '@smithy/middleware-endpoint': 4.4.13 + '@smithy/middleware-retry': 4.4.30 + '@smithy/middleware-serde': 4.2.9 + '@smithy/middleware-stack': 4.2.8 + '@smithy/node-config-provider': 4.3.8 + '@smithy/node-http-handler': 4.4.9 + '@smithy/protocol-http': 5.3.8 + '@smithy/smithy-client': 4.11.2 + '@smithy/types': 4.12.0 + '@smithy/url-parser': 4.2.8 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.29 + '@smithy/util-defaults-mode-node': 4.2.32 + '@smithy/util-endpoints': 3.2.8 + '@smithy/util-middleware': 4.2.8 + '@smithy/util-retry': 4.2.8 + '@smithy/util-utf8': 4.2.0 + tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt + '@aws-sdk/region-config-resolver@3.972.3': dependencies: '@aws-sdk/types': 3.973.1 @@ -5952,6 +6083,18 @@ snapshots: transitivePeerDependencies: - aws-crt + '@aws-sdk/token-providers@3.986.0': + dependencies: + '@aws-sdk/core': 3.973.7 + '@aws-sdk/nested-clients': 3.986.0 + '@aws-sdk/types': 3.973.1 + '@smithy/property-provider': 4.2.8 + '@smithy/shared-ini-file-loader': 4.4.3 + '@smithy/types': 4.12.0 + tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt + '@aws-sdk/types@3.973.1': dependencies: '@smithy/types': 4.12.0 @@ -5965,6 +6108,14 @@ snapshots: '@smithy/util-endpoints': 3.2.8 tslib: 2.8.1 + '@aws-sdk/util-endpoints@3.986.0': + dependencies: + '@aws-sdk/types': 3.973.1 + '@smithy/types': 4.12.0 + '@smithy/url-parser': 4.2.8 + '@smithy/util-endpoints': 3.2.8 + tslib: 2.8.1 + '@aws-sdk/util-format-url@3.972.3': dependencies: '@aws-sdk/types': 3.973.1 @@ -6291,17 +6442,17 @@ snapshots: - supports-color - utf-8-validate - '@grammyjs/runner@2.0.3(grammy@1.39.3)': + '@grammyjs/runner@2.0.3(grammy@1.40.0)': dependencies: abort-controller: 3.0.0 - grammy: 1.39.3 + grammy: 1.40.0 - '@grammyjs/transformer-throttler@1.2.1(grammy@1.39.3)': + '@grammyjs/transformer-throttler@1.2.1(grammy@1.40.0)': dependencies: bottleneck: 2.19.5 - grammy: 1.39.3 + grammy: 1.40.0 - '@grammyjs/types@3.23.0': {} + '@grammyjs/types@3.24.0': {} '@grpc/grpc-js@1.14.3': dependencies: @@ -6484,35 +6635,39 @@ snapshots: '@kwsites/promise-deferred@1.1.1': {} - '@lancedb/lancedb-linux-arm64-gnu@0.24.1': + '@lancedb/lancedb-darwin-arm64@0.26.2': optional: true - '@lancedb/lancedb-linux-arm64-musl@0.24.1': + '@lancedb/lancedb-linux-arm64-gnu@0.26.2': optional: true - '@lancedb/lancedb-linux-x64-gnu@0.24.1': + '@lancedb/lancedb-linux-arm64-musl@0.26.2': optional: true - '@lancedb/lancedb-linux-x64-musl@0.24.1': + '@lancedb/lancedb-linux-x64-gnu@0.26.2': optional: true - '@lancedb/lancedb-win32-arm64-msvc@0.24.1': + '@lancedb/lancedb-linux-x64-musl@0.26.2': optional: true - '@lancedb/lancedb-win32-x64-msvc@0.24.1': + '@lancedb/lancedb-win32-arm64-msvc@0.26.2': optional: true - '@lancedb/lancedb@0.24.1(apache-arrow@18.1.0)': + '@lancedb/lancedb-win32-x64-msvc@0.26.2': + optional: true + + '@lancedb/lancedb@0.26.2(apache-arrow@18.1.0)': dependencies: apache-arrow: 18.1.0 reflect-metadata: 0.2.2 optionalDependencies: - '@lancedb/lancedb-linux-arm64-gnu': 0.24.1 - '@lancedb/lancedb-linux-arm64-musl': 0.24.1 - '@lancedb/lancedb-linux-x64-gnu': 0.24.1 - '@lancedb/lancedb-linux-x64-musl': 0.24.1 - '@lancedb/lancedb-win32-arm64-msvc': 0.24.1 - '@lancedb/lancedb-win32-x64-msvc': 0.24.1 + '@lancedb/lancedb-darwin-arm64': 0.26.2 + '@lancedb/lancedb-linux-arm64-gnu': 0.26.2 + '@lancedb/lancedb-linux-arm64-musl': 0.26.2 + '@lancedb/lancedb-linux-x64-gnu': 0.26.2 + '@lancedb/lancedb-linux-x64-musl': 0.26.2 + '@lancedb/lancedb-win32-arm64-msvc': 0.26.2 + '@lancedb/lancedb-win32-x64-msvc': 0.26.2 '@larksuiteoapi/node-sdk@1.58.0': dependencies: @@ -6642,7 +6797,7 @@ snapshots: '@mariozechner/pi-ai@0.52.9(ws@8.19.0)(zod@4.3.6)': dependencies: '@anthropic-ai/sdk': 0.73.0(zod@4.3.6) - '@aws-sdk/client-bedrock-runtime': 3.985.0 + '@aws-sdk/client-bedrock-runtime': 3.986.0 '@google/genai': 1.40.0 '@mistralai/mistralai': 1.10.0 '@sinclair/typebox': 0.34.48 @@ -6754,36 +6909,69 @@ snapshots: '@napi-rs/canvas-android-arm64@0.1.90': optional: true + '@napi-rs/canvas-android-arm64@0.1.91': + optional: true + '@napi-rs/canvas-darwin-arm64@0.1.90': optional: true + '@napi-rs/canvas-darwin-arm64@0.1.91': + optional: true + '@napi-rs/canvas-darwin-x64@0.1.90': optional: true + '@napi-rs/canvas-darwin-x64@0.1.91': + optional: true + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.90': optional: true + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.91': + optional: true + '@napi-rs/canvas-linux-arm64-gnu@0.1.90': optional: true + '@napi-rs/canvas-linux-arm64-gnu@0.1.91': + optional: true + '@napi-rs/canvas-linux-arm64-musl@0.1.90': optional: true + '@napi-rs/canvas-linux-arm64-musl@0.1.91': + optional: true + '@napi-rs/canvas-linux-riscv64-gnu@0.1.90': optional: true + '@napi-rs/canvas-linux-riscv64-gnu@0.1.91': + optional: true + '@napi-rs/canvas-linux-x64-gnu@0.1.90': optional: true + '@napi-rs/canvas-linux-x64-gnu@0.1.91': + optional: true + '@napi-rs/canvas-linux-x64-musl@0.1.90': optional: true + '@napi-rs/canvas-linux-x64-musl@0.1.91': + optional: true + '@napi-rs/canvas-win32-arm64-msvc@0.1.90': optional: true + '@napi-rs/canvas-win32-arm64-msvc@0.1.91': + optional: true + '@napi-rs/canvas-win32-x64-msvc@0.1.90': optional: true + '@napi-rs/canvas-win32-x64-msvc@0.1.91': + optional: true + '@napi-rs/canvas@0.1.90': optionalDependencies: '@napi-rs/canvas-android-arm64': 0.1.90 @@ -6798,6 +6986,21 @@ snapshots: '@napi-rs/canvas-win32-arm64-msvc': 0.1.90 '@napi-rs/canvas-win32-x64-msvc': 0.1.90 + '@napi-rs/canvas@0.1.91': + optionalDependencies: + '@napi-rs/canvas-android-arm64': 0.1.91 + '@napi-rs/canvas-darwin-arm64': 0.1.91 + '@napi-rs/canvas-darwin-x64': 0.1.91 + '@napi-rs/canvas-linux-arm-gnueabihf': 0.1.91 + '@napi-rs/canvas-linux-arm64-gnu': 0.1.91 + '@napi-rs/canvas-linux-arm64-musl': 0.1.91 + '@napi-rs/canvas-linux-riscv64-gnu': 0.1.91 + '@napi-rs/canvas-linux-x64-gnu': 0.1.91 + '@napi-rs/canvas-linux-x64-musl': 0.1.91 + '@napi-rs/canvas-win32-arm64-msvc': 0.1.91 + '@napi-rs/canvas-win32-x64-msvc': 0.1.91 + optional: true + '@napi-rs/wasm-runtime@1.1.1': dependencies: '@emnapi/core': 1.8.1 @@ -8113,36 +8316,36 @@ snapshots: dependencies: '@types/node': 25.2.2 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260208.1': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260208.1': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260208.1': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260208.1': + '@typescript/native-preview-linux-arm@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260208.1': + '@typescript/native-preview-linux-x64@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260208.1': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260208.1': + '@typescript/native-preview-win32-x64@7.0.0-dev.20260209.1': optional: true - '@typescript/native-preview@7.0.0-dev.20260208.1': + '@typescript/native-preview@7.0.0-dev.20260209.1': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260208.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260208.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260208.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260208.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260208.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260208.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260208.1 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260209.1 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260209.1 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260209.1 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260209.1 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260209.1 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260209.1 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260209.1 '@typespec/ts-http-runtime@0.3.3': dependencies: @@ -9182,9 +9385,9 @@ snapshots: graceful-fs@4.2.11: {} - grammy@1.39.3: + grammy@1.40.0: dependencies: - '@grammyjs/types': 3.23.0 + '@grammyjs/types': 3.24.0 abort-controller: 3.0.0 debug: 4.4.3 node-fetch: 2.7.0 @@ -9972,7 +10175,7 @@ snapshots: ws: 8.19.0 zod: 4.3.6 - openai@6.18.0(ws@8.19.0)(zod@4.3.6): + openai@6.19.0(ws@8.19.0)(zod@4.3.6): optionalDependencies: ws: 8.19.0 zod: 4.3.6 @@ -10118,7 +10321,7 @@ snapshots: pdfjs-dist@5.4.624: optionalDependencies: - '@napi-rs/canvas': 0.1.90 + '@napi-rs/canvas': 0.1.91 node-readable-to-web-readable-stream: 0.4.2 peberminta@0.9.0: {} @@ -10400,7 +10603,7 @@ snapshots: dependencies: glob: 10.5.0 - rolldown-plugin-dts@0.22.1(@typescript/native-preview@7.0.0-dev.20260208.1)(rolldown@1.0.0-rc.3)(typescript@5.9.3): + rolldown-plugin-dts@0.22.1(@typescript/native-preview@7.0.0-dev.20260209.1)(rolldown@1.0.0-rc.3)(typescript@5.9.3): dependencies: '@babel/generator': 8.0.0-rc.1 '@babel/helper-validator-identifier': 8.0.0-rc.1 @@ -10413,7 +10616,7 @@ snapshots: obug: 2.1.1 rolldown: 1.0.0-rc.3 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20260208.1 + '@typescript/native-preview': 7.0.0-dev.20260209.1 typescript: 5.9.3 transitivePeerDependencies: - oxc-resolver @@ -10859,7 +11062,7 @@ snapshots: ts-algebra@2.0.0: {} - tsdown@0.20.3(@typescript/native-preview@7.0.0-dev.20260208.1)(typescript@5.9.3): + tsdown@0.20.3(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3): dependencies: ansis: 4.2.0 cac: 6.7.14 @@ -10870,7 +11073,7 @@ snapshots: obug: 2.1.1 picomatch: 4.0.3 rolldown: 1.0.0-rc.3 - rolldown-plugin-dts: 0.22.1(@typescript/native-preview@7.0.0-dev.20260208.1)(rolldown@1.0.0-rc.3)(typescript@5.9.3) + rolldown-plugin-dts: 0.22.1(@typescript/native-preview@7.0.0-dev.20260209.1)(rolldown@1.0.0-rc.3)(typescript@5.9.3) semver: 7.7.4 tinyexec: 1.0.2 tinyglobby: 0.2.15