chore: daily dep bump per CLAUDE.md maintenance policy

Root: @anthropic-ai/claude-agent-sdk, @clack/prompts, @types/node,
dompurify, postcss, react, react-dom, yaml, zod.
plugin/: tree-sitter-cli, zod.
openclaw/: @types/node.

All patch/minor bumps; no major version changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-05-09 02:23:42 -07:00
parent e8376f4679
commit a7541d712d
2 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
"test": "tsc && node --test dist/index.test.js"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/node": "^25.6.2",
"typescript": "^6.0.3"
},
"openclaw": {

View File

@@ -122,20 +122,20 @@
"2fa": false
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.119",
"@clack/prompts": "^1.2.0",
"@anthropic-ai/claude-agent-sdk": "^0.2.138",
"@clack/prompts": "^1.3.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"ansi-to-html": "^0.7.2",
"dompurify": "^3.4.1",
"dompurify": "^3.4.2",
"express": "^5.2.1",
"glob": "^13.0.6",
"handlebars": "^4.7.9",
"picocolors": "^1.1.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"shell-quote": "^1.8.3",
"yaml": "^2.8.3",
"zod": "^4.3.6",
"yaml": "^2.8.4",
"zod": "^4.4.3",
"zod-to-json-schema": "^3.25.2"
},
"devDependencies": {
@@ -149,14 +149,14 @@
"@types/cors": "^2.8.19",
"@types/dompurify": "^3.2.0",
"@types/express": "^5.0.6",
"@types/node": "^25.6.0",
"@types/node": "^25.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"esbuild": "^0.28.0",
"jimp": "^1.6.1",
"np": "^11.2.0",
"parse5": "^8.0.1",
"postcss": "^8.5.13",
"postcss": "^8.5.14",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"tree-sitter-bash": "^0.25.1",