build(deps-dev): bump postcss-selector-parser from 6.1.1 to 6.1.4 - #926
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) from 6.1.1 to 6.1.4. - [Release notes](https://github.com/postcss/postcss-selector-parser/releases) - [Changelog](https://github.com/postcss/postcss-selector-parser/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-selector-parser@v6.1.1...6.1.4) --- updated-dependencies: - dependency-name: postcss-selector-parser dependency-version: 6.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
✅ Deploy Preview for phillips-seldon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
davidicus
left a comment
There was a problem hiding this comment.
@dependabot squash and merge
There was a problem hiding this comment.
Dependabot security bump — postcss-selector-parser 6.1.1 → 6.1.4
This is a clean, low-risk devDependency patch that should be merged promptly.
What changed
| Version | Change |
|---|---|
| 6.1.2 | Fixed erroneous trailing combinators in pseudo-selectors |
| 6.1.3 | Backport of CVE-2026-9358 (GHSA-w9m9-85wc-3x92 / SNYK-JS-POSTCSSSELECTORPARSER-16873882) |
| 6.1.4 | Tolerate non-node children when serializing selectors (serialization robustness) |
Security note
CVE-2026-9358 is the primary driver. postcss-selector-parser is a devDependency here (build/lint tooling only — Stylelint, PostCSS transforms), so the vulnerability surface is confined to the build process and does not affect consumers of the published @phillips/seldon npm package at runtime. That said, patching promptly is still the right call.
Diff assessment
The only change in package-lock.json is:
version:6.1.1→6.1.4resolved/integrity: updated to match the new tarball"license": "MIT"field added (cosmetic — npm lockfile v3 now records license inline)
No new transitive dependencies were added. The existing cssesc ^3.0.0 and util-deprecate ^1.0.2 peer requirements are unchanged.
✅ I would approve this. Merge as soon as CI is green.
|
Tip All tests passed and all changes approved!🟢 UI Tests: 490 tests unchanged |
|
🚀 Storybook preview is ready. • Preview: undefined |
🟢 Dependency Upgrade Risk: LowWhat is
|
Bumps postcss-selector-parser from 6.1.1 to 6.1.4.
Release notes
Sourced from postcss-selector-parser's releases.
Changelog
Sourced from postcss-selector-parser's changelog.
Commits
4a7e4e37.1.4e2021c5fix: tolerate non-node children when serializing selectors7893b747.1.35bc698cImprove fix CVE-2026-9358 (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882 (clo...db32327run oxfmt16e2581simplify deps (#319)b185e20Add description in package.json + full repo urlde415f1Add Tidelift security noticec4f2c8cCI: make Node 14 test job lockfile-v3 compatible (#318)4e93663Fix test run on node < 20Maintainer changes
This version was pushed to npm by moox, a new releaser for postcss-selector-parser since your current version.
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 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.