diff --git a/package-lock.json b/package-lock.json index ceaec03..26415e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "browser-sync": "3.0.4", "cypress": "15.21.0", "eslint": "10.9.0", - "eslint-plugin-cypress": "7.0.0", + "eslint-plugin-cypress": "7.0.1", "eslint-plugin-jest": "29.16.1", "gulp": "5.0.1", "gulp-clean": "0.4.0", @@ -4277,13 +4277,13 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.0.tgz", - "integrity": "sha512-gpvL3S1w45c0DORI/P5v3k1UUW2NKje3JiFz+oTHGF6dZa6ZPBokItJS7jP0BXGPEgI3RpHyAMNMAJ9K5P0bow==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.1.tgz", + "integrity": "sha512-Jn2sV9rt8iiUYZY+iGY8fvV8iseJ6Tl1jngnLeSRyuHvYgxEbDUUFwNhwj1cr9gI4xCzTDh4mgXJ3YY7+dEMVg==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^17.9.0" + "globals": "^17.11.0" }, "peerDependencies": { "@typescript-eslint/parser": ">=8", diff --git a/package.json b/package.json index 6272f08..93c8931 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "browser-sync": "3.0.4", "cypress": "15.21.0", "eslint": "10.9.0", - "eslint-plugin-cypress": "7.0.0", + "eslint-plugin-cypress": "7.0.1", "eslint-plugin-jest": "29.16.1", "gulp": "5.0.1", "gulp-clean": "0.4.0",