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 7f7ec1f5b4 Bump webpack (#1547)
7f7ec1f5b4 is described below
commit 7f7ec1f5b4459ba5ac70e4c9c97bfa6a2419dac3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 28 20:52:52 2026 +0200
Bump webpack (#1547)
Bumps the npm-dependencies group with 1 update in the /landing-pages
directory: [webpack](https://github.com/webpack/webpack).
Updates `webpack` from 5.107.0 to 5.107.1
- [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.107.0...v5.107.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.107.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 15f2581d67..5398f6ebcf 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.1.1",
"url-loader": "^4.1.1",
- "webpack": "^5.107.0",
+ "webpack": "^5.107.1",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.4",
"webpack-merge": "^6.0.1",
@@ -15167,9 +15167,9 @@
}
},
"node_modules/webpack": {
- "version": "5.107.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.107.0.tgz",
- "integrity":
"sha512-PSxeHk/dmLYZlnTU+vL1Gej6Evg5RNtl3flhxBresfznFnzxinHMzHKloHnywM/3ouQv7/AlZCswWDIkNSggUA==",
+ "version": "5.107.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.107.1.tgz",
+ "integrity":
"sha512-mvdIWxj/H6QsfgDdH9djne3a5dYcmEmtsXGESkypaGN5jXjF/b+9KDlmTDQ2TKlFUeA2fI9Y65kihD30JOdB+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/landing-pages/package.json b/landing-pages/package.json
index b70c04a5e3..cd4b436494 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.1.1",
"url-loader": "^4.1.1",
- "webpack": "^5.107.0",
+ "webpack": "^5.107.1",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.4",
"webpack-merge": "^6.0.1",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 21a598cd78..38fec3ef52 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -7406,10 +7406,10 @@ webpack-sources@^3.4.1:
resolved
"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.5.0.tgz#87bf7f5801a4e985b1f1c92b64b9620a02f76d08"
integrity
sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==
-webpack@^5.107.0:
- version "5.107.0"
- resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.107.0.tgz#9e0d8d8baf24e76f058103f4f06ac6bb528b645a"
- integrity
sha512-PSxeHk/dmLYZlnTU+vL1Gej6Evg5RNtl3flhxBresfznFnzxinHMzHKloHnywM/3ouQv7/AlZCswWDIkNSggUA==
+webpack@^5.107.1:
+ version "5.107.1"
+ resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.107.1.tgz#01ad63131b7c413f607cc00a8136f467c1f10af0"
+ integrity
sha512-mvdIWxj/H6QsfgDdH9djne3a5dYcmEmtsXGESkypaGN5jXjF/b+9KDlmTDQ2TKlFUeA2fI9Y65kihD30JOdB+Q==
dependencies:
"@types/estree" "^1.0.8"
"@types/json-schema" "^7.0.15"