From ee954110019a7f9608126b8ee45526cf364e0ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:02:59 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.11.2 to 2.11.3 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.2...v2.11.3) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a711bde..e4c8f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "cypress-cucumber-preprocessor": "^4.0.3", "eslint-config-prettier": "^8.3.0", "eslint-plugin-chai-friendly": "^0.6.0", - "eslint-plugin-cypress": "^2.11.2", + "eslint-plugin-cypress": "^2.11.3", "husky": "^6.0.0", "lint-staged": "^10.5.3", "mocha": "^8.3.0", @@ -4806,9 +4806,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz", - "integrity": "sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==", + "version": "2.11.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz", + "integrity": "sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q==", "dev": true, "dependencies": { "globals": "^11.12.0" @@ -16755,9 +16755,9 @@ "requires": {} }, "eslint-plugin-cypress": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz", - "integrity": "sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==", + "version": "2.11.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz", + "integrity": "sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q==", "dev": true, "requires": { "globals": "^11.12.0" diff --git a/package.json b/package.json index 0655e6e..72cdd22 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "cypress-cucumber-preprocessor": "^4.0.3", "eslint-config-prettier": "^8.3.0", "eslint-plugin-chai-friendly": "^0.6.0", - "eslint-plugin-cypress": "^2.11.2", + "eslint-plugin-cypress": "^2.11.3", "husky": "^6.0.0", "lint-staged": "^10.5.3", "mocha": "^8.3.0",