Skip to content

Add dependency overrides for postcss and mute-stream - #174

Merged
damianlegawiec merged 1 commit into
mainfrom
claude/node-npm-security-fixes-ixsg89
Jul 16, 2026
Merged

Add dependency overrides for postcss and mute-stream#174
damianlegawiec merged 1 commit into
mainfrom
claude/node-npm-security-fixes-ixsg89

Conversation

@damianlegawiec

@damianlegawiec damianlegawiec commented Jul 16, 2026

Copy link
Copy Markdown
Member

Summary

Added npm dependency overrides for postcss and mute-stream to ensure consistent versions across the project's dependency tree.

Changes

  • Added postcss@^8.5.10 override to the overrides field in package.json
  • Added mute-stream@^3.0.0 override to the overrides field in package.json

Details

These overrides help resolve transitive dependency conflicts by pinning specific versions of these packages that may be required by other dependencies in the project. This ensures all packages use compatible versions and prevents version conflicts during installation.

https://claude.ai/code/session_01EWnpuwP72r5UA15HtmwuCP

Summary by CodeRabbit

  • Chores
    • Updated dependency version overrides for improved compatibility and stability.

Add npm overrides to resolve dependency issues surfaced by npm install:

- postcss ^8.5.10: Next.js bundled postcss 8.4.31, which is vulnerable to
  the XSS-via-unescaped-</style> advisory (GHSA-qx2v-qp2m-jg93, fixed in
  8.5.10). This was the root of all 7 moderate audit findings; the override
  dedupes next's copy to the top-level 8.5.x and clears the audit.

- mute-stream ^3.0.0: mute-stream 4.0.0 (pulled in via @inquirer/core dev
  tooling) raised its engines floor to node ^22.22.2, triggering an
  EBADENGINE warning on node 22.22.0. Version 3.0.0 is API-identical but
  supports node >=22.9.0.

npm audit now reports 0 vulnerabilities; unit tests (111) pass.
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
storefront Ready Ready Preview, Comment Jul 16, 2026 2:31pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 73241b18-5aaa-4e94-8dd7-3ea10f119aba

📥 Commits

Reviewing files that changed from the base of the PR and between 6a8e0bc and 0984810.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Walkthrough

The package configuration expands its npm overrides entries to include postcss and mute-stream in addition to the existing minimatch override.

Changes

Dependency Overrides

Layer / File(s) Summary
Override configuration
package.json
The overrides section adds version entries for postcss and mute-stream alongside minimatch.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

I’m a rabbit with a package to tune,
Two overrides hop in beneath the moon.
Postcss and mute-stream join the queue,
While minimatch keeps its place too.
Dependencies now march in line,
A tidy little burrow by design.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding dependency overrides for postcss and mute-stream.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/node-npm-security-fixes-ixsg89

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@damianlegawiec
damianlegawiec merged commit ed9df8d into main Jul 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants