From 15b8d12ed85bedf3ffe7eee525df5f26f5ecf0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:39:33 +0000 Subject: [PATCH] :arrow_up: Bump eslint-plugin-cypress from 3.5.0 to 4.0.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.5.0...v4.0.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 | 39 ++++++--------------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9591c21da..3ee5b23b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "cypress": "13.15.0", "cypress-axe": "^1.5.0", "eslint": "~9.12.0", - "eslint-plugin-cypress": "^3.2.0", + "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^15.8.0", @@ -6137,42 +6137,15 @@ } }, "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, "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, - "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, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "eslint": ">=9" } }, "node_modules/eslint-plugin-react": { diff --git a/package.json b/package.json index 398de283b..39bd1db6b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cypress": "13.15.0", "cypress-axe": "^1.5.0", "eslint": "~9.12.0", - "eslint-plugin-cypress": "^3.2.0", + "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^3.0.1", "globals": "^15.8.0",