diff --git a/package.json b/package.json index a6fe447f..1e550a67 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-markdown": "^3.0.1", - "eslint-plugin-cypress": "^3.0.3", + "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-prefer-let": "^3.0.1", "jest": "^29.7.0", "prettier": "^3.2.5", diff --git a/yarn.lock b/yarn.lock index 4669ac79..8af19957 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1679,10 +1679,10 @@ eslint-module-utils@^2.7.4: dependencies: debug "^3.2.7" -eslint-plugin-cypress@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.3.tgz#5a8f226e81276edca9fa17b24a4b9cb358a41936" - integrity sha512-yrdAyBoHRCarLrlozReLAuRn/AXQPqWf7+HoXzWLFAH7ntqn1RLpBqi2Vl7Czl2Y1pWNFVpXJlFeNj5dmUslsg== +eslint-plugin-cypress@^3.3.0: + version "3.3.0" + resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz#4ab963193d21ad22aca8379e1d15ba02619ae8db" + integrity sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ== dependencies: globals "^13.20.0"