This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 816840e1ca Bump autoprefixer (#1663)
816840e1ca is described below
commit 816840e1caef6b3482d2eb633be6cb9145fe8bb4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 17 17:08:41 2026 +0200
Bump autoprefixer (#1663)
Bumps the npm-dependencies group with 1 update in the /landing-pages
directory: [autoprefixer](https://github.com/postcss/autoprefixer).
Updates `autoprefixer` from 10.5.5 to 10.5.6
- [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.5.5...10.5.6)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-version: 10.5.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
landing-pages/package-lock.json | 8 ++++----
landing-pages/package.json | 2 +-
landing-pages/yarn.lock | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/landing-pages/package-lock.json b/landing-pages/package-lock.json
index d1c995b421..635350d480 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -20,7 +20,7 @@
"@babel/register": "^8.0.1",
"@eslint/js": "^10.0.1",
"assets-webpack-plugin": "^7.1.1",
- "autoprefixer": "^10.5.5",
+ "autoprefixer": "^10.5.6",
"babel-loader": "^10.1.1",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^10.1.0",
@@ -5473,9 +5473,9 @@
}
},
"node_modules/autoprefixer": {
- "version": "10.5.5",
- "resolved":
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.5.tgz",
- "integrity":
"sha512-uiRYvQYe/nNSzBJ7OUnd2/TZVsAdob3blml44teEpee9Cc1f4rGZFewO+JT3Wo8mgFOSzNqes4FHZn/Qz8WOuw==",
+ "version": "10.5.6",
+ "resolved":
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.6.tgz",
+ "integrity":
"sha512-HiH4oYNc5+DQEx/b8FPfMj+WHH/WWUBmbN5r1Uf/ixtfyFkk+wGIlfJT/RD5eAyzlwkeYRtZUCI8qrEi26pl2g==",
"dev": true,
"funding": [
{
diff --git a/landing-pages/package.json b/landing-pages/package.json
index 6abe775dae..de9f223047 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -36,7 +36,7 @@
"@babel/register": "^8.0.1",
"@eslint/js": "^10.0.1",
"assets-webpack-plugin": "^7.1.1",
- "autoprefixer": "^10.5.5",
+ "autoprefixer": "^10.5.6",
"babel-loader": "^10.1.1",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^10.1.0",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 5b94afd29c..cd804ab10b 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -2420,10 +2420,10 @@ async-function@^1.0.0:
resolved
"https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz"
integrity
sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==
-autoprefixer@^10.5.0, autoprefixer@^10.5.5:
- version "10.5.5"
- resolved
"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.5.5.tgz#c2d2c2ccadda1d88536a4ff0e3e8d1417dbca388"
- integrity
sha512-uiRYvQYe/nNSzBJ7OUnd2/TZVsAdob3blml44teEpee9Cc1f4rGZFewO+JT3Wo8mgFOSzNqes4FHZn/Qz8WOuw==
+autoprefixer@^10.5.0, autoprefixer@^10.5.6:
+ version "10.5.6"
+ resolved
"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.5.6.tgz#b613978f41eb58f0b3719ff1e21f993875e86a75"
+ integrity
sha512-HiH4oYNc5+DQEx/b8FPfMj+WHH/WWUBmbN5r1Uf/ixtfyFkk+wGIlfJT/RD5eAyzlwkeYRtZUCI8qrEi26pl2g==
dependencies:
browserslist "^4.28.9"
caniuse-lite "^1.0.30001810"