diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 9105e8c90af6a..dd20564ac8ee5 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -233,7 +233,7 @@ "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^7.2.0", "eslint-import-resolver-typescript": "^3.6.3", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-file-progress": "^1.5.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^27.8.0", @@ -24146,9 +24146,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", - "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "dependencies": { "globals": "^13.20.0" @@ -76575,9 +76575,9 @@ } }, "eslint-plugin-cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", - "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 0d018732b9fcf..d026409633a60 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -300,7 +300,7 @@ "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^7.2.0", "eslint-import-resolver-typescript": "^3.6.3", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-file-progress": "^1.5.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^27.8.0",