From c7cae03d7d73d7df36ee8cfd07a7ccd4e2875b87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 22:05:19 +0100 Subject: [PATCH] Build(deps-dev): bump eslint-plugin-cypress from 2.2.1 to 2.6.0 (#3754) Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.2.1 to 2.6.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.2.1...v2.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a040aabd3b..019fc69e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9199,12 +9199,20 @@ "dev": true }, "eslint-plugin-cypress": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.2.1.tgz", - "integrity": "sha512-WkH81MEALKhnpeRo/wWHBHR883LdkS8aFzbGAGFxiwRwik2IKBZxb/JrxbiA6+SZskXGcmdEi6rwL7xmiqo9MA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.6.0.tgz", + "integrity": "sha512-/YmvhYFqjFLYw7llDl56U9KW+Z25TZJjDofT47aUnAFRRvOhj1y2nxJzZ1ZTnqBO1ja8gwRhtdT7LfTLg9ANJw==", "dev": true, "requires": { - "globals": "^11.0.1" + "globals": "^11.12.0" + }, + "dependencies": { + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + } } }, "eslint-plugin-es": { diff --git a/package.json b/package.json index ae7c81c240..d49e7d5df6 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "eslint-config-standard-jsx": "^6.0.2", "eslint-config-standard-react": "^7.0.2", "eslint-plugin-chai-friendly": "^0.4.1", - "eslint-plugin-cypress": "^2.2.1", + "eslint-plugin-cypress": "^2.6.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jsdoc": "^10.0.3", "eslint-plugin-mocha": "^5.3.0",