diff --git a/src/test/e2e/package-lock.json b/src/test/e2e/package-lock.json index 4c91c30bc..bf20004fc 100644 --- a/src/test/e2e/package-lock.json +++ b/src/test/e2e/package-lock.json @@ -15,7 +15,7 @@ "cypress-multi-reporters": "^1.2.3", "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^15.9.0", "mocha": "^10.7.0" @@ -1545,9 +1545,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" diff --git a/src/test/e2e/package.json b/src/test/e2e/package.json index 5d0802742..963299c67 100644 --- a/src/test/e2e/package.json +++ b/src/test/e2e/package.json @@ -8,7 +8,7 @@ "cypress-multi-reporters": "^1.2.3", "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^15.9.0", "mocha": "^10.7.0"