chore(deps): bump postcss from 8.4.49 to 8.5.10#2865
Conversation
|
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.
0c5159f to
5700ff1
Compare
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>
5700ff1 to
c20884f
Compare
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.md