From a78852fe6b3ee895729682447b9a788155d87b7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 00:33:57 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.11.0 to 2.11.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.0...v2.11.1) 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 d8138d587..47618a38c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5195,9 +5195,9 @@ } }, "eslint-plugin-cypress": { - "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==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.1.tgz", + "integrity": "sha512-MxMYoReSO5+IZMGgpBZHHSx64zYPSPTpXDwsgW7ChlJTF/sA+obqRbHplxD6sBStE+g4Mi0LCLkG4t9liu//mQ==", "dev": true, "requires": { "globals": "^11.12.0"