This is an automated email from the ASF dual-hosted git repository.
RyanSkraba pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
commit e1c4d101ca0bb0f8c10f76d589bf4efaa49d41c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 26 18:47:34 2026 +0200
Bump postcss from 8.5.17 to 8.5.20 in /doc (#3882)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.17 to 8.5.20.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.17...8.5.20)
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.20
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
doc/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/package.json b/doc/package.json
index d8df1206b4..d3e886c5b6 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.5.2",
- "postcss": "^8.5.17",
+ "postcss": "^8.5.20",
"postcss-cli": "^11.0.1"
}
}