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 94e2a4cc1c Bump webpack (#1652)
94e2a4cc1c is described below
commit 94e2a4cc1c58992f72aa407a428c17b471360d26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 17:32:58 2026 +0200
Bump webpack (#1652)
Bumps the npm-dependencies group with 1 update in the /landing-pages
directory: [webpack](https://github.com/webpack/webpack).
Updates `webpack` from 5.110.2 to 5.110.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.110.2...v5.110.3)
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.110.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-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 7c3575f9ac..ca70014d3c 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -50,7 +50,7 @@
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.2.0",
"url-loader": "^4.1.1",
- "webpack": "^5.110.2",
+ "webpack": "^5.110.3",
"webpack-cli": "^7.2.3",
"webpack-dev-server": "^6.0.0",
"webpack-merge": "^6.0.1",
@@ -15428,9 +15428,9 @@
}
},
"node_modules/webpack": {
- "version": "5.110.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.2.tgz",
- "integrity":
"sha512-TciLrfM7zgEjqGdY851HkirDsSPQgTFsWQpl9oHqMAMYsHhEC0bKjscvjpnz+pzx10hLC8qISApGrsnrCP4UtQ==",
+ "version": "5.110.3",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.110.3.tgz",
+ "integrity":
"sha512-GuizBzRvo9YPpyoNMf3ag7AzxbaW85qrRSqTha345KyJbAFPt3/cMzBM0h+RWg7SK/7DdzRLINP3LvQ0hvr4hg==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/landing-pages/package.json b/landing-pages/package.json
index d92dba4b6e..3bfe3dc554 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -66,7 +66,7 @@
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.2.0",
"url-loader": "^4.1.1",
- "webpack": "^5.110.2",
+ "webpack": "^5.110.3",
"webpack-cli": "^7.2.3",
"webpack-dev-server": "^6.0.0",
"webpack-merge": "^6.0.1",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 7248c1267b..4a67bb124d 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -7326,10 +7326,10 @@ webpack-sources@^3.5.1:
resolved
"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.5.1.tgz#76c2418486dcc02b2aa0694c104176c2858fe84a"
integrity
sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==
-webpack@^5.110.2:
- version "5.110.2"
- resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.110.2.tgz#ef23a0e62fe5e1ba71b033e3505b7f005d8d5c6e"
- integrity
sha512-TciLrfM7zgEjqGdY851HkirDsSPQgTFsWQpl9oHqMAMYsHhEC0bKjscvjpnz+pzx10hLC8qISApGrsnrCP4UtQ==
+webpack@^5.110.3:
+ version "5.110.3"
+ resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.110.3.tgz#e122b66f6226b7af8f209b6102cd13238c4813a8"
+ integrity
sha512-GuizBzRvo9YPpyoNMf3ag7AzxbaW85qrRSqTha345KyJbAFPt3/cMzBM0h+RWg7SK/7DdzRLINP3LvQ0hvr4hg==
dependencies:
"@types/estree" "^1.0.8"
"@types/json-schema" "^7.0.15"