From fe235b78c34a15abf2a6a74e2ecf0e2876544e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:10:45 +0000 Subject: [PATCH] Bump xstate from 4.33.6 to 5.9.0 in /client Bumps [xstate](https://github.com/statelyai/xstate) from 4.33.6 to 5.9.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.33.6...xstate@5.9.0) --- 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 7118ba87e..8a40b9771 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.2.2", + "version": "3.2.14", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13508,9 +13508,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.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.9.0.tgz", + "integrity": "sha512-CUNV/5U3LGIldt5lSA1VxQXN+7hIDbiemENiNWhxNWRr13eEdp/hA4HLmyhr4PxQ9ZRvELeAilzT8mUtrB9tHw==" }, "xtend": { "version": "4.0.2", diff --git a/client/package.json b/client/package.json index 2fac1814b..d21af1357 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.0", "yup": "^0.32.11" }, "scripts": {