From 12647d69a8d8a172548c033f4dd6e4f0b01e9ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:42:20 +0000 Subject: [PATCH] build(deps): Bump xstate from 4.38.3 to 5.3.1 Bumps [xstate](https://github.com/statelyai/xstate) from 4.38.3 to 5.3.1. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.38.3...xstate@5.3.1) --- updated-dependencies: - dependency-name: xstate dependency-type: direct:production update-type: version-update:semver-major ... 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 c66e6ccc..ba21f963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.15.0", - "xstate": "^4.38.3" + "xstate": "^5.3.1" }, "devDependencies": { "jest": "^29.7.0", @@ -8800,9 +8800,9 @@ } }, "node_modules/xstate": { - "version": "4.38.3", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.3.tgz", - "integrity": "sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.3.1.tgz", + "integrity": "sha512-j4lYbMKqTQ1gxS0NAhjX0JkFJ44OLqYgXV7kVSc0YpnENhPNigvrFMqpBFtfho39pgzdcmpmnmUyEUVWwYMOdA==", "funding": { "type": "opencollective", "url": "https://opencollective.com/xstate" diff --git a/package.json b/package.json index 76f0e2e0..f792cd7a 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.15.0", - "xstate": "^4.38.3" + "xstate": "^5.3.1" }, "devDependencies": { "jest": "^29.7.0",