diff --git a/package-lock.json b/package-lock.json index 167303d..cf39d9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1021,9 +1021,9 @@ } }, "eslint-plugin-cypress": { - "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==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz", + "integrity": "sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==", "dev": true, "requires": { "globals": "^11.12.0" diff --git a/package.json b/package.json index 2c1e2ec..ff69492 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "compare-versions": "3.6.0", "cypress": "5.2.0", "eslint": "7.10.0", - "eslint-plugin-cypress": "2.11.1", + "eslint-plugin-cypress": "2.11.2", "http-server": "0.12.3" }, "scripts": {