From a12cdfe6fea0820fdb30ab620cc166327bd10419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:07:15 +0000 Subject: [PATCH] build(deps): bump xstate from 4.20.0 to 4.37.0 Bumps [xstate](https://github.com/statelyai/xstate) from 4.20.0 to 4.37.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.20.0...xstate@4.37.0) --- updated-dependencies: - dependency-name: xstate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a583424a..49f45093 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@apollo/client": "^3.3.21", "@xstate/react": "^1.3.4", "graphql": "^15.5.3", - "xstate": "^4.20.0" + "xstate": "^4.37.0" }, "devDependencies": { "@commitlint/config-conventional": "^9.1.2", diff --git a/yarn.lock b/yarn.lock index cb881a1f..4f65ccde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12641,10 +12641,10 @@ xregexp@^4.3.0: dependencies: "@babel/runtime-corejs3" "^7.8.3" -xstate@^4.20.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.20.0.tgz#6f241f2b49c840cb6e05b32544a6048362f558e2" - integrity sha512-u5Ou1CMo/oWApasmv1TYTHgj38k69DJdTqQdBBwt+/ooNhPJQiSIKTB3Y3HvX0h5tulwfSo6xAwZgBgjRsK3LA== +xstate@^4.37.0: + version "4.37.0" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.0.tgz#2f253ccbfc2dc6954ff975b8102714bde9751726" + integrity sha512-YC+JCerRclKS9ixQTuw8l3vs3iFqWzNzOGR0ID5XsSlieMXIV9nNPE43h9CGr7VdxA1QYhMwhCZA0EdpOd17Bg== xtend@~4.0.1: version "4.0.2"