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 a22db2cd9e Bump postcss (#1616)
a22db2cd9e is described below
commit a22db2cd9ef1577ecc51ce6632d293ade8cc0f4e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 17:12:27 2026 +0200
Bump postcss (#1616)
Bumps the npm-dependencies group with 1 update in the /landing-pages
directory: [postcss](https://github.com/postcss/postcss).
Updates `postcss` from 8.5.21 to 8.5.22
- [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.21...8.5.22)
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.22
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 ed35a513d1..f02857a5c2 100644
--- a/landing-pages/package-lock.json
+++ b/landing-pages/package-lock.json
@@ -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.21",
+ "postcss": "^8.5.22",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
@@ -11443,9 +11443,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.21",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.21.tgz",
- "integrity":
"sha512-v4sDNP3fdNiWMfabO7OwOQdOX8TiQSztKyT1Wj0w+j7LDallJThJRBBBmzVGyYj0crMh7jlV4zepPkiNu9UwDQ==",
+ "version": "8.5.22",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.22.tgz",
+ "integrity":
"sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==",
"dev": true,
"funding": [
{
diff --git a/landing-pages/package.json b/landing-pages/package.json
index 32f0eba80e..367e725157 100644
--- a/landing-pages/package.json
+++ b/landing-pages/package.json
@@ -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.21",
+ "postcss": "^8.5.22",
"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 4df05cc5db..5772385443 100644
--- a/landing-pages/yarn.lock
+++ b/landing-pages/yarn.lock
@@ -6087,10 +6087,10 @@ postcss@^8.4.40, postcss@^8.5.16:
picocolors "^1.1.1"
source-map-js "^1.2.1"
-postcss@^8.5.21:
- version "8.5.21"
- resolved
"https://registry.yarnpkg.com/postcss/-/postcss-8.5.21.tgz#47a779bd831733ff620e608d233b195ee1e7d66c"
- integrity
sha512-v4sDNP3fdNiWMfabO7OwOQdOX8TiQSztKyT1Wj0w+j7LDallJThJRBBBmzVGyYj0crMh7jlV4zepPkiNu9UwDQ==
+postcss@^8.5.22:
+ version "8.5.22"
+ resolved
"https://registry.yarnpkg.com/postcss/-/postcss-8.5.22.tgz#086a0d5685a715acf5950ebbcb1538faf3051697"
+ integrity
sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==
dependencies:
nanoid "^3.3.16"
picocolors "^1.1.1"