From c2ccdffbd1274a49446eaa74d271cb116b7fd82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 07:12:41 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.15.1 to 3.3.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.3.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 88 +++++------------------------------------------ package.json | 2 +- 2 files changed, 9 insertions(+), 81 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91968bfae..22010be7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "cypress": "^13.10.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.18.1", "husky": "^8.0.3", @@ -13552,15 +13552,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", + "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { @@ -20214,12 +20214,6 @@ "inBundle": true, "license": "ISC" }, - "node_modules/npm/node_modules/lodash._baseindexof": { - "version": "3.1.0", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/lodash._baseuniq": { "version": "4.6.0", "inBundle": true, @@ -20239,44 +20233,11 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/lodash._bindcallback": { - "version": "3.0.1", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/lodash._cacheindexof": { - "version": "3.0.2", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/lodash._createcache": { - "version": "3.1.2", - "extraneous": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "lodash._getnative": "^3.0.0" - } - }, - "node_modules/npm/node_modules/lodash._getnative": { - "version": "3.9.1", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/lodash.clonedeep": { "version": "4.5.0", "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/lodash.restparam": { - "version": "3.6.1", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/lodash.union": { "version": "4.6.0", "inBundle": true, @@ -40455,9 +40416,9 @@ "requires": {} }, "eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", + "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", "dev": true, "requires": { "globals": "^13.20.0" @@ -44919,11 +44880,6 @@ } } }, - "lodash._baseindexof": { - "version": "3.1.0", - "bundled": true, - "extraneous": true - }, "lodash._baseuniq": { "version": "4.6.0", "bundled": true, @@ -44942,38 +44898,10 @@ } } }, - "lodash._bindcallback": { - "version": "3.0.1", - "bundled": true, - "extraneous": true - }, - "lodash._cacheindexof": { - "version": "3.0.2", - "bundled": true, - "extraneous": true - }, - "lodash._createcache": { - "version": "3.1.2", - "bundled": true, - "extraneous": true, - "requires": { - "lodash._getnative": "^3.0.0" - } - }, - "lodash._getnative": { - "version": "3.9.1", - "bundled": true, - "extraneous": true - }, "lodash.clonedeep": { "version": "4.5.0", "bundled": true }, - "lodash.restparam": { - "version": "3.6.1", - "bundled": true, - "extraneous": true - }, "lodash.union": { "version": "4.6.0", "bundled": true diff --git a/package.json b/package.json index d02eb013a..3a97506f8 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "cypress": "^13.10.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.18.1", "husky": "^8.0.3",