From f13e124674f02847979f78736aface3d675334a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 04:38:54 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress in /src/test/K8s-tests Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/test/K8s-tests/package-lock.json | 8 ++++---- src/test/K8s-tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index 4442c3e2f..6054cf6df 100644 --- a/src/test/K8s-tests/package-lock.json +++ b/src/test/K8s-tests/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.3.0", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^15.8.0", "mocha": "^10.7.0" @@ -1497,9 +1497,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", - "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", + "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index c4fde8a96..735a44116 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/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.3.0", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^15.8.0", "mocha": "^10.7.0"