From 31d8a2cfe95ae6a55278f984bd1b33dc64ed50b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:27:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 3.2.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v3.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- generators/client/templates/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/common/package.json b/generators/client/templates/common/package.json index 1493c9eea015..ec8f4be2cadb 100644 --- a/generators/client/templates/common/package.json +++ b/generators/client/templates/common/package.json @@ -4,7 +4,7 @@ "babel-loader": "8.2.3", "babel-plugin-istanbul": "6.1.1", "cypress": "9.1.1", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "3.2.0", "cypress-audit": "1.1.0", "lighthouse": "9.1.0", "nyc": "15.1.0"