Skip to content

fix(deps): security package updates#5

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

fix(deps): security package updates#5
Nisarg48 wants to merge 2 commits into
mainfrom
fix-package-vulnerabilities

Conversation

@Nisarg48

@Nisarg48 Nisarg48 commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

Addresses npm/Dependabot security advisories by updating direct dev dependencies and tightening package.json overrides. No application code changes.

Changes

  • Vitest — upgraded vitest and @vitest/ui from 1.x to 4.1.8 (CVE-2026-47429, requires ≥ 4.1.0)
  • Overrides — bumped transitive packages:
    • tmp → ^0.2.6
    • qs → ^6.15.2
    • uuid → ^11.1.1 (new override)
    • ws → ^8.20.0 (module-federation / Nx chain)

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

Updates project dependencies and lockfiles to address security advisories, primarily by upgrading Vitest and tightening transitive dependency versions via package.json overrides.

Changes:

  • Upgraded vitest and @vitest/ui from 1.x to 4.1.8.
  • Bumped/added overrides for security-sensitive transitive packages (tmp, qs, uuid, ws).
  • Refreshed package-lock.json and yarn.lock to reflect updated dependency graph.

Reviewed changes

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

File Description
package.json Upgrades Vitest packages and updates overrides for patched transitive versions.
package-lock.json Updates resolved dependency tree for npm installs to match new direct/override versions.
yarn.lock Updates Yarn lock resolutions for the refreshed dependency graph (including Vitest and transitive updates).

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

Comment thread package.json
Comment on lines 86 to +88
"vite": "^6.4.1",
"vite-plugin-dts": "~4.5.0",
"vitest": "^1.6.1"
"vitest": "^4.1.8"
Comment thread package.json
Comment on lines 87 to 90
"vite-plugin-dts": "~4.5.0",
"vitest": "^1.6.1"
"vitest": "^4.1.8"
},
"nx": {
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