This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 5f19ebb6 Bump postcss-cli from 11.0.1 to 12.0.0 (#203)
5f19ebb6 is described below
commit 5f19ebb66d89c0395a26fcaea1312dfe36195c04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 17 16:58:06 2026 -0400
Bump postcss-cli from 11.0.1 to 12.0.0 (#203)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 11.0.1 to
12.0.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
-
[Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/11.0.1...12.0.0)
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-version: 12.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 91825029..38e211ad 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,6 @@
"autoprefixer": "^10.4.18",
"bootstrap": "^5.3.6",
"postcss": "^8.4.35",
- "postcss-cli": "^11.0.0"
+ "postcss-cli": "^12.0.0"
}
}