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 478f958a1f Bump the npm-dependencies group across 1 directory with 5 
updates (#1428)
478f958a1f is described below

commit 478f958a1ff29ef1b7983105e4af7cf4d223e9dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 15:17:33 2026 +0100

    Bump the npm-dependencies group across 1 directory with 5 updates (#1428)
    
    Bumps the npm-dependencies group with 5 updates in the /landing-pages 
directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [p5](https://github.com/processing/p5.js) | `2.2.1` | `2.2.2` |
    | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | 
`10.4.27` |
    | [eslint](https://github.com/eslint/eslint) | `10.0.1` | `10.0.2` |
    | [stylelint](https://github.com/stylelint/stylelint) | `17.3.0` | `17.4.0` 
|
    | [webpack](https://github.com/webpack/webpack) | `5.105.2` | `5.105.3` |
    
    
    
    Updates `p5` from 2.2.1 to 2.2.2
    - [Release notes](https://github.com/processing/p5.js/releases)
    - 
[Changelog](https://github.com/processing/p5.js/blob/main/contributor_docs/release_process.md)
    - [Commits](https://github.com/processing/p5.js/compare/v2.2.1...v2.2.2)
    
    Updates `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)
    
    Updates `eslint` from 10.0.1 to 10.0.2
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](https://github.com/eslint/eslint/compare/v10.0.1...v10.0.2)
    
    Updates `stylelint` from 17.3.0 to 17.4.0
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/stylelint/stylelint/compare/17.3.0...17.4.0)
    
    Updates `webpack` from 5.105.2 to 5.105.3
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/webpack/webpack/compare/v5.105.2...v5.105.3)
    
    ---
    updated-dependencies:
    - dependency-name: p5
      dependency-version: 2.2.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: autoprefixer
      dependency-version: 10.4.27
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: eslint
      dependency-version: 10.0.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: stylelint
      dependency-version: 17.4.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: webpack
      dependency-version: 5.105.3
      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.json | 10 ++---
 landing-pages/yarn.lock    | 99 +++++++++++++++++++++-------------------------
 2 files changed, 51 insertions(+), 58 deletions(-)

diff --git a/landing-pages/package.json b/landing-pages/package.json
index c9aa261b4f..7ec0695fce 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -27,7 +27,7 @@
   "dependencies": {
     "lodash": "^4.17.23",
     "lunr": "^2.3.9",
-    "p5": "^2.2.1",
+    "p5": "^2.2.2",
     "parser-front-matter": "^1.6.4"
   },
   "devDependencies": {
@@ -36,13 +36,13 @@
     "@babel/register": "^7.28.6",
     "@eslint/js": "^10.0.1",
     "assets-webpack-plugin": "^7.1.1",
-    "autoprefixer": "^10.4.24",
+    "autoprefixer": "^10.4.27",
     "babel-loader": "^10.0.0",
     "clean-webpack-plugin": "^4.0.0",
     "cross-env": "^10.1.0",
     "css-loader": "^7.1.4",
     "css-minimizer-webpack-plugin": "^7.0.4",
-    "eslint": "^10.0.1",
+    "eslint": "^10.0.2",
     "eslint-plugin-import": "^2.32.0",
     "exports-loader": "^5.0.0",
     "fancy-log": "^2.0.0",
@@ -61,12 +61,12 @@
     "sass": "^1.97.3",
     "sass-loader": "^16.0.7",
     "style-loader": "^4.0.0",
-    "stylelint": "^17.3.0",
+    "stylelint": "^17.4.0",
     "stylelint-config-recommended": "^18.0.0",
     "stylelint-config-standard-scss": "^17.0.0",
     "stylelint-scss": "^7.0.0",
     "url-loader": "^4.1.1",
-    "webpack": "^5.105.2",
+    "webpack": "^5.105.3",
     "webpack-cli": "^6.0.1",
     "webpack-dev-server": "^5.2.3",
     "webpack-merge": "^6.0.1",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index f86a04d33a..cc69ab8ea3 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -855,10 +855,10 @@
   resolved 
"https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz#e1c65dc09378b42f26a111fca7f7075fc2c26164";
   integrity 
sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==
 
-"@csstools/css-syntax-patches-for-csstree@^1.0.26":
-  version "1.0.28"
-  resolved 
"https://registry.yarnpkg.com/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.28.tgz#cd239a16f95c0ed7c6d74315da4e38f2e93bbf19";
-  integrity 
sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==
+"@csstools/css-syntax-patches-for-csstree@^1.0.27":
+  version "1.0.29"
+  resolved 
"https://registry.yarnpkg.com/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.29.tgz#b1bffea9c70e5d0c4d339f0e1df270b435cb418a";
+  integrity 
sha512-jx9GjkkP5YHuTmko2eWAvpPnb0mB4mGRr2U7XwVNwevm8nlpobZEVk+GNmiYMk2VuA75v+plfXWyroWKmICZXg==
 
 "@csstools/css-tokenizer@^4.0.0":
   version "4.0.0"
@@ -2158,10 +2158,10 @@ ajv-keywords@^5.1.0:
   dependencies:
     fast-deep-equal "^3.1.3"
 
-ajv@^6.12.4, ajv@^6.12.5:
-  version "6.12.6"
-  resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz";
-  integrity 
sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
+ajv@^6.12.5, ajv@^6.14.0:
+  version "6.14.0"
+  resolved 
"https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a";
+  integrity 
sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
   dependencies:
     fast-deep-equal "^3.1.1"
     fast-json-stable-stringify "^2.0.0"
@@ -2352,13 +2352,13 @@ async-function@^1.0.0:
   resolved 
"https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz";
   integrity 
sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==
 
-autoprefixer@^10.4.24:
-  version "10.4.24"
-  resolved 
"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.24.tgz#2c29595f3abd820a79976a609d0bf40eecf212fb";
-  integrity 
sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==
+autoprefixer@^10.4.24, autoprefixer@^10.4.27:
+  version "10.4.27"
+  resolved 
"https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.27.tgz#51ea301a5c3c5f8642f8e564759c4f573be486f2";
+  integrity 
sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==
   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"
@@ -2406,11 +2406,6 @@ balanced-match@^1.0.0:
   resolved 
"https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz";
   integrity 
sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
 
-balanced-match@^3.0.1:
-  version "3.0.1"
-  resolved 
"https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0";
-  integrity 
sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
-
 balanced-match@^4.0.2:
   version "4.0.4"
   resolved 
"https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a";
@@ -2579,10 +2574,10 @@ caniuse-api@^3.0.0:
     lodash.memoize "^4.1.2"
     lodash.uniq "^4.5.0"
 
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001759, caniuse-lite@^1.0.30001766:
-  version "1.0.30001769"
-  resolved 
"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz#1ad91594fad7dc233777c2781879ab5409f7d9c2";
-  integrity 
sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001759, caniuse-lite@^1.0.30001774:
+  version "1.0.30001775"
+  resolved 
"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz#9572266e3f7f77efee5deac1efeb4795879d1b7f";
+  integrity 
sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==
 
 chalk@^2.4.1:
   version "2.4.2"
@@ -2841,10 +2836,10 @@ css-declaration-sorter@^7.2.0:
   resolved 
"https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz";
   integrity 
sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==
 
-css-functions-list@^3.2.3:
-  version "3.2.3"
-  resolved 
"https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz";
-  integrity 
sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==
+css-functions-list@^3.3.3:
+  version "3.3.3"
+  resolved 
"https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.3.3.tgz#c4ab5008659de2e3baf3752c8fdef7662f3ffe23";
+  integrity 
sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==
 
 css-has-pseudo@^8.0.0:
   version "8.0.0"
@@ -3432,10 +3427,10 @@ eslint-visitor-keys@^5.0.1:
   resolved 
"https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be";
   integrity 
sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
 
-eslint@^10.0.1:
-  version "10.0.1"
-  resolved 
"https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d";
-  integrity 
sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
+eslint@^10.0.2:
+  version "10.0.2"
+  resolved 
"https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab";
+  integrity 
sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
   dependencies:
     "@eslint-community/eslint-utils" "^4.8.0"
     "@eslint-community/regexpp" "^4.12.2"
@@ -3447,7 +3442,7 @@ eslint@^10.0.1:
     "@humanwhocodes/module-importer" "^1.0.1"
     "@humanwhocodes/retry" "^0.4.2"
     "@types/estree" "^1.0.6"
-    ajv "^6.12.4"
+    ajv "^6.14.0"
     cross-spawn "^7.0.6"
     debug "^4.3.2"
     escape-string-regexp "^4.0.0"
@@ -5319,10 +5314,10 @@ p-try@^2.0.0:
   resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz";
   integrity 
sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
 
-p5@^2.2.1:
-  version "2.2.1"
-  resolved 
"https://registry.yarnpkg.com/p5/-/p5-2.2.1.tgz#19639b5c86e6f23b01de7c1deb8d04e44dbe1cfe";
-  integrity 
sha512-4Q/vlc5L6kq08JLBs2oIfY3R9nyqG0qEENG6aRJr/0oQ/xGeg4G4IbsjlCGMrIR44mR8Jf3A4NVTKimK63KblA==
+p5@^2.2.2:
+  version "2.2.2"
+  resolved 
"https://registry.yarnpkg.com/p5/-/p5-2.2.2.tgz#90ea809214b0ff28f9de62a35898e279004fff2a";
+  integrity 
sha512-zJ3NJDtvZ8rsrVik8LcMaRurbE70Dqjy4Dku6/7lOz8jMnbkBVVyimknElzRwxG/X+sqHtkQKzZulNcZtRmy0w==
   dependencies:
     "@davepagurek/bezier-path" "^0.0.7"
     "@japont/unicode-range" "^1.0.0"
@@ -6970,22 +6965,21 @@ stylelint-scss@^7.0.0:
     postcss-selector-parser "^7.1.1"
     postcss-value-parser "^4.2.0"
 
-stylelint@^17.3.0:
-  version "17.3.0"
-  resolved 
"https://registry.yarnpkg.com/stylelint/-/stylelint-17.3.0.tgz#18fa199862205516d7011524557fae4ff5b9d60f";
-  integrity 
sha512-1POV91lcEMhj6SLVaOeA0KlS9yattS+qq+cyWqP/nYzWco7K5jznpGH1ExngvPlTM9QF1Kjd2bmuzJu9TH2OcA==
+stylelint@^17.4.0:
+  version "17.4.0"
+  resolved 
"https://registry.yarnpkg.com/stylelint/-/stylelint-17.4.0.tgz#f8beba358d0cb93508de4efdcd28bf06f5010e38";
+  integrity 
sha512-3kQ2/cHv3Zt8OBg+h2B8XCx9evEABQIrv4hh3uXahGz/ZEHrTR80zxBiK2NfXNaSoyBzxO1pjsz1Vhdzwn5XSw==
   dependencies:
     "@csstools/css-calc" "^3.1.1"
     "@csstools/css-parser-algorithms" "^4.0.0"
-    "@csstools/css-syntax-patches-for-csstree" "^1.0.26"
+    "@csstools/css-syntax-patches-for-csstree" "^1.0.27"
     "@csstools/css-tokenizer" "^4.0.0"
     "@csstools/media-query-list-parser" "^5.0.0"
     "@csstools/selector-resolve-nested" "^4.0.0"
     "@csstools/selector-specificity" "^6.0.0"
-    balanced-match "^3.0.1"
     colord "^2.9.3"
     cosmiconfig "^9.0.0"
-    css-functions-list "^3.2.3"
+    css-functions-list "^3.3.3"
     css-tree "^3.1.0"
     debug "^4.4.3"
     fast-glob "^3.3.3"
@@ -6999,7 +6993,6 @@ stylelint@^17.3.0:
     import-meta-resolve "^4.2.0"
     imurmurhash "^0.1.4"
     is-plain-object "^5.0.0"
-    known-css-properties "^0.37.0"
     mathml-tag-names "^4.0.0"
     meow "^14.0.0"
     micromatch "^4.0.8"
@@ -7444,15 +7437,15 @@ webpack-merge@^6.0.1:
     flat "^5.0.2"
     wildcard "^2.0.1"
 
-webpack-sources@^3.3.3:
-  version "3.3.3"
-  resolved 
"https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz";
-  integrity 
sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
+webpack-sources@^3.3.4:
+  version "3.3.4"
+  resolved 
"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.4.tgz#a338b95eb484ecc75fbb196cbe8a2890618b4891";
+  integrity 
sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==
 
-webpack@^5.105.2:
-  version "5.105.2"
-  resolved 
"https://registry.yarnpkg.com/webpack/-/webpack-5.105.2.tgz#f3b76f9fc36f1152e156e63ffda3bbb82e6739ea";
-  integrity 
sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==
+webpack@^5.105.3:
+  version "5.105.3"
+  resolved 
"https://registry.yarnpkg.com/webpack/-/webpack-5.105.3.tgz#307ad95bafffd08bc81049d6519477b16e42e7ba";
+  integrity 
sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==
   dependencies:
     "@types/eslint-scope" "^3.7.7"
     "@types/estree" "^1.0.8"
@@ -7460,7 +7453,7 @@ webpack@^5.105.2:
     "@webassemblyjs/ast" "^1.14.1"
     "@webassemblyjs/wasm-edit" "^1.14.1"
     "@webassemblyjs/wasm-parser" "^1.14.1"
-    acorn "^8.15.0"
+    acorn "^8.16.0"
     acorn-import-phases "^1.0.3"
     browserslist "^4.28.1"
     chrome-trace-event "^1.0.2"
@@ -7478,7 +7471,7 @@ webpack@^5.105.2:
     tapable "^2.3.0"
     terser-webpack-plugin "^5.3.16"
     watchpack "^2.5.1"
-    webpack-sources "^3.3.3"
+    webpack-sources "^3.3.4"
 
 websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
   version "0.7.4"

Reply via email to