From 79f5164f17bd70ba5966502158184804cd0861a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 20:39:07 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.10.3 to 2.11.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.10.3...v2.11.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bd6b6b18..980d740c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5664,9 +5664,9 @@ } }, "eslint-plugin-cypress": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.10.3.tgz", - "integrity": "sha512-CvFeoCquShfO8gHNIKA1VpUTz78WtknMebLemBd1lRbcmJNjwpqCqpQYUG/XVja8GjdX/e2TJXYa+EUBxehtUg==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.0.tgz", + "integrity": "sha512-nwPIiSN2t3EPuv/bqFCn45qsLfhbTrmXs6SDNlAatGMm++1WMDMp4hcyUryjYP8B2JMLpSRLWt/4vlpgpys3FQ==", "dev": true, "requires": { "globals": "^11.12.0"