From d04d8b60192783ef3390ddb175bbe1e0aa593a95 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Apr 2026 15:02:04 +0000
Subject: [PATCH] chore(deps-dev): Bump postcss from 8.5.8 to 8.5.9 (#1800)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.9.
Release notes
Sourced from postcss's
releases.
8.5.9
- Speed up source map encoding paring in case of the error.
Changelog
Sourced from postcss's
changelog.
8.5.9
- Speed up source map encoding paring in case of the error.
Commits
fe88ac2
Release 8.5.9 version
c551632
Avoid RegExp when we can use simple JS
89a6b74
Move SECURITY.txt for docs folder to keep GitHub page cleaner
6ceb8a4
Create SECURITY.md
02ccae6
Another way to fix CI with .ts ext in tests on old Node.js
2c36658
Another way to fix CI with TS on old Node.js
b906003
Another way to fix CI with old Node.js
04d32cd
Fix another issue with Node.js 10 on CI
df86cdf
Try to fix Node.js 10 on CI
82bec0d
Move to oxfmt
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index aeb79339..9717700a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -103,7 +103,7 @@
"i18next-cli": "^1.51.7",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.2",
- "postcss": "^8.5.8",
+ "postcss": "^8.5.9",
"react-hot-loader": "^4.13.1",
"sass": "^1.99.0",
"stylelint": "^17.6.0",
@@ -12132,9 +12132,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.8",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
- "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
+ "version": "8.5.9",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
+ "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
"dev": true,
"funding": [
{
diff --git a/package.json b/package.json
index 8580db2d..0e7832cd 100644
--- a/package.json
+++ b/package.json
@@ -137,7 +137,7 @@
"i18next-cli": "^1.51.7",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.2",
- "postcss": "^8.5.8",
+ "postcss": "^8.5.9",
"react-hot-loader": "^4.13.1",
"sass": "^1.99.0",
"stylelint": "^17.6.0",