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 b37bfa8f54 Bump the npm-dependencies group across 1 directory with 3
updates (#1525)
b37bfa8f54 is described below
commit b37bfa8f54456b335e76e2133b25f6510e00b561
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 8 23:03:08 2026 +0200
Bump the npm-dependencies group across 1 directory with 3 updates (#1525)
Bumps the npm-dependencies group with 3 updates in the /landing-pages
directory:
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env),
[@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register)
and [postcss](https://github.com/postcss/postcss).
Updates `@babel/preset-env` from 7.29.2 to 7.29.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.29.3/packages/babel-preset-env)
Updates `@babel/register` from 7.28.6 to 7.29.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.29.3/packages/babel-register)
Updates `postcss` from 8.5.12 to 8.5.13
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.12...8.5.13)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.29.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-dependencies
- dependency-name: "@babel/register"
dependency-version: 7.29.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-dependencies
- dependency-name: postcss
dependency-version: 8.5.13
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 | 50 ++++++++++++++++++++++++++++-------------
landing-pages/package.json | 6 ++---
landing-pages/yarn.lock | 43 +++++++++++++++++++++--------------
3 files changed, 63 insertions(+), 36 deletions(-)
diff --git a/landing-pages/package-lock.json b/landing-pages/package-lock.json
index bd934114e2..5fad43a000 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -16,8 +16,8 @@
},
"devDependencies": {
"@babel/core": "^7.29.0",
- "@babel/preset-env": "^7.29.2",
- "@babel/register": "^7.28.6",
+ "@babel/preset-env": "^7.29.3",
+ "@babel/register": "^7.29.3",
"@eslint/js": "^10.0.1",
"assets-webpack-plugin": "^7.1.1",
"autoprefixer": "^10.5.0",
@@ -36,7 +36,7 @@
"mini-css-extract-plugin": "^2.10.2",
"npm-run-all": "^4.1.5",
"plugin-error": "^2.0.1",
- "postcss": "^8.5.12",
+ "postcss": "^8.5.13",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
@@ -77,9 +77,9 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.29.0",
- "resolved":
"https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
- "integrity":
"sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
+ "version": "7.29.3",
+ "resolved":
"https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
+ "integrity":
"sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -474,6 +474,23 @@
"@babel/core": "^7.0.0"
}
},
+ "node_modules/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": {
+ "version": "7.29.3",
+ "resolved":
"https://registry.npmjs.org/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-7.29.3.tgz",
+ "integrity":
"sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.28.6",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
"version": "7.27.1",
"resolved":
"https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
@@ -1428,19 +1445,20 @@
}
},
"node_modules/@babel/preset-env": {
- "version": "7.29.2",
- "resolved":
"https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.2.tgz",
- "integrity":
"sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==",
+ "version": "7.29.3",
+ "resolved":
"https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.3.tgz",
+ "integrity":
"sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.29.0",
+ "@babel/compat-data": "^7.29.3",
"@babel/helper-compilation-targets": "^7.28.6",
"@babel/helper-plugin-utils": "^7.28.6",
"@babel/helper-validator-option": "^7.27.1",
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression":
"^7.27.1",
+ "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.3",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining":
"^7.27.1",
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly":
"^7.28.6",
"@babel/plugin-proposal-private-property-in-object":
"7.21.0-placeholder-for-preset-env.2",
@@ -1528,9 +1546,9 @@
}
},
"node_modules/@babel/register": {
- "version": "7.28.6",
- "resolved":
"https://registry.npmjs.org/@babel/register/-/register-7.28.6.tgz",
- "integrity":
"sha512-pgcbbEl/dWQYb6L6Yew6F94rdwygfuv+vJ/tXfwIOYAfPB6TNWpXUMEtEq3YuTeHRdvMIhvz13bkT9CNaS+wqA==",
+ "version": "7.29.3",
+ "resolved":
"https://registry.npmjs.org/@babel/register/-/register-7.29.3.tgz",
+ "integrity":
"sha512-F6C1KpIdoImKQfsD6HSxZ+mS4YY/2Q+JsqrmTC5ApVkTR2rG+nnbpjhWwzA5bDNu8mJjB3AryqDaWFLd4gCbJQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -11102,9 +11120,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.12",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
- "integrity":
"sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
+ "version": "8.5.13",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz",
+ "integrity":
"sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==",
"dev": true,
"funding": [
{
diff --git a/landing-pages/package.json b/landing-pages/package.json
index 5abde3f8bc..0cdef5756b 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -32,8 +32,8 @@
},
"devDependencies": {
"@babel/core": "^7.29.0",
- "@babel/preset-env": "^7.29.2",
- "@babel/register": "^7.28.6",
+ "@babel/preset-env": "^7.29.3",
+ "@babel/register": "^7.29.3",
"@eslint/js": "^10.0.1",
"assets-webpack-plugin": "^7.1.1",
"autoprefixer": "^10.5.0",
@@ -52,7 +52,7 @@
"mini-css-extract-plugin": "^2.10.2",
"npm-run-all": "^4.1.5",
"plugin-error": "^2.0.1",
- "postcss": "^8.5.12",
+ "postcss": "^8.5.13",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
diff --git a/landing-pages/yarn.lock b/landing-pages/yarn.lock
index 479f75263f..37b2df95f6 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -11,10 +11,10 @@
js-tokens "^4.0.0"
picocolors "^1.1.1"
-"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0":
- version "7.29.0"
- resolved
"https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz"
- integrity
sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
+"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3":
+ version "7.29.3"
+ resolved
"https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b"
+ integrity
sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==
"@babel/core@^7.29.0":
version "7.29.0"
@@ -237,6 +237,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.27.1"
+"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3":
+ version "7.29.3"
+ resolved
"https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-7.29.3.tgz#2e14f9335803d892ccb67ef487e23cf9726156fe"
+ integrity
sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.28.6"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1":
version "7.27.1"
resolved
"https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz"
@@ -678,18 +686,19 @@
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
"@babel/helper-plugin-utils" "^7.28.6"
-"@babel/preset-env@^7.29.2":
- version "7.29.2"
- resolved
"https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
- integrity
sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
+"@babel/preset-env@^7.29.3":
+ version "7.29.3"
+ resolved
"https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.3.tgz#2bbd5b0162e6a762adfe356f4aecdef837a3d574"
+ integrity
sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA==
dependencies:
- "@babel/compat-data" "^7.29.0"
+ "@babel/compat-data" "^7.29.3"
"@babel/helper-compilation-targets" "^7.28.6"
"@babel/helper-plugin-utils" "^7.28.6"
"@babel/helper-validator-option" "^7.27.1"
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression"
"^7.27.1"
+ "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6"
"@babel/plugin-proposal-private-property-in-object"
"7.21.0-placeholder-for-preset-env.2"
@@ -763,10 +772,10 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
-"@babel/register@^7.28.6":
- version "7.28.6"
- resolved "https://registry.npmjs.org/@babel/register/-/register-7.28.6.tgz"
- integrity
sha512-pgcbbEl/dWQYb6L6Yew6F94rdwygfuv+vJ/tXfwIOYAfPB6TNWpXUMEtEq3YuTeHRdvMIhvz13bkT9CNaS+wqA==
+"@babel/register@^7.29.3":
+ version "7.29.3"
+ resolved
"https://registry.yarnpkg.com/@babel/register/-/register-7.29.3.tgz#726233ed488d52bb67aa8fd0dc5cdf19d10a2584"
+ integrity
sha512-F6C1KpIdoImKQfsD6HSxZ+mS4YY/2Q+JsqrmTC5ApVkTR2rG+nnbpjhWwzA5bDNu8mJjB3AryqDaWFLd4gCbJQ==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
@@ -6096,10 +6105,10 @@ postcss-value-parser@^4.0.0,
postcss-value-parser@^4.1.0, postcss-value-parser@^
resolved
"https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
integrity
sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
-postcss@^8.4.40, postcss@^8.5.12, postcss@^8.5.9:
- version "8.5.12"
- resolved
"https://registry.yarnpkg.com/postcss/-/postcss-8.5.12.tgz#cd0c0f667f7cb0521e2313234ea6e707a9ec1ddb"
- integrity
sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==
+postcss@^8.4.40, postcss@^8.5.13, postcss@^8.5.9:
+ version "8.5.13"
+ resolved
"https://registry.yarnpkg.com/postcss/-/postcss-8.5.13.tgz#6cfaf647f2e7ef69850208eccd849e0d3f65d420"
+ integrity
sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==
dependencies:
nanoid "^3.3.11"
picocolors "^1.1.1"