diff --git a/package-lock.json b/package-lock.json index d4b2f1d..8fc8f17 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.213.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.213.0", + "resolved": "https://registry.npmjs.org/saucectl/-/saucectl-0.213.0.tgz", + "integrity": "sha512-0hOQxOVak0djTI+c/jBrXAqsDHuTHajHvDzr6ff8+TIXOh7SDsJpZn/SiuIYK5t+/s0T+39lNf16iAeZ0zYKTQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", diff --git a/package.json b/package.json index 615fb9a..949e252 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.213.0" } }