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 273b8f208c Bump autoprefixer (#1669)
273b8f208c is described below

commit 273b8f208cc2977003a4f7485d3c11b717054215
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 22 17:27:18 2026 +0200

    Bump autoprefixer (#1669)
    
    Bumps the npm-dependencies group with 1 update in the /landing-pages 
directory: [autoprefixer](https://github.com/postcss/autoprefixer).
    
    
    Updates `autoprefixer` from 10.6.0 to 10.6.1
    - [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.6.0...10.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: autoprefixer
      dependency-version: 10.6.1
      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 4d00a7898b..4c106cd6d6 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -20,7 +20,7 @@
         "@babel/register": "^8.0.5",
         "@eslint/js": "^10.0.1",
         "assets-webpack-plugin": "^7.1.1",
-        "autoprefixer": "^10.6.0",
+        "autoprefixer": "^10.6.1",
         "babel-loader": "^10.1.1",
         "clean-webpack-plugin": "^4.0.0",
         "cross-env": "^10.1.0",
@@ -5432,9 +5432,9 @@
       }
     },
     "node_modules/autoprefixer": {
-      "version": "10.6.0",
-      "resolved": 
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.6.0.tgz";,
-      "integrity": 
"sha512-A26d6qs9kqGgkmImIXMYvXTzqb4Qv7AVgpY1NXzr9Y659J8qHHnLOO/zE8ewIGFMprOolAoRAQYDgNryXIJKBw==",
+      "version": "10.6.1",
+      "resolved": 
"https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.6.1.tgz";,
+      "integrity": 
"sha512-cL1Qz6ADZhcEbny/8HPfe99J6HhNoYtpX2LFLIbhgGE7Q1hlQVkYFdetDN7Id3KiQxhDrHwzlHr/YQCnZ8+xSA==",
       "dev": true,
       "funding": [
         {
diff --git a/landing-pages/package.json b/landing-pages/package.json
index c15bcb0f99..8009a3f7b0 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -36,7 +36,7 @@
     "@babel/register": "^8.0.5",
     "@eslint/js": "^10.0.1",
     "assets-webpack-plugin": "^7.1.1",
-    "autoprefixer": "^10.6.0",
+    "autoprefixer": "^10.6.1",
     "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 e3fb27e947..30f4f7b86f 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -2474,10 +2474,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.6.0:
-  version "10.6.0"
-  resolved 
"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.6.0.tgz#b68112d055f87aff2a2ea58877b510c6847bea27";
-  integrity 
sha512-A26d6qs9kqGgkmImIXMYvXTzqb4Qv7AVgpY1NXzr9Y659J8qHHnLOO/zE8ewIGFMprOolAoRAQYDgNryXIJKBw==
+autoprefixer@^10.5.0, autoprefixer@^10.6.1:
+  version "10.6.1"
+  resolved 
"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.6.1.tgz#437cea1a0b96cedc4065c05327b728b1594faf27";
+  integrity 
sha512-cL1Qz6ADZhcEbny/8HPfe99J6HhNoYtpX2LFLIbhgGE7Q1hlQVkYFdetDN7Id3KiQxhDrHwzlHr/YQCnZ8+xSA==
   dependencies:
     browserslist "^4.28.9"
     caniuse-lite "^1.0.30001810"

Reply via email to