Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

npm audit reports a low severity vulnerability with @eslint/plugin-kit

Change

Although the vulnerability can be fixed with npm audit fix, take the opportunity to refresh the dependencies related to ESLint.

  • Update each dependency as follows:
Package Current Update to
@eslint/js 9.30.1 (transitive) 9.36.0 (explicit)
@stylistic/eslint-plugin 5.1.0 5.4.0
eslint 9.30.1 9.36.0
eslint-plugin-cypress 5.1.0 5.1.1
globals 16.3.0 16.4.0

Verify

git clean -xfd
npm ci
npm audit
npm run lint

Confirm that

  • no vulnerabilities are reported
  • all linting succeeds, with no changes suggested

@cypress-app-bot
Copy link

update
@eslint/js to 9.36.0
@stylistic/eslint-plugin to 5.4.0
eslint to 9.36.0
eslint-plugin-cypress to 5.1.1
globals to 16.4.0
@MikeMcC399 MikeMcC399 marked this pull request as ready for review September 20, 2025 13:32
@jennifer-shehane jennifer-shehane merged commit 09a0ccb into cypress-io:master Sep 22, 2025
49 checks passed
@MikeMcC399 MikeMcC399 deleted the update/linting branch September 22, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants