From a3b2700dff451c7451aac64ee03e70d4a1be2d1b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 11 Aug 2026 21:46:22 -0700 Subject: [PATCH] fix(deps): bump @openclaw/fs-safe to 0.5.5 for win32 zero-inode identity (#122427) --- extensions/onepassword/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- pnpm-workspace.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/extensions/onepassword/package.json b/extensions/onepassword/package.json index 7bd9d2d28d83..9d87e7b146b2 100644 --- a/extensions/onepassword/package.json +++ b/extensions/onepassword/package.json @@ -5,7 +5,7 @@ "description": "1Password SecretRef resolver and audited agent secrets broker for OpenClaw", "type": "module", "dependencies": { - "@openclaw/fs-safe": "0.5.4", + "@openclaw/fs-safe": "0.5.5", "execa": "10.0.0" }, "devDependencies": { diff --git a/package.json b/package.json index 1dfaed270448..92805a628d8e 100644 --- a/package.json +++ b/package.json @@ -2026,7 +2026,7 @@ "@modelcontextprotocol/sdk": "1.30.0", "@mozilla/readability": "0.6.0", "@openclaw/ai": "workspace:*", - "@openclaw/fs-safe": "0.5.4", + "@openclaw/fs-safe": "0.5.5", "@openclaw/proxyline": "0.3.4", "@silvia-odwyer/photon-node": "0.3.4", "@trycua/cua-driver": "0.14.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b567698b434b..04deda2564f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,8 +89,8 @@ importers: specifier: workspace:* version: link:packages/ai '@openclaw/fs-safe': - specifier: 0.5.4 - version: 0.5.4 + specifier: 0.5.5 + version: 0.5.5 '@openclaw/proxyline': specifier: 0.3.4 version: 0.3.4(undici@8.9.0) @@ -1487,8 +1487,8 @@ importers: extensions/onepassword: dependencies: '@openclaw/fs-safe': - specifier: 0.5.4 - version: 0.5.4 + specifier: 0.5.5 + version: 0.5.5 execa: specifier: 10.0.0 version: 10.0.0 @@ -4107,8 +4107,8 @@ packages: engines: {node: '>=22'} hasBin: true - '@openclaw/fs-safe@0.5.4': - resolution: {integrity: sha512-lttlWKRBQU7eYDYykU2BPoF1S6AESGrT77mVCXsuWBxnRBTAI/PuGB89DB3D1lBCDaqTykIjymPJz4pFesGnkg==} + '@openclaw/fs-safe@0.5.5': + resolution: {integrity: sha512-x8wYigrOwmnsE8v4LfAh2eTvvkuDMspBrQeBp/GyB9/c7eFf8aL7gK4keewDbhscKX1pACD8Yd+ehZq6o29xHw==} engines: {node: '>=22'} '@openclaw/libterminal@0.3.2': @@ -11395,7 +11395,7 @@ snapshots: - bufferutil - utf-8-validate - '@openclaw/fs-safe@0.5.4': + '@openclaw/fs-safe@0.5.5': optionalDependencies: jszip: 3.10.1 tar: 7.5.22 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ea050d19072a..956c1f5c971e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,7 +9,7 @@ minimumReleaseAge: 2880 minimumReleaseAgeExclude: - "@openclaw/crabline@0.1.11" - - "@openclaw/fs-safe@0.5.4" + - "@openclaw/fs-safe@0.5.5" - "@openclaw/libterminal@0.3.2" - "@openclaw/proxyline@0.3.4" - "@openclaw/uirouter@0.1.1"