Skip to content

fix(deps): resolve npm audit issues via overrides and lockfile - #4

Merged
gharia merged 2 commits into
mainfrom
fix-package-vulnerabilities
Jun 3, 2026
Merged

fix(deps): resolve npm audit issues via overrides and lockfile#4
gharia merged 2 commits into
mainfrom
fix-package-vulnerabilities

Conversation

@Nisarg48

Copy link
Copy Markdown
Collaborator
  • axios → 1.16.x
  • lodash → 4.18.x
  • fast-uri → 3.1.2
  • follow-redirects → 1.16.0
  • @babel/plugin-transform-modules-systemjs → 7.29.4
  • vite → 6.4.x (workspace)
  • postcss → 8.5.10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates dependency resolutions to address npm audit findings by bumping several vulnerable transitive packages via overrides and refreshing the lockfiles accordingly.

Changes:

  • Updated overrides and dev dependency pin for postcss (8.5.10) and raised override targets for axios, lodash, follow-redirects, fast-uri, and @babel/plugin-transform-modules-systemjs.
  • Refreshed package-lock.json to align with the new override resolutions (including updated vite resolution within the allowed range).
  • Refreshed yarn.lock (but it now contains machine-specific absolute paths for workspace package entries).

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updates postcss version and adjusts overrides to force patched dependency versions.
package-lock.json Lockfile refresh to reflect the new override-driven dependency graph.
yarn.lock Lockfile refresh; introduces/updates absolute local paths in workspace package keys (needs correction).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 3 changed files in this pull request and generated no new comments.

@gharia
gharia merged commit df37688 into main Jun 3, 2026
2 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.

4 participants