diff --git a/package-lock.json b/package-lock.json index b47738f69..596dd7418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "cypress-visual-regression": "^5.0.0", "cypress-wait-until": "^2.0.1", "dockerode": "^3.3.5", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^4.0.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12", @@ -9957,14 +9957,27 @@ "peer": true }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz", + "integrity": "sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==", "dev": true, - "license": "MIT", "dependencies": { - "globals": "^11.12.0" + "globals": "^15.11.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-es": { diff --git a/package.json b/package.json index 20acf4096..77632de0e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "cypress-visual-regression": "^5.0.0", "cypress-wait-until": "^2.0.1", "dockerode": "^3.3.5", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^4.0.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12",