From 9555b2d25b43c1c8a08b24485a4a5025374b7b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 03:02:34 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.15.2 to 3.5.0 in /module Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 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/v2.15.2...v3.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/package.json b/module/package.json index 66f7373..6fe1dea 100644 --- a/module/package.json +++ b/module/package.json @@ -11,7 +11,7 @@ "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^6.4.2", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-jest-dom": "^5.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0"