From 4bcf8c50fe205b9f6265bcea87368c3f4269430d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:37:39 +0000 Subject: [PATCH] build(deps-dev): bump cypress in /src/test/K8s-tests Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.0 to 13.15.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.15.0...v13.15.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/test/K8s-tests/package-lock.json | 18 ++++++++++++++---- src/test/K8s-tests/package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index 753b43cd1..6d9b03b09 100644 --- a/src/test/K8s-tests/package-lock.json +++ b/src/test/K8s-tests/package-lock.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.5.0", - "cypress": "^13.15.0", + "cypress": "^13.15.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.11.1", "eslint-plugin-chai-friendly": "^1.0.1", @@ -1032,9 +1032,9 @@ } }, "node_modules/cypress": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.0.tgz", - "integrity": "sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==", + "version": "13.15.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.1.tgz", + "integrity": "sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -1078,6 +1078,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -4213,6 +4214,15 @@ "node": ">= 4.0.0" } }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "bin": { + "tree-kill": "cli.js" + } + }, "node_modules/tslib": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index b12e592e5..98b6f28d7 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -4,7 +4,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^19.5.0", - "cypress": "^13.15.0", + "cypress": "^13.15.1", "cypress-multi-reporters": "^1.2.3", "eslint": "^9.11.1", "eslint-plugin-chai-friendly": "^1.0.1",