From 504397f1a931f795bf7c15f796ab0fd98cadb637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 06:24:04 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 3.3.0 to 3.4.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index df37999..a157697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@vue/eslint-config-prettier": "^9.0.0", "ajv": "^8.17.1", "eslint": "^9.7.0", - "eslint-plugin-cypress": "^3.3.0", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-prettier": "^5.2.1", "happy-dom": "^14.12.3", "rimraf": "^6.0.1", @@ -2407,11 +2407,10 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", - "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", + "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", "dev": true, - "license": "MIT", "dependencies": { "globals": "^13.20.0" }, diff --git a/package.json b/package.json index 7592e97..b065c3b 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@vue/eslint-config-prettier": "^9.0.0", "ajv": "^8.17.1", "eslint": "^9.7.0", - "eslint-plugin-cypress": "^3.3.0", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-prettier": "^5.2.1", "happy-dom": "^14.12.3", "rimraf": "^6.0.1",