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 0c5f16856e Bump the npm-dependencies group across 1 directory with 2 
updates (#1597)
0c5f16856e is described below

commit 0c5f16856e0e0b9ba63fb4e04f4431100a1d04b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 12:08:04 2026 +0200

    Bump the npm-dependencies group across 1 directory with 2 updates (#1597)
    
    Bumps the npm-dependencies group with 2 updates in the /landing-pages 
directory: [webpack](https://github.com/webpack/webpack) and 
[webpack-cli](https://github.com/webpack/webpack-cli).
    
    
    Updates `webpack` from 5.108.3 to 5.108.4
    - [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.108.3...v5.108.4)
    
    Updates `webpack-cli` from 7.1.0 to 7.2.1
    - [Release notes](https://github.com/webpack/webpack-cli/releases)
    - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@7.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-version: 5.108.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: webpack-cli
      dependency-version: 7.2.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      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 | 18 +++++++++---------
 landing-pages/package.json      |  4 ++--
 landing-pages/yarn.lock         | 16 ++++++++--------
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/landing-pages/package-lock.json b/landing-pages/package-lock.json
index 76d7aaf2ba..f19d0c08d4 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -50,8 +50,8 @@
         "stylelint-config-standard-scss": "^17.0.0",
         "stylelint-scss": "^7.2.0",
         "url-loader": "^4.1.1",
-        "webpack": "^5.108.3",
-        "webpack-cli": "^7.1.0",
+        "webpack": "^5.108.4",
+        "webpack-cli": "^7.2.1",
         "webpack-dev-server": "^6.0.0",
         "webpack-merge": "^6.0.1",
         "whatwg-fetch": "^3.6.20"
@@ -15404,9 +15404,9 @@
       }
     },
     "node_modules/webpack": {
-      "version": "5.108.3",
-      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.3.tgz";,
-      "integrity": 
"sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==",
+      "version": "5.108.4",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.4.tgz";,
+      "integrity": 
"sha512-yur8LyJoeiWh47dErD+Ok7vlbmDsJ3UbbRPAoxbGJ54WpE2y5yVo5G/inUzujnYgw3tPmBRdn+G7PoxXaYC33w==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -15450,9 +15450,9 @@
       }
     },
     "node_modules/webpack-cli": {
-      "version": "7.1.0",
-      "resolved": 
"https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.1.0.tgz";,
-      "integrity": 
"sha512-pSJ5p5PkXRD88sfCq5Wo+coc42QykwRu5Md0DyESj0rT6PPPA2wTNabpHPKgqH8EMkfTDo3IWx3iiNXMu8XDBQ==",
+      "version": "7.2.1",
+      "resolved": 
"https://registry.npmjs.org/webpack-cli/-/webpack-cli-7.2.1.tgz";,
+      "integrity": 
"sha512-YwSGbcZdfz12DM8JIseVPr3oBb09IgVCVc4vY3oDvZnI/mALTGPAP1QiqOi4/bBLSJrRHaqDIXeHcNA0+G38aw==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -15481,7 +15481,7 @@
         "toml": "^3.0.0 || ^4.0.0",
         "webpack": "^5.101.0",
         "webpack-bundle-analyzer": "^4.0.0 || ^5.0.0",
-        "webpack-dev-server": "^5.0.0"
+        "webpack-dev-server": "^5.0.0 || ^6.0.0"
       },
       "peerDependenciesMeta": {
         "js-yaml": {
diff --git a/landing-pages/package.json b/landing-pages/package.json
index 768588c558..a097eb2ad7 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -66,8 +66,8 @@
     "stylelint-config-standard-scss": "^17.0.0",
     "stylelint-scss": "^7.2.0",
     "url-loader": "^4.1.1",
-    "webpack": "^5.108.3",
-    "webpack-cli": "^7.1.0",
+    "webpack": "^5.108.4",
+    "webpack-cli": "^7.2.1",
     "webpack-dev-server": "^6.0.0",
     "webpack-merge": "^6.0.1",
     "whatwg-fetch": "^3.6.20"
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 579fd0fc45..8b1fff9cea 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -7249,10 +7249,10 @@ watchpack@^2.5.2:
   dependencies:
     graceful-fs "^4.1.2"
 
-webpack-cli@^7.1.0:
-  version "7.1.0"
-  resolved 
"https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.1.0.tgz#0ce9fe20b611c47877ff14c5d70d16d2ea13b99f";
-  integrity 
sha512-pSJ5p5PkXRD88sfCq5Wo+coc42QykwRu5Md0DyESj0rT6PPPA2wTNabpHPKgqH8EMkfTDo3IWx3iiNXMu8XDBQ==
+webpack-cli@^7.2.1:
+  version "7.2.1"
+  resolved 
"https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.2.1.tgz#180a5b2232ca582f909eccf32c6fb3a56647d294";
+  integrity 
sha512-YwSGbcZdfz12DM8JIseVPr3oBb09IgVCVc4vY3oDvZnI/mALTGPAP1QiqOi4/bBLSJrRHaqDIXeHcNA0+G38aw==
   dependencies:
     "@discoveryjs/json-ext" "^1.1.0"
     commander "^14.0.3"
@@ -7319,10 +7319,10 @@ webpack-sources@^3.5.0:
   resolved 
"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.5.0.tgz#87bf7f5801a4e985b1f1c92b64b9620a02f76d08";
   integrity 
sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==
 
-webpack@^5.108.3:
-  version "5.108.3"
-  resolved 
"https://registry.yarnpkg.com/webpack/-/webpack-5.108.3.tgz#39be3baba294fa9d93487199b8c7e3ce742d3498";
-  integrity 
sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==
+webpack@^5.108.4:
+  version "5.108.4"
+  resolved 
"https://registry.yarnpkg.com/webpack/-/webpack-5.108.4.tgz#141818a411662773a0bb32dc5536acc5409943b7";
+  integrity 
sha512-yur8LyJoeiWh47dErD+Ok7vlbmDsJ3UbbRPAoxbGJ54WpE2y5yVo5G/inUzujnYgw3tPmBRdn+G7PoxXaYC33w==
   dependencies:
     "@types/estree" "^1.0.8"
     "@types/json-schema" "^7.0.15"

Reply via email to