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 7f08eb1e9c Bump postcss from 8.5.15 to 8.5.16 in /doc (#3832)
7f08eb1e9c is described below
commit 7f08eb1e9cb751273013f6f8c575580420996243
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 19:43:23 2026 +0200
Bump postcss from 8.5.15 to 8.5.16 in /doc (#3832)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.16.
- [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.15...8.5.16)
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.16
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 de9bbae190..fa701008e1 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -6,7 +6,7 @@
"": {
"devDependencies": {
"autoprefixer": "^10.5.0",
- "postcss": "^8.5.15",
+ "postcss": "^8.5.16",
"postcss-cli": "^11.0.1"
}
},
@@ -511,9 +511,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.15",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
- "integrity":
"sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
+ "version": "8.5.16",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
+ "integrity":
"sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
"dev": true,
"funding": [
{
diff --git a/doc/package.json b/doc/package.json
index b666469a6a..143cbd0e8a 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.5.0",
- "postcss": "^8.5.15",
+ "postcss": "^8.5.16",
"postcss-cli": "^11.0.1"
}
}