chore(deps-dev): Bump eslint-plugin-cypress from 6.4.0 to 6.4.1

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-version: 6.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-15 09:49:09 +00:00 committed by GitHub
parent 25a2d884a7
commit 69f4bb0cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -60,7 +60,7 @@
"cypress-vite": "^1.9.1",
"cypress-wait-until": "^3.0.2",
"eslint": "^10.3.0",
"eslint-plugin-cypress": "^6.4.0",
"eslint-plugin-cypress": "^6.4.1",
"eslint-plugin-no-only-tests": "^3.4.0",
"is-svg": "^6.1.0",
"jsdom": "^27.4.0",
@ -8154,13 +8154,13 @@
}
},
"node_modules/eslint-plugin-cypress": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.0.tgz",
"integrity": "sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==",
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.1.tgz",
"integrity": "sha512-8mnfR3q0Lr41Fu9SYZGeZ5nbSBgtS44+bbtSs7k0KvfoQ2pPmK43IvaTP6FGTfwBTN6S7w027CpqjrLAd65AYA==",
"dev": true,
"license": "MIT",
"dependencies": {
"globals": "^17.5.0"
"globals": "^17.6.0"
},
"peerDependencies": {
"@typescript-eslint/parser": ">=8",
@ -9383,9 +9383,9 @@
}
},
"node_modules/globals": {
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz",
"integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==",
"version": "17.6.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
"integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
"dev": true,
"license": "MIT",
"engines": {

View file

@ -89,7 +89,7 @@
"cypress-vite": "^1.9.1",
"cypress-wait-until": "^3.0.2",
"eslint": "^10.3.0",
"eslint-plugin-cypress": "^6.4.0",
"eslint-plugin-cypress": "^6.4.1",
"eslint-plugin-no-only-tests": "^3.4.0",
"is-svg": "^6.1.0",
"jsdom": "^27.4.0",