From c204e4b1d7c12ce449db92d176fad7389f514ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:29:05 +0000 Subject: [PATCH] chore: bump xstate from 4.32.1 to 4.36.0 in /site Bumps [xstate](https://github.com/statelyai/xstate) from 4.32.1 to 4.36.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.32.1...xstate@4.36.0) --- updated-dependencies: - dependency-name: xstate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index ca1a388e08028..6a2f2eebb1d39 100644 --- a/site/package.json +++ b/site/package.json @@ -51,7 +51,7 @@ "swr": "1.2.2", "tzdata": "1.0.30", "uuid": "8.3.2", - "xstate": "4.32.1", + "xstate": "4.36.0", "xterm": "4.18.0", "xterm-addon-fit": "0.5.0", "xterm-addon-web-links": "0.5.1", diff --git a/site/yarn.lock b/site/yarn.lock index 23a265d0d434b..c5ccc32545138 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -14295,10 +14295,10 @@ xmlchars@^2.2.0: resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== -xstate@4.32.1, xstate@^4.29.0: - version "4.32.1" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.32.1.tgz#1a09c808a66072938861a3b4acc5b38460244b70" - integrity sha512-QYUd+3GkXZ8i6qdixnOn28bL3EvA++LONYL/EMWwKlFSh/hiLndJ8YTnz77FDs+JUXcwU7NZJg7qoezoRHc4GQ== +xstate@4.36.0, xstate@^4.29.0: + version "4.36.0" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.36.0.tgz#8bc633e4670be37c4e1adb28b4649b0a951ef7f1" + integrity sha512-AUI+KPgyy3g4PDpZWzUy/5ubd8VymbqikNmrJx5AQfqh+AQnemkBiabGROno+am1wUl2yeuT3UDrzUTSidfa6g== xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2"