From 22b946574eea8c160272d8e8c3bc0d533c7db098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:40:33 +0000 Subject: [PATCH] build(deps-dev): bump browserstack-cypress-cli from 1.36.4 to 1.36.5 Bumps [browserstack-cypress-cli](https://github.com/browserstack/browserstack-cypress-cli) from 1.36.4 to 1.36.5. - [Release notes](https://github.com/browserstack/browserstack-cypress-cli/releases) - [Commits](https://github.com/browserstack/browserstack-cypress-cli/compare/v1.36.4...v1.36.5) --- updated-dependencies: - dependency-name: browserstack-cypress-cli dependency-version: 1.36.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 728b5c60..33227a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/node": "^22.19.17", "@typescript-eslint/eslint-plugin": "^8.59.1", "@typescript-eslint/parser": "^8.59.0", - "browserstack-cypress-cli": "^1.36.4", + "browserstack-cypress-cli": "^1.36.5", "concurrently": "^6.2.0", "cors": "^2.8.6", "cross-fetch": "^4.1.0", @@ -9381,15 +9381,15 @@ } }, "node_modules/browserstack-cypress-cli": { - "version": "1.36.4", - "resolved": "https://registry.npmjs.org/browserstack-cypress-cli/-/browserstack-cypress-cli-1.36.4.tgz", - "integrity": "sha512-+Hx81g0K+wIU2HX0chE632vAh3x3V0RjczgPnzE+TgRF/xju7zUpGImPF/4KKqhZpTpLSdlsZApR4Gh0FgAxBg==", + "version": "1.36.5", + "resolved": "https://registry.npmjs.org/browserstack-cypress-cli/-/browserstack-cypress-cli-1.36.5.tgz", + "integrity": "sha512-hFB10mJOsNwTbDxZ57bdfKXRR7v/ASkU01wMI7Bz2mVInTL20/A+xCQcEVKJs8IV39Cr5yROBH0Pg940xXzOTw==", "dev": true, "license": "MIT", "dependencies": { "archiver": "5.3.0", "async": "3.2.3", - "axios": "^1.7.7", + "axios": "^1.15.0", "axios-retry": "^3.5.0", "browserstack-local": "^1.5.12", "chalk": "4.1.2", diff --git a/package.json b/package.json index 48e60e12..4ae10dc8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/node": "^22.19.17", "@typescript-eslint/eslint-plugin": "^8.59.1", "@typescript-eslint/parser": "^8.59.0", - "browserstack-cypress-cli": "^1.36.4", + "browserstack-cypress-cli": "^1.36.5", "concurrently": "^6.2.0", "cors": "^2.8.6", "cross-fetch": "^4.1.0",