diff --git a/package.json b/package.json index 21aadd37965..1150e2fdb23 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cypress": "^5.3.0", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", - "eslint-plugin-cypress": "^2.11.1", + "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-import": ">=2.22.1", "eslint-plugin-node": ">=11.1.0", "eslint-plugin-promise": ">=4.0.0", diff --git a/yarn.lock b/yarn.lock index b8fbab103b7..12e307656ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3748,10 +3748,10 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-cypress@^2.11.1: - version "2.11.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.1.tgz#a945e2774b88211e2c706a059d431e262b5c2862" - integrity sha512-MxMYoReSO5+IZMGgpBZHHSx64zYPSPTpXDwsgW7ChlJTF/sA+obqRbHplxD6sBStE+g4Mi0LCLkG4t9liu//mQ== +eslint-plugin-cypress@^2.11.2: + version "2.11.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0" + integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA== dependencies: globals "^11.12.0"