diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index d4edf118e..20066174c 100644 --- a/src/test/K8s-tests/package-lock.json +++ b/src/test/K8s-tests/package-lock.json @@ -14,7 +14,7 @@ "cypress": "^13.3.0", "cypress-multi-reporters": "^1.2.3", "eslint": "^8.52.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.0.2", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^28.2.0", "eslint-plugin-n": "^17.2.1", @@ -1803,15 +1803,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", - "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.2.tgz", + "integrity": "sha512-5hIWc3SqXSuR+Sd7gmNMzx8yJ3LWQQS0e+qLvEVF4C1JfFtu1s9imtEm1KxlCBCcKb7+6CyR9KQYs0GiI02AlA==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7 <9" } }, "node_modules/eslint-plugin-es-x": { diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index b50d71bc3..d556a7440 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -7,7 +7,7 @@ "cypress": "^13.3.0", "cypress-multi-reporters": "^1.2.3", "eslint": "^8.52.0", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.0.2", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^28.2.0", "eslint-plugin-n": "^17.2.1",