chore(deps): bump postcss from 8.4.49 to 8.5.10#2865
chore(deps): bump postcss from 8.4.49 to 8.5.10#2865dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
LGTM, dependabot bump including a postcss XSS fix.
Extended reasoning...
Overview
Dependabot bump of postcss from 8.4.49 to 8.5.10 in package.json plus the corresponding pnpm-lock.yaml updates. The lockfile changes also reflect transitive AWS SDK / smithy / fast-xml-parser version drift, all of which are minor/patch versions.
Security risks
None introduced — in fact, 8.5.10 ships a fix for XSS via unescaped </style> in non-bundler cases. The other changelog entries are bug fixes and perf improvements. No code changes accompany the bump.
Level of scrutiny
Low. This is a dev/build-time CSS toolchain dependency in a docs site, not production-critical request-handling code. The semver range was already ^8.4.49, so any consumer of the lockfile was eligible for these versions; this PR simply makes the floor explicit.
Other factors
Vercel preview build is running. Standard dependabot PR pattern in this repo (e.g. recent commit 0c5159f is the same kind of bump). No bugs flagged by the bug hunting system.
Bumps postcss from 8.4.49 to 8.5.10.
Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
Commits
33b9790Release 8.5.10 version536c79eEscape </style> in CSS output (#2074)afa96b2Update dependencies (#2073)effe88bTypo (#2072)3ee79a2Thread model (#2071)2e0683dCreate incident response docs (#2070)fe88ac2Release 8.5.9 versionc551632Avoid RegExp when we can use simple JS89a6b74Move SECURITY.txt for docs folder to keep GitHub page cleaner6ceb8a4Create SECURITY.mdYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.