From 586d3f0935edf16d059561f3625194a6de48c631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:55:53 +0000 Subject: [PATCH 1/2] build(deps-dev): bump lucide in the development group Bumps the development group with 1 update: [lucide](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide). Updates `lucide` from 1.24.0 to 1.25.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.25.0/packages/lucide) --- updated-dependencies: - dependency-name: lucide dependency-version: 1.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94779e2cb6..f7efc7d037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@resvg/resvg-js": "^2.6.2", "highlight.js": "11.11.1", - "lucide": "1.24.0", + "lucide": "1.25.0", "markdown-it": "14.3.0", "markdown-it-anchor": "9.2.1", "mermaid": "11.16.0", @@ -1515,9 +1515,9 @@ "license": "MIT" }, "node_modules/lucide": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.24.0.tgz", - "integrity": "sha512-oMAaeuNDc5VCnBb3IjwKYGRT56tqanUm1fyDFT5Tl8hWSZND59gztgjvXje08jKLPVAq0gHJcwZUE8GCQxzBeg==", + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.25.0.tgz", + "integrity": "sha512-Pg/9Ga1xTbrnI6GY/7J9krIYmJIkAf3PkK6wPmsAeUtAQsBdGxs1+dfvLqjf9nPI5aFm9+VquT75JGpO3QXSpQ==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index 3a2180a94f..4c376f39bc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@resvg/resvg-js": "^2.6.2", "highlight.js": "11.11.1", - "lucide": "1.24.0", + "lucide": "1.25.0", "markdown-it": "14.3.0", "markdown-it-anchor": "9.2.1", "mermaid": "11.16.0", From df0c416f12743868ed2ef141362ae3fb94073ae3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 20 Jul 2026 19:01:00 -0700 Subject: [PATCH 2/2] fix(deps): follow design-system repository rename --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7efc7d037..0cd2050911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "openclaw-docs-site", "dependencies": { - "@openclaw/design-system": "https://github.com/openclaw/design-system/archive/refs/tags/v0.0.1.tar.gz" + "@openclaw/design-system": "https://github.com/openclaw/carapace/archive/refs/tags/v0.0.1.tar.gz" }, "devDependencies": { "@resvg/resvg-js": "^2.6.2", @@ -79,8 +79,8 @@ }, "node_modules/@openclaw/design-system": { "version": "0.0.1", - "resolved": "https://github.com/openclaw/design-system/archive/refs/tags/v0.0.1.tar.gz", - "integrity": "sha512-lHrGhA5J52PLQcRTaIWLXMx/sCpd95zVnCFaJQfu2aJwsoLtRe1CgkHubuIjDKIpq4i8lPClFYGbdUKeTupeUQ==", + "resolved": "https://github.com/openclaw/carapace/archive/refs/tags/v0.0.1.tar.gz", + "integrity": "sha512-+ttBPRkKDuqc65EggoZ9WIB/o+gNrlmiwtfJctCkBOe4/fc4uTEixSqkOg7Z+4TfKgH7eB2PgMMfsxhj0FzaJg==", "license": "MIT", "engines": { "bun": ">=1.3.0" diff --git a/package.json b/package.json index 4c376f39bc..7503e33a5c 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "yaml": "2.9.0" }, "dependencies": { - "@openclaw/design-system": "https://github.com/openclaw/design-system/archive/refs/tags/v0.0.1.tar.gz" + "@openclaw/design-system": "https://github.com/openclaw/carapace/archive/refs/tags/v0.0.1.tar.gz" } }