From cd60ee9ae886b32ba5da3203e35bb6b088031fd3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 4 Aug 2026 21:58:42 -0500
Subject: [PATCH] deps: bump postcss from 8.5.19 to 8.5.25 in /plugins/openclaw
(#2749)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.19 to
8.5.25.
Release notes
Sourced from postcss's
releases.
8.5.25
- Fixed 8.5.17 visitor regression.
- Fixed
list.split() for non-string values (by @amir-rezaei).
8.5.24
- Preserve the BOM after the processing (by
@hdimer).
8.5.23
- Do not load source map without
opts.from for security
reasons.
8.5.22
8.5.21
8.5.20
Changelog
Sourced from postcss's
changelog.
8.5.25
- Fixed 8.5.17 visitor regression.
- Fixed
list.split() for non-string values (by @amir-rezaei).
8.5.24
- Preserve the BOM after the processing (by
@hdimer).
8.5.23
- Do not load source map without
opts.from for security
reasons.
8.5.22
8.5.21
8.5.20
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/headroomlabs-ai/headroom/network/alerts).
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
plugins/openclaw/package-lock.json | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/plugins/openclaw/package-lock.json b/plugins/openclaw/package-lock.json
index 4fcb59837..c69d37af2 100644
--- a/plugins/openclaw/package-lock.json
+++ b/plugins/openclaw/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "headroom-openclaw",
- "version": "0.32.0",
+ "version": "0.33.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "headroom-openclaw",
- "version": "0.32.0",
+ "version": "0.33.0",
"license": "Apache-2.0",
"dependencies": {
"headroom-ai": "^0.22.3"
@@ -2011,9 +2011,9 @@
}
},
"node_modules/nanoid": {
- "version": "3.3.12",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
- "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
+ "version": "3.3.17",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz",
+ "integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==",
"dev": true,
"funding": [
{
@@ -2100,9 +2100,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.19",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
- "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
+ "version": "8.5.25",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz",
+ "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
"dev": true,
"funding": [
{
@@ -2120,7 +2120,7 @@
],
"license": "MIT",
"dependencies": {
- "nanoid": "^3.3.12",
+ "nanoid": "^3.3.16",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},