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 b704175e3a Bump autoprefixer from 10.4.21 to 10.4.22 in /doc (#3553)
b704175e3a is described below
commit b704175e3ae5a181b824f96053f79b0579af2b7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 12:58:01 2025 +0200
Bump autoprefixer from 10.4.21 to 10.4.22 in /doc (#3553)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.21
to 10.4.22.
- [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.21...10.4.22)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-version: 10.4.22
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 | 28 ++++++++++++++--------------
doc/package.json | 2 +-
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/doc/package-lock.json b/doc/package-lock.json
index 7114e9b632..9153207d6c 100644
--- a/doc/package-lock.json
+++ b/doc/package-lock.json
@@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
- "autoprefixer": "^10.4.21",
+ "autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1"
}
@@ -51,9 +51,9 @@
}
},
"node_modules/autoprefixer": {
- "version": "10.4.21",
- "resolved":
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
- "integrity":
"sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
+ "version": "10.4.22",
+ "resolved":
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.22.tgz",
+ "integrity":
"sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==",
"dev": true,
"funding": [
{
@@ -71,9 +71,9 @@
],
"license": "MIT",
"dependencies": {
- "browserslist": "^4.24.4",
- "caniuse-lite": "^1.0.30001702",
- "fraction.js": "^4.3.7",
+ "browserslist": "^4.27.0",
+ "caniuse-lite": "^1.0.30001754",
+ "fraction.js": "^5.3.4",
"normalize-range": "^0.1.2",
"picocolors": "^1.1.1",
"postcss-value-parser": "^4.2.0"
@@ -159,9 +159,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001751",
- "resolved":
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
- "integrity":
"sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
+ "version": "1.0.30001755",
+ "resolved":
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001755.tgz",
+ "integrity":
"sha512-44V+Jm6ctPj7R52Na4TLi3Zri4dWUljJd+RDm+j8LtNCc/ihLCT+X1TzoOAkRETEWqjuLnh9581Tl80FvK7jVA==",
"dev": true,
"funding": [
{
@@ -287,16 +287,16 @@
}
},
"node_modules/fraction.js": {
- "version": "4.3.7",
- "resolved":
"https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
- "integrity":
"sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
+ "version": "5.3.4",
+ "resolved":
"https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
+ "integrity":
"sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": "*"
},
"funding": {
- "type": "patreon",
+ "type": "github",
"url": "https://github.com/sponsors/rawify"
}
},
diff --git a/doc/package.json b/doc/package.json
index 5da2cbee3a..c7095c0a29 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
- "autoprefixer": "^10.4.21",
+ "autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1"
}