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 da8e9c970f Bump the npm-dependencies group across 1 directory with 2
updates (#1600)
da8e9c970f is described below
commit da8e9c970f93859b37a85a6ebd408d9a554ac0ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 17:18:54 2026 +0200
Bump the npm-dependencies group across 1 directory with 2 updates (#1600)
Bumps the npm-dependencies group with 2 updates in the /landing-pages
directory: [eslint](https://github.com/eslint/eslint) and
[postcss](https://github.com/postcss/postcss).
Updates `eslint` from 10.6.0 to 10.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0)
Updates `postcss` from 8.5.16 to 8.5.19
- [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.16...8.5.19)
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 10.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-dependencies
- dependency-name: postcss
dependency-version: 8.5.19
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 | 16 ++++++++--------
landing-pages/package.json | 4 ++--
landing-pages/yarn.lock | 16 ++++++++--------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/landing-pages/package-lock.json b/landing-pages/package-lock.json
index f19d0c08d4..845304e767 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -26,7 +26,7 @@
"cross-env": "^10.1.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
- "eslint": "^10.6.0",
+ "eslint": "^10.7.0",
"eslint-plugin-import": "^2.32.0",
"exports-loader": "^5.0.0",
"fancy-log": "^2.0.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.16",
+ "postcss": "^8.5.19",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
@@ -7389,9 +7389,9 @@
}
},
"node_modules/eslint": {
- "version": "10.6.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
- "integrity":
"sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
+ "version": "10.7.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz",
+ "integrity":
"sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==",
"dev": true,
"license": "MIT",
"workspaces": [
@@ -11443,9 +11443,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.16",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
- "integrity":
"sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
+ "version": "8.5.19",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
+ "integrity":
"sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
"dev": true,
"funding": [
{
diff --git a/landing-pages/package.json b/landing-pages/package.json
index a097eb2ad7..d17bc9dce6 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -42,7 +42,7 @@
"cross-env": "^10.1.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
- "eslint": "^10.6.0",
+ "eslint": "^10.7.0",
"eslint-plugin-import": "^2.32.0",
"exports-loader": "^5.0.0",
"fancy-log": "^2.0.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.16",
+ "postcss": "^8.5.19",
"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 8b1fff9cea..e21b282b29 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -3460,10 +3460,10 @@ eslint-visitor-keys@^5.0.1:
resolved
"https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz"
integrity
sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
-eslint@^10.6.0:
- version "10.6.0"
- resolved
"https://registry.yarnpkg.com/eslint/-/eslint-10.6.0.tgz#e1b4059c582be950c7088c9b55f984738b243c27"
- integrity
sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==
+eslint@^10.7.0:
+ version "10.7.0"
+ resolved
"https://registry.yarnpkg.com/eslint/-/eslint-10.7.0.tgz#cd3b8022f3b1e3b183760d90dfc58e9d3644106b"
+ integrity
sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==
dependencies:
"@eslint-community/eslint-utils" "^4.8.0"
"@eslint-community/regexpp" "^4.12.2"
@@ -6078,10 +6078,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.15, postcss@^8.5.16:
- version "8.5.16"
- resolved
"https://registry.yarnpkg.com/postcss/-/postcss-8.5.16.tgz#1230ce0b5df354c24c0ea45f99ce5f6a88279d28"
- integrity
sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==
+postcss@^8.4.40, postcss@^8.5.15, postcss@^8.5.19:
+ version "8.5.19"
+ resolved
"https://registry.yarnpkg.com/postcss/-/postcss-8.5.19.tgz#45ad5cfde499408e20147348237551381a922037"
+ integrity
sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==
dependencies:
nanoid "^3.3.12"
picocolors "^1.1.1"