From cca0989a175418d07e818023779ca52b071b6263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:51:17 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 4.0.0 to 4.1.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.0.0...v4.1.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index be78039..350732f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cypress-real-events": "^1.13.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", "lint-staged": "^15.2.10", @@ -1251,9 +1251,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz", - "integrity": "sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", + "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", "dev": true, "dependencies": { "globals": "^15.11.0" diff --git a/package.json b/package.json index 37b3cac..75319c2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cypress-real-events": "^1.13.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", "lint-staged": "^15.2.10",