diff --git a/package.json b/package.json index 25ad7bec..ff697c3b 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.0", + "eslint-plugin-cypress": "^3.0.3", "eslint-plugin-prefer-let": "^3.0.1", "jest": "^29.7.0", "prettier": "^3.2.5", diff --git a/yarn.lock b/yarn.lock index bf7148b7..ca42fb58 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.0: - version "3.0.0" - resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.0.tgz#7b893ed0cea6de98bc5e7102d735c23e00d3fe70" - integrity sha512-ZQ0l8+fcWDYptaxLkmk2l77TAfmJqNM2SSbC6t9+P/GeMLOu2zq2jtJKsHh+qxZEzkm/5IfFgbwAU3P5AZf7+w== +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== dependencies: globals "^13.20.0"