This is an automated email from the ASF dual-hosted git repository.
RyanSkraba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 43096d0457 Bump postcss from 8.5.16 to 8.5.17 in /doc (#3870)
43096d0457 is described below
commit 43096d0457200af54800c8c55bd2074bb9d5b548
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 18:29:56 2026 +0200
Bump postcss from 8.5.16 to 8.5.17 in /doc (#3870)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 to 8.5.17.
- [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.16...8.5.17)
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.17
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-lock.json | 8 ++++----
doc/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/package-lock.json b/doc/package-lock.json
index ee650fccd1..e49318ae85 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -6,7 +6,7 @@
"": {
"devDependencies": {
"autoprefixer": "^10.5.2",
- "postcss": "^8.5.16",
+ "postcss": "^8.5.17",
"postcss-cli": "^11.0.1"
}
},
@@ -514,9 +514,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.16",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
- "integrity":
"sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
+ "version": "8.5.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.17.tgz",
+ "integrity":
"sha512-J7EF+8X+CzRPaJPOv9Ck2wNWJvGnnl3PcNPAdGg6GTLjyVpyQ0yATMSXRFRV01BviT/9Gwuc3rjEyJbDJG9a4w==",
"dev": true,
"funding": [
{
diff --git a/doc/package.json b/doc/package.json
index c9a6455b4b..d8df1206b4 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.5.2",
- "postcss": "^8.5.16",
+ "postcss": "^8.5.17",
"postcss-cli": "^11.0.1"
}
}