From ba43c80cc85a3396f13abc53f6ca8f745fab8989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:53:03 +0000 Subject: [PATCH] build(deps): Bump xstate from 5.19.4 to 5.20.2 Bumps [xstate](https://github.com/statelyai/xstate) from 5.19.4 to 5.20.2. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@5.19.4...xstate@5.20.2) --- updated-dependencies: - dependency-name: xstate dependency-version: 5.20.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 6593e57..7f94ee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "pino": "^9.7.0", "protobufjs": "^7.5.3", "pulsar-client": "^1.14.0", - "xstate": "^5.19.4" + "xstate": "^5.20.2" }, "devDependencies": { "@jest/globals": "^29.7.0", @@ -12780,9 +12780,9 @@ "license": "Apache-2.0" }, "node_modules/xstate": { - "version": "5.19.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.19.4.tgz", - "integrity": "sha512-h1UMSYOB564NXqAI+VpXrxwaBdOJUh6LOStooQ+Rn/+gqJWtGBfjZn265BwFI8Mp4ZoOyoLDNf8X1yp3faBUZQ==", + "version": "5.20.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.20.2.tgz", + "integrity": "sha512-GZmLmc+WPKfFRxuTDAxCg0cUhS/ZnWaRD86DO8MKizeK4a050jd5k7UNnIQ2jJDWRig2/r0tmVXeezUNIhoz5Q==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 179206d..59a7f42 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "pino": "^9.7.0", "protobufjs": "^7.5.3", "pulsar-client": "^1.14.0", - "xstate": "^5.19.4" + "xstate": "^5.20.2" }, "jest": { "preset": "ts-jest/presets/js-with-ts",