diff --git a/package-lock.json b/package-lock.json index 24c2b342ef..570c71ec05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^13.13.2", "cypress-split": "^1.24.0", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.5.0", "ts-loader": "^9.5.1", "typescript": "^5.5.4" }, @@ -8539,9 +8539,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "dependencies": { "globals": "^13.20.0" @@ -25728,9 +25728,9 @@ } }, "eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index a62c83d143..6eeca6558c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^13.13.2", "cypress-split": "^1.24.0", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.5.0", "ts-loader": "^9.5.1", "typescript": "^5.5.4" },