chore(deps): bump postcss from 8.5.6 to 8.5.10 in /docs#5736
Conversation
Up to standards ✅🟢 Issues
|
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 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.5.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
149fa00 to
9f119fa
Compare
There was a problem hiding this comment.
Security Dependency Update Review
This is a Dependabot-automated PR bumping postcss from 8.5.6 to 8.5.10 in the /docs directory (an indirect dependency via the documentation site's yarn lockfile).
Change Summary
The diff is a single lockfile update (docs/yarn.lock) with no logic changes:
postcssversion:8.5.6→8.5.10- The resolved URL shifts from
registry.npmjs.orgtoregistry.yarnpkg.com(both are valid Yarn/npm registries — no concern here)
Notable Fix in This Update
8.5.10 patches a security vulnerability: XSS via unescaped </style> in non-bundler cases. While this affects the /docs toolchain (not TUnit's runtime library), it's still worth applying to keep the development/documentation environment clean.
Assessment
This PR is safe to merge. The change is:
- Scoped entirely to
docs/yarn.lock— no production .NET code is touched - Addresses a known XSS fix in postcss 8.5.10
- The intermediate versions (8.5.7–8.5.9) bring only performance improvements and minor bug fixes with no breaking changes
No concerns with this update. Recommend merging.
Bumps postcss from 8.5.6 to 8.5.10.
Release notes
Sourced from postcss's releases.
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.mdDependabot 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 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.