From 6bcef884dd655058c6206f64ea31ea3ddc9a7eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:17:27 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v13.15.1 (#4608) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/e2e/package-lock.json | 19 +++++++++++++++---- test/e2e/package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/test/e2e/package-lock.json b/test/e2e/package-lock.json index c7c5a4bb9..d4897c986 100644 --- a/test/e2e/package-lock.json +++ b/test/e2e/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "13.15.0", + "cypress": "13.15.1", "eslint-plugin-cypress": "4.0.0" }, "engines": { @@ -877,9 +877,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, "license": "MIT", @@ -924,6 +924,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" }, @@ -2889,6 +2890,16 @@ "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, + "license": "MIT", + "bin": { + "tree-kill": "cli.js" + } + }, "node_modules/tslib": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", diff --git a/test/e2e/package.json b/test/e2e/package.json index 9af348e9d..f20c0031f 100644 --- a/test/e2e/package.json +++ b/test/e2e/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "devDependencies": { - "cypress": "13.15.0", + "cypress": "13.15.1", "eslint-plugin-cypress": "4.0.0" }, "engines": {