From 0ceb1b9ecb3a45f2f3d4b96715ee85ecfe26a68c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:05:22 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-cypress to v4 --- package-lock.json | 41 +++---------------- package.json | 2 +- .../dependencies/common/package.json | 2 +- 3 files changed, 8 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaf65b24d8..b1ff69c888 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.5.0", + "eslint-plugin-cypress": "4.0.0", "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.28.0", "fontello-cli": "0.6.2", @@ -5245,45 +5245,16 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", - "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", + "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 9980ad529a..0eaafc325c 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.5.0", + "eslint-plugin-cypress": "4.0.0", "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.28.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 1050186e37..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.5.0", + "eslint-plugin-cypress": "4.0.0", "globals": "15.11.0", "husky": "9.1.6", "i18next": "23.15.2",