diff --git a/package-lock.json b/package-lock.json index 8f37050766..ae5ab76e0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "cypress": "13.15.0", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "3.6.0", + "eslint-plugin-cypress": "4.0.0", "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.29.0", "fontello-cli": "0.6.2", @@ -5245,45 +5245,16 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", - "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", + "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": "^13.20.0" + "globals": "^15.11.0" }, "peerDependencies": { - "eslint": ">=7" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "eslint": ">=9" } }, "node_modules/eslint-plugin-pug": { diff --git a/package.json b/package.json index e09441daa5..5872ca3af2 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cypress": "13.15.0", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "3.6.0", + "eslint-plugin-cypress": "4.0.0", "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.29.0", "fontello-cli": "0.6.2", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index 14e6649fb8..49d29403c5 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -21,7 +21,7 @@ "cypress": "13.15.0", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-cypress": "3.6.0", + "eslint-plugin-cypress": "4.0.0", "globals": "15.11.0", "husky": "9.1.6", "i18next": "23.15.2",