From 20191d03272f9b829373efd743c9764644e69fb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:03:16 +0000 Subject: [PATCH] Update dependency saucectl to ^0.210.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4b2f1d..4ac4c04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "npm-check-updates": "^22.2.0", "prettier": "^3.8.3", "rimraf": "^6.1.3", - "saucectl": "^0.205.2" + "saucectl": "^0.210.0" }, "engines": { "node": ">=18.0.0", @@ -2409,9 +2409,9 @@ } }, "node_modules/saucectl": { - "version": "0.205.2", - "resolved": "https://registry.npmjs.org/saucectl/-/saucectl-0.205.2.tgz", - "integrity": "sha512-vkk/aG4xHSvg+HTKHW+4JluuQDhaMQEiRm8Z/yrzhg25B6R7jqxWF37u672sr7N4F7wOQu2PWnLMayLNnD8JGw==", + "version": "0.210.0", + "resolved": "https://registry.npmjs.org/saucectl/-/saucectl-0.210.0.tgz", + "integrity": "sha512-a2U3JppQ51HIiuWadsPO2xbK011bLvz28tNam2MjgfDi9O3SvdtUXTzNz3ZkZIErp31VTk5h0cTg7PJPdpmweA==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", diff --git a/package.json b/package.json index 615fb9a..c80e721 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,6 @@ "npm-check-updates": "^22.2.0", "prettier": "^3.8.3", "rimraf": "^6.1.3", - "saucectl": "^0.205.2" + "saucectl": "^0.210.0" } }