From 1531c1857a6245dde52606abb79b257975c4c009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:01:35 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.15.2 to 3.0.2 in /src/test/K8s-tests Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 to 3.0.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.2...v3.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/test/K8s-tests/package-lock.json | 10 +++++----- src/test/K8s-tests/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",