This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 bc4896e70 Bump postcss from 8.5.1 to 8.5.3 in /doc (#3318)
bc4896e70 is described below
commit bc4896e7010531133f2f5ac429419fc74f472877
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 24 15:11:44 2025 +0200
Bump postcss from 8.5.1 to 8.5.3 in /doc (#3318)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.3.
- [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.1...8.5.3)
---
updated-dependencies:
- dependency-name: postcss
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 | 9 +++++----
doc/package.json | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/package-lock.json b/doc/package-lock.json
index 78f1d9b09..86f0f76b6 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -6,7 +6,7 @@
"": {
"devDependencies": {
"autoprefixer": "^10.4.0",
- "postcss": "^8.5.1",
+ "postcss": "^8.5.3",
"postcss-cli": "^11.0.0"
}
},
@@ -665,9 +665,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.1",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
- "integrity":
"sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
+ "version": "8.5.3",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
+ "integrity":
"sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"dev": true,
"funding": [
{
@@ -683,6 +683,7 @@
"url": "https://github.com/sponsors/ai"
}
],
+ "license": "MIT",
"dependencies": {
"nanoid": "^3.3.8",
"picocolors": "^1.1.1",
diff --git a/doc/package.json b/doc/package.json
index 752463ac3..ffd8cb778 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.4.0",
- "postcss": "^8.5.1",
+ "postcss": "^8.5.3",
"postcss-cli": "^11.0.0"
}
}