From f9b20044937fd4b98263f7ef2673cce0506b64fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:18:59 +0200 Subject: [PATCH] Bump eslint-plugin-cypress from 3.4.0 to 3.5.0 (#737) Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26935c56..d6ac1ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "cypress-axe": "^1.5.0", "eslint": "^8.57.0", "eslint-config-wikimedia": "^0.28.2", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.25.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "husky": "^9.1.6", @@ -5750,9 +5750,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "dependencies": { "globals": "^13.20.0" @@ -19169,9 +19169,9 @@ } }, "eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index 84cd12dc..a46f10c2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cypress-axe": "^1.5.0", "eslint": "^8.57.0", "eslint-config-wikimedia": "^0.28.2", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.25.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "husky": "^9.1.6",