fix(file-transfer): align runtime dependency versions

This commit is contained in:
Peter Steinberger
2026-04-30 01:44:41 +01:00
parent b68b398ae2
commit 0b061c4fc1
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"minimatch": "10.2.4",
"typebox": "1.1.33"
"typebox": "1.1.34"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"

4
pnpm-lock.yaml generated
View File

@@ -598,8 +598,8 @@ importers:
specifier: 10.2.4
version: 10.2.4
typebox:
specifier: 1.1.33
version: 1.1.33
specifier: 1.1.34
version: 1.1.34
devDependencies:
'@openclaw/plugin-sdk':
specifier: workspace:*