From 413ed7e13f710f31dacfbeb59814afedd4158391 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 01:24:28 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.10.3 to 2.11.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.10.3 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.10.3...v2.11.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f91a361..acc24c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1947,9 +1947,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.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" diff --git a/package.json b/package.json index dd284ab..b21cfef 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "^6.8.0", "eslint-config-oceanprotocol": "^1.5.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-cypress": "^2.10.3", + "eslint-plugin-cypress": "^2.11.1", "eslint-plugin-prettier": "^3.1.3", "prettier": "^2.0.5", "release-it": "^13.6.1",