Skip to content

fix: update minimatch to 3.1.5#1665

Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/npm-audit-fix
Feb 26, 2026
Merged

fix: update minimatch to 3.1.5#1665
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/npm-audit-fix

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

npm audit and Dependabot report vulnerabilities:

$ npm audit
# npm audit report

basic-ftp  <5.2.0
Severity: critical
Basic FTP has Path Traversal Vulnerability in its downloadToDir() method - https://github.com/advisories/GHSA-5rq4-664w-9x2c
fix available via `npm audit fix`
node_modules/basic-ftp

minimatch  <3.1.3
Severity: high
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern - https://github.com/advisories/GHSA-3ppc-4f35-3m26
fix available via `npm audit fix`
node_modules/minimatch

2 vulnerabilities (1 high, 1 critical)

To address all issues, run:
  npm audit fix

Change

  • Use npm audit to update package-lock.json to non-vulnerable versions
  • Rebuild action

Updates package-lock.json with npm audit
including update
basic-ftp to 5.2.0
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added bug Something isn't working type: dependencies labels Feb 26, 2026
@MikeMcC399 MikeMcC399 self-assigned this Feb 26, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review February 26, 2026 08:10
@jennifer-shehane jennifer-shehane merged commit f9ffb60 into cypress-io:master Feb 26, 2026
86 checks passed
@github-actions
Copy link

🎉 This PR is included in version 7.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 deleted the update/npm-audit-fix branch February 26, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants