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 d5c3aa62cb Bump postcss from 8.5.17 to 8.5.20 in /doc (#3882)
d5c3aa62cb is described below
commit d5c3aa62cb6122adaf9b762ddcd57995392fab52
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-lock.json | 16 ++++++++--------
doc/package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/package-lock.json b/doc/package-lock.json
index e49318ae85..834d8b1f72 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -6,7 +6,7 @@
"": {
"devDependencies": {
"autoprefixer": "^10.5.2",
- "postcss": "^8.5.17",
+ "postcss": "^8.5.20",
"postcss-cli": "^11.0.1"
}
},
@@ -445,9 +445,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.16",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
+ "integrity":
"sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
"dev": true,
"funding": [
{
@@ -514,9 +514,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.17",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.17.tgz",
- "integrity":
"sha512-J7EF+8X+CzRPaJPOv9Ck2wNWJvGnnl3PcNPAdGg6GTLjyVpyQ0yATMSXRFRV01BviT/9Gwuc3rjEyJbDJG9a4w==",
+ "version": "8.5.20",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.20.tgz",
+ "integrity":
"sha512-lW616l85ucIQL+FocMmL7pQFPqBmwejrCMg+iPxyImlrANNJG9NHq/RkyCZopDhd8C3LA03PHRJDjkbGu8vvug==",
"dev": true,
"funding": [
{
@@ -534,7 +534,7 @@
],
"license": "MIT",
"dependencies": {
- "nanoid": "^3.3.12",
+ "nanoid": "^3.3.16",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
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"
}
}