Skip to content

Conversation

@rohan-chaturvedi
Copy link
Member

🔍 Overview

Force the jose package to a higher version to patch CVE-2024-28176

Signed-off-by: rohan <rohan.chaturvedi@protonmail.com>
Copy link
Contributor

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 consolidates duplicate jose package entries in the yarn.lock file and adds a resolution constraint in package.json to prevent version conflicts. The changes ensure all dependencies requiring jose use version 4.15.9, avoiding potential issues from having multiple versions installed.

  • Merged three separate jose entries (^4.14.1, ^4.15.5, and ^5.0.0) into a single consolidated entry
  • Added a resolutions field in package.json to enforce jose@^4.15.5 across all transitive dependencies

Reviewed Changes

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

File Description
frontend/yarn.lock Consolidated three separate jose package entries into one, removing duplicate version 4.14.1 and 5.2.0 entries
frontend/package.json Added resolutions field to enforce jose version ^4.15.5 across all dependencies

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

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