Skip to content

Resolve minimatch vulnerability by upgrading ejs and nodemon#480

Open
Mathiyarasy wants to merge 2 commits intomainfrom
dev/Mathi/186030
Open

Resolve minimatch vulnerability by upgrading ejs and nodemon#480
Mathiyarasy wants to merge 2 commits intomainfrom
dev/Mathi/186030

Conversation

@Mathiyarasy
Copy link
Collaborator

@Mathiyarasy Mathiyarasy commented Feb 24, 2026

Fixes: https://github.com/github/vuln-mgmt/issues/186030

Resolve minimatch vulnerability by upgrading ejs to 4.0.1 and nodemon to 3.1.14

@Mathiyarasy Mathiyarasy marked this pull request as ready for review February 25, 2026 08:29
Copilot AI review requested due to automatic review settings February 25, 2026 08:29
Copy link

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 addresses a reported minimatch vulnerability by upgrading top-level Node dependencies (ejs and nodemon), which in turn updates the transitive dependency tree in package-lock.json.

Changes:

  • Upgrade ejs from ^3.1.10 to ^4.0.1.
  • Upgrade nodemon from ^2.0.19 to ^3.1.14.
  • Refresh package-lock.json to reflect updated transitive dependencies (including newer minimatch).

Reviewed changes

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

File Description
package.json Bumps ejs and nodemon versions to remediate the vulnerable dependency chain.
package-lock.json Locks the updated dependency graph resulting from the version bumps, including updated minimatch and related packages.

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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