From 625231f71079a027f5761f534e64595c1cb28aba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:38:09 +0000 Subject: [PATCH] Update OpenClaw fixture dependencies --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index b40733e..be199e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "openclaw": "2026.4.26" }, "devDependencies": { - "@openclaw/plugin-inspector": "0.3.2" + "@openclaw/plugin-inspector": "0.3.3" }, "engines": { "node": ">=22" @@ -1070,9 +1070,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1089,9 +1086,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1108,9 +1102,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1127,9 +1118,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1146,9 +1134,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1571,9 +1556,9 @@ "license": "MIT" }, "node_modules/@openclaw/plugin-inspector": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@openclaw/plugin-inspector/-/plugin-inspector-0.3.2.tgz", - "integrity": "sha512-NeECjbJztjbUMxCJAZD28Jdn4U3yF0XZGd4PiM12bE62FChypWcgxtU+NJcgf1WfvDhGNp7s2JmSIDdAEKbnRQ==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@openclaw/plugin-inspector/-/plugin-inspector-0.3.3.tgz", + "integrity": "sha512-YaY+VR4EMdSgl3YdXD6szaWOtMIDX4njURXFPIgF55fyZM3caGkxqtKDOhhCWYlujkvTpR9VeYOi02QdxXhO2g==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index dbce188..93a3627 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "openclaw": "2026.4.26" }, "devDependencies": { - "@openclaw/plugin-inspector": "0.3.2" + "@openclaw/plugin-inspector": "0.3.3" }, "engines": { "node": ">=22"