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 a1493e7e5c Bump autoprefixer from 10.4.24 to 10.4.27 in /doc (#3671)
a1493e7e5c is described below
commit a1493e7e5c2e8c1533885bd2fb75901980832df5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 12:42:48 2026 +0200
Bump autoprefixer from 10.4.24 to 10.4.27 in /doc (#3671)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.24
to 10.4.27.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
-
[Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/postcss/autoprefixer/compare/10.4.24...10.4.27)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-version: 10.4.27
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 3c0807a61c..85c967a76a 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
- "autoprefixer": "^10.4.24",
+ "autoprefixer": "^10.4.27",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1"
}
@@ -51,9 +51,9 @@
}
},
"node_modules/autoprefixer": {
- "version": "10.4.24",
- "resolved":
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz",
- "integrity":
"sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==",
+ "version": "10.4.27",
+ "resolved":
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
+ "integrity":
"sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
"dev": true,
"funding": [
{
@@ -72,7 +72,7 @@
"license": "MIT",
"dependencies": {
"browserslist": "^4.28.1",
- "caniuse-lite": "^1.0.30001766",
+ "caniuse-lite": "^1.0.30001774",
"fraction.js": "^5.3.4",
"picocolors": "^1.1.1",
"postcss-value-parser": "^4.2.0"
@@ -158,9 +158,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001766",
- "resolved":
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
- "integrity":
"sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
+ "version": "1.0.30001775",
+ "resolved":
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz",
+ "integrity":
"sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==",
"dev": true,
"funding": [
{
diff --git a/doc/package.json b/doc/package.json
index 79f14656e4..59a22d2c47 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "autoprefixer": "^10.4.24",
+ "autoprefixer": "^10.4.27",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1"
}