Skip to content

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

Open
Nisarg48 wants to merge 2 commits into
mainfrom
fix-package-vulnerabilities
Open

fix(deps): resolve npm audit issues via overrides and lockfile#4
Nisarg48 wants to merge 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

Copy link
Copy Markdown

Copilot AI left a comment

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.

Copy link
Copy Markdown

Copilot AI left a comment

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.

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.

3 participants