chore(deps): update deps

This commit is contained in:
Peter Steinberger
2026-02-06 16:37:48 -08:00
parent 93bf75279f
commit dca8cf958b
6 changed files with 288 additions and 363 deletions

View File

@@ -4,8 +4,8 @@
"description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)", "description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@larksuiteoapi/node-sdk": "^1.56.1", "@larksuiteoapi/node-sdk": "^1.58.0",
"@sinclair/typebox": "^0.34.48", "@sinclair/typebox": "0.34.48",
"zod": "^4.3.6" "zod": "^4.3.6"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture", "description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@lancedb/lancedb": "^0.23.0", "@lancedb/lancedb": "^0.24.1",
"@sinclair/typebox": "0.34.48", "@sinclair/typebox": "0.34.48",
"openai": "^6.18.0" "openai": "^6.18.0"
}, },

View File

@@ -5,7 +5,7 @@
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"openclaw": "workspace:*", "openclaw": "workspace:*",
"undici": "7.20.0" "undici": "7.21.0"
}, },
"devDependencies": { "devDependencies": {
"openclaw": "workspace:*" "openclaw": "workspace:*"

View File

@@ -104,7 +104,7 @@
}, },
"dependencies": { "dependencies": {
"@agentclientprotocol/sdk": "0.14.1", "@agentclientprotocol/sdk": "0.14.1",
"@aws-sdk/client-bedrock": "^3.984.0", "@aws-sdk/client-bedrock": "^3.985.0",
"@buape/carbon": "0.14.0", "@buape/carbon": "0.14.0",
"@clack/prompts": "^1.0.0", "@clack/prompts": "^1.0.0",
"@grammyjs/runner": "^2.0.3", "@grammyjs/runner": "^2.0.3",
@@ -113,10 +113,10 @@
"@larksuiteoapi/node-sdk": "^1.58.0", "@larksuiteoapi/node-sdk": "^1.58.0",
"@line/bot-sdk": "^10.6.0", "@line/bot-sdk": "^10.6.0",
"@lydell/node-pty": "1.2.0-beta.3", "@lydell/node-pty": "1.2.0-beta.3",
"@mariozechner/pi-agent-core": "0.52.6", "@mariozechner/pi-agent-core": "0.52.7",
"@mariozechner/pi-ai": "0.52.6", "@mariozechner/pi-ai": "0.52.7",
"@mariozechner/pi-coding-agent": "0.52.6", "@mariozechner/pi-coding-agent": "0.52.7",
"@mariozechner/pi-tui": "0.52.6", "@mariozechner/pi-tui": "0.52.7",
"@mozilla/readability": "^0.6.0", "@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "0.34.48", "@sinclair/typebox": "0.34.48",
"@slack/bolt": "^4.6.0", "@slack/bolt": "^4.6.0",
@@ -133,7 +133,7 @@
"express": "^5.2.1", "express": "^5.2.1",
"file-type": "^21.3.0", "file-type": "^21.3.0",
"grammy": "^1.39.3", "grammy": "^1.39.3",
"hono": "4.11.7", "hono": "4.11.8",
"jiti": "^2.6.1", "jiti": "^2.6.1",
"json5": "^2.2.3", "json5": "^2.2.3",
"jszip": "^3.10.1", "jszip": "^3.10.1",
@@ -143,7 +143,7 @@
"node-edge-tts": "^1.2.10", "node-edge-tts": "^1.2.10",
"osc-progress": "^0.3.0", "osc-progress": "^0.3.0",
"pdfjs-dist": "^5.4.624", "pdfjs-dist": "^5.4.624",
"playwright-core": "1.58.1", "playwright-core": "1.58.2",
"proper-lockfile": "^4.1.2", "proper-lockfile": "^4.1.2",
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"sharp": "^0.34.5", "sharp": "^0.34.5",
@@ -151,7 +151,7 @@
"sqlite-vec": "0.1.7-alpha.2", "sqlite-vec": "0.1.7-alpha.2",
"tar": "7.5.7", "tar": "7.5.7",
"tslog": "^4.10.2", "tslog": "^4.10.2",
"undici": "^7.20.0", "undici": "^7.21.0",
"ws": "^8.19.0", "ws": "^8.19.0",
"yaml": "^2.8.2", "yaml": "^2.8.2",
"zod": "^4.3.6" "zod": "^4.3.6"
@@ -166,7 +166,7 @@
"@types/proper-lockfile": "^4.1.4", "@types/proper-lockfile": "^4.1.4",
"@types/qrcode-terminal": "^0.12.2", "@types/qrcode-terminal": "^0.12.2",
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"@typescript/native-preview": "7.0.0-dev.20260205.1", "@typescript/native-preview": "7.0.0-dev.20260206.1",
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^4.0.18",
"lit": "^3.3.2", "lit": "^3.3.2",
"ollama": "^0.6.3", "ollama": "^0.6.3",
@@ -195,10 +195,10 @@
"overrides": { "overrides": {
"fast-xml-parser": "5.3.4", "fast-xml-parser": "5.3.4",
"form-data": "2.5.4", "form-data": "2.5.4",
"@hono/node-server>hono": "4.11.7", "@hono/node-server>hono": "4.11.8",
"hono": "4.11.7", "hono": "4.11.8",
"qs": "6.14.1", "qs": "6.14.1",
"@sinclair/typebox": "0.34.47", "@sinclair/typebox": "0.34.48",
"tar": "7.5.7", "tar": "7.5.7",
"tough-cookie": "4.1.3" "tough-cookie": "4.1.3"
}, },

617
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
}, },
"devDependencies": { "devDependencies": {
"@vitest/browser-playwright": "4.0.18", "@vitest/browser-playwright": "4.0.18",
"playwright": "^1.58.1", "playwright": "^1.58.2",
"vitest": "4.0.18" "vitest": "4.0.18"
} }
} }