From 9d639eeb77d018412d5aa8fd0db700b3bd61dd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:18:25 +0000 Subject: [PATCH] build(deps-dev): 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 7a82920..031d404 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "ajv": "^8.17.1", "eslint": "^9.13.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-prettier": "^5.2.1", "happy-dom": "^15.7.4", "rimraf": "^6.0.1", @@ -2640,9 +2640,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 f829257..ae966e3 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "ajv": "^8.17.1", "eslint": "^9.13.0", - "eslint-plugin-cypress": "^4.0.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-prettier": "^5.2.1", "happy-dom": "^15.7.4", "rimraf": "^6.0.1",