diff --git a/package-lock.json b/package-lock.json index 48e098f1e..82392f7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "openclaw-docs-site", "dependencies": { - "@openclaw/carapace": "git+https://github.com/openclaw/carapace.git#v0.2.0" + "@openclaw/carapace": "git+https://github.com/openclaw/carapace.git#v0.6.1" }, "devDependencies": { "@mdx-js/mdx": "3.1.1", @@ -117,8 +117,9 @@ } }, "node_modules/@openclaw/carapace": { - "version": "0.2.0", - "resolved": "git+ssh://git@github.com/openclaw/carapace.git#eca45706190e98a07434a40f8a39b0ed89258930", + "version": "0.6.1", + "resolved": "git+ssh://git@github.com/openclaw/carapace.git#6c64d6b67edf169c32a452ce8ccdbec65a75bab3", + "integrity": "sha512-ecQGw60gyUljuuWZfnKt1vvUnrUq1KpXLmzo7+g/3QwTi7U8xpNykFrHtF1Qql6zMA4aikJCnKDwIQCZGlzT4g==", "license": "MIT", "engines": { "bun": ">=1.3.0" diff --git a/package.json b/package.json index aa8bd8ef6..36b962c14 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "yaml": "2.9.0" }, "dependencies": { - "@openclaw/carapace": "git+https://github.com/openclaw/carapace.git#v0.2.0" + "@openclaw/carapace": "git+https://github.com/openclaw/carapace.git#v0.6.1" } }