fix(deps): bump @openclaw/fs-safe to 0.5.5 for win32 zero-inode identity (#122427)

This commit is contained in:
Peter Steinberger
2026-08-11 21:46:22 -07:00
committed by GitHub
parent cb52ded58d
commit a3b2700dff
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "1Password SecretRef resolver and audited agent secrets broker for OpenClaw", "description": "1Password SecretRef resolver and audited agent secrets broker for OpenClaw",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@openclaw/fs-safe": "0.5.4", "@openclaw/fs-safe": "0.5.5",
"execa": "10.0.0" "execa": "10.0.0"
}, },
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -2026,7 +2026,7 @@
"@modelcontextprotocol/sdk": "1.30.0", "@modelcontextprotocol/sdk": "1.30.0",
"@mozilla/readability": "0.6.0", "@mozilla/readability": "0.6.0",
"@openclaw/ai": "workspace:*", "@openclaw/ai": "workspace:*",
"@openclaw/fs-safe": "0.5.4", "@openclaw/fs-safe": "0.5.5",
"@openclaw/proxyline": "0.3.4", "@openclaw/proxyline": "0.3.4",
"@silvia-odwyer/photon-node": "0.3.4", "@silvia-odwyer/photon-node": "0.3.4",
"@trycua/cua-driver": "0.14.1", "@trycua/cua-driver": "0.14.1",
+7 -7
View File
@@ -89,8 +89,8 @@ importers:
specifier: workspace:* specifier: workspace:*
version: link:packages/ai version: link:packages/ai
'@openclaw/fs-safe': '@openclaw/fs-safe':
specifier: 0.5.4 specifier: 0.5.5
version: 0.5.4 version: 0.5.5
'@openclaw/proxyline': '@openclaw/proxyline':
specifier: 0.3.4 specifier: 0.3.4
version: 0.3.4(undici@8.9.0) version: 0.3.4(undici@8.9.0)
@@ -1487,8 +1487,8 @@ importers:
extensions/onepassword: extensions/onepassword:
dependencies: dependencies:
'@openclaw/fs-safe': '@openclaw/fs-safe':
specifier: 0.5.4 specifier: 0.5.5
version: 0.5.4 version: 0.5.5
execa: execa:
specifier: 10.0.0 specifier: 10.0.0
version: 10.0.0 version: 10.0.0
@@ -4107,8 +4107,8 @@ packages:
engines: {node: '>=22'} engines: {node: '>=22'}
hasBin: true hasBin: true
'@openclaw/fs-safe@0.5.4': '@openclaw/fs-safe@0.5.5':
resolution: {integrity: sha512-lttlWKRBQU7eYDYykU2BPoF1S6AESGrT77mVCXsuWBxnRBTAI/PuGB89DB3D1lBCDaqTykIjymPJz4pFesGnkg==} resolution: {integrity: sha512-x8wYigrOwmnsE8v4LfAh2eTvvkuDMspBrQeBp/GyB9/c7eFf8aL7gK4keewDbhscKX1pACD8Yd+ehZq6o29xHw==}
engines: {node: '>=22'} engines: {node: '>=22'}
'@openclaw/libterminal@0.3.2': '@openclaw/libterminal@0.3.2':
@@ -11395,7 +11395,7 @@ snapshots:
- bufferutil - bufferutil
- utf-8-validate - utf-8-validate
'@openclaw/fs-safe@0.5.4': '@openclaw/fs-safe@0.5.5':
optionalDependencies: optionalDependencies:
jszip: 3.10.1 jszip: 3.10.1
tar: 7.5.22 tar: 7.5.22
+1 -1
View File
@@ -9,7 +9,7 @@ minimumReleaseAge: 2880
minimumReleaseAgeExclude: minimumReleaseAgeExclude:
- "@openclaw/crabline@0.1.11" - "@openclaw/crabline@0.1.11"
- "@openclaw/fs-safe@0.5.4" - "@openclaw/fs-safe@0.5.5"
- "@openclaw/libterminal@0.3.2" - "@openclaw/libterminal@0.3.2"
- "@openclaw/proxyline@0.3.4" - "@openclaw/proxyline@0.3.4"
- "@openclaw/uirouter@0.1.1" - "@openclaw/uirouter@0.1.1"