From c353081fe4b41a1099c9ab10a064b75c0a093d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:16:45 +0000 Subject: [PATCH] fix(deps): update xstate monorepo to v5 --- autify-cli/package.json | 2 +- package-lock.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/autify-cli/package.json b/autify-cli/package.json index 2f4473f4..bcf5c6be 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 bde3c71b..12b8d692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" @@ -18402,9 +18402,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"