From cb0e555c83758a15cb4d901f6ddc7647426b6d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:04:42 +0000 Subject: [PATCH] Bump xstate from 4.33.6 to 5.9.1 in /client Bumps [xstate](https://github.com/statelyai/xstate) from 4.33.6 to 5.9.1. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.33.6...xstate@5.9.1) --- updated-dependencies: - dependency-name: xstate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 4779930a7..bc75cbe82 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.2.18", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13497,9 +13497,9 @@ "integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==" }, "xstate": { - "version": "4.33.6", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.6.tgz", - "integrity": "sha512-A5R4fsVKADWogK2a43ssu8Fz1AF077SfrKP1ZNyDBD8lNa/l4zfR//Luofp5GSWehOQr36Jp0k2z7b+sH2ivyg==" + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.9.1.tgz", + "integrity": "sha512-85edx7iMqRJSRlEPevDwc98EWDYUlT5zEQ54AXuRVR+G76gFbcVTAUdtAeqOVxy8zYnUr9FBB5114iK6enljjw==" }, "xtend": { "version": "4.0.2", diff --git a/client/package.json b/client/package.json index 5b17caf86..7078b2c43 100644 --- a/client/package.json +++ b/client/package.json @@ -82,7 +82,7 @@ "whatwg-fetch": "2.0.3", "workbox-webpack-plugin": "^4.0.0", "xml2js": "^0.4.19", - "xstate": "^4.33.6", + "xstate": "^5.9.1", "yup": "^0.32.11" }, "scripts": {