From f4e38f238e680ba72372ab5cf9bea2dd16f97d9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:18:56 +0000 Subject: [PATCH] Update dependency xstate to v5 --- autify-cli/package.json | 2 +- package-lock.json | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/autify-cli/package.json b/autify-cli/package.json index d4a3d4f9..1460093e 100644 --- a/autify-cli/package.json +++ b/autify-cli/package.json @@ -41,7 +41,7 @@ "uuid": "^11.1.0", "which": "^5.0.0", "winston": "^3.18.3", - "xstate": "^4.38.3" + "xstate": "^5.32.0" }, "devDependencies": { "@autifyhq/autify-cli-integration-test": "*", diff --git a/package-lock.json b/package-lock.json index 638b78e9..a04aa3ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.0-beta.0", + "version": "0.73.2", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -50,7 +50,7 @@ "uuid": "^11.1.0", "which": "^5.0.0", "winston": "^3.18.3", - "xstate": "^4.38.3" + "xstate": "^5.32.0" }, "bin": { "autify": "bin/run" @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.0-beta.0", + "version": "0.73.2", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -18396,9 +18396,10 @@ } }, "node_modules/xstate": { - "version": "4.38.3", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.3.tgz", - "integrity": "sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==", + "version": "5.32.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.32.0.tgz", + "integrity": "sha512-zsk73aWGmxn9z34P0kbiod5JwTvdYRW3+IDxITq8sd9+VWwMyW7BUzpplnYy9mIEXa6V8IMDv7Hy4m0mhT5+2Q==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/xstate"