From c037040f33a0bbd2ba1717fb00f9d5f84bc09442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 05:12:26 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 3.0.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/package.json b/lib/package.json index e688338..61cc800 100644 --- a/lib/package.json +++ b/lib/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@nuxtjs/composition-api": "^0.34.0", "cypress": "^13.7.3", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.0.1", "start-server-and-test": "^2.0.3", "vite": "^5.2.8" }, diff --git a/package-lock.json b/package-lock.json index 3a27d77..21b6094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "devDependencies": { "@nuxtjs/composition-api": "^0.34.0", "cypress": "^13.7.3", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.0.1", "start-server-and-test": "^2.0.3", "vite": "^5.2.8" } @@ -9472,15 +9472,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.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.1.tgz", + "integrity": "sha512-vcWCHa+clkJewPiz4lC8yHnMUMEVPx0QcZ3zA0sXt7MfdcYL4d+UPs51jR4CVLZDMJkMx72cmq7M9yxiO+bnFg==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7 <9" } }, "node_modules/eslint-plugin-vue": { @@ -25122,7 +25122,7 @@ "@nuxtjs/composition-api": "^0.34.0", "@storyblok/vue-2": "^4.0.8", "cypress": "^13.7.3", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.0.1", "fetch-ponyfill": "^7.1.0", "node-abort-controller": "^3.1.1", "start-server-and-test": "^2.0.3", @@ -28285,9 +28285,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.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.1.tgz", + "integrity": "sha512-vcWCHa+clkJewPiz4lC8yHnMUMEVPx0QcZ3zA0sXt7MfdcYL4d+UPs51jR4CVLZDMJkMx72cmq7M9yxiO+bnFg==", "dev": true, "requires": { "globals": "^13.20.0"