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",