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 970a251cf6 Bump lodash (#1484)
970a251cf6 is described below
commit 970a251cf6ae66707ff25a91b666ae202912df14
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 22:49:58 2026 +0200
Bump lodash (#1484)
Bumps the npm-dependencies group with 1 update in the /landing-pages
directory: [lodash](https://github.com/lodash/lodash).
Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: direct:production
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 | 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 4bd9a643fc..3382b1efd0 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
- "lodash": "^4.17.23",
+ "lodash": "^4.18.1",
"lunr": "^2.3.9",
"p5": "^2.2.3",
"parser-front-matter": "^1.6.4"
@@ -9754,9 +9754,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.23",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
- "integrity":
"sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
+ "version": "4.18.1",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
+ "integrity":
"sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"license": "MIT"
},
"node_modules/lodash.debounce": {
diff --git a/landing-pages/package.json b/landing-pages/package.json
index d77aac6ae2..b98717ca9a 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -25,7 +25,7 @@
"start:webpack": "webpack serve --config webpack.dev.js --hot"
},
"dependencies": {
- "lodash": "^4.17.23",
+ "lodash": "^4.18.1",
"lunr": "^2.3.9",
"p5": "^2.2.3",
"parser-front-matter": "^1.6.4"
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 5f69ab4033..1a3a063651 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -4840,10 +4840,10 @@ lodash.uniq@^4.5.0:
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
integrity
sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
-lodash@^4.17.21, lodash@^4.17.23:
- version "4.17.23"
- resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz"
- integrity
sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
+lodash@^4.17.21, lodash@^4.18.1:
+ version "4.18.1"
+ resolved
"https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
+ integrity
sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
lru-cache@^11.0.0:
version "11.2.2"