From abc22576241ac1d7d9f5eaa6ba9c7cc4f5d592a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 13:03:50 -0500 Subject: [PATCH] chore: bump xstate from 4.31.0 to 4.32.1 in /site (#1481) Bumps [xstate](https://github.com/statelyai/xstate) from 4.31.0 to 4.32.1. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.31.0...xstate@4.32.1) --- updated-dependencies: - dependency-name: xstate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package-lock.json | 6 +++--- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 086b2ed1b1..61cea61f7c 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -23322,9 +23322,9 @@ "dev": true }, "xstate": { - "version": "4.31.0", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.31.0.tgz", - "integrity": "sha512-UK5m6OqUsTlPuKWkfRR5cR9/Yt7sysFyEg+PVIbEH9mwHSf9zuCvWO7rRvhBq7T+3pEXLKTEMfaqmLxl9Ob1pw==" + "version": "4.32.1", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.32.1.tgz", + "integrity": "sha512-QYUd+3GkXZ8i6qdixnOn28bL3EvA++LONYL/EMWwKlFSh/hiLndJ8YTnz77FDs+JUXcwU7NZJg7qoezoRHc4GQ==" }, "xtend": { "version": "4.0.2", diff --git a/site/package.json b/site/package.json index 18ab87ecc9..07da1290c0 100644 --- a/site/package.json +++ b/site/package.json @@ -42,7 +42,7 @@ "react-router-dom": "6.3.0", "swr": "1.2.2", "uuid": "^8.3.2", - "xstate": "4.31.0", + "xstate": "4.32.1", "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 72d44dd09b..d8c3df7c94 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -14229,10 +14229,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.31.0, xstate@^4.29.0: - version "4.31.0" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.31.0.tgz#039cf6f865dd9e104012eb76a14df757c988ec58" - integrity sha512-UK5m6OqUsTlPuKWkfRR5cR9/Yt7sysFyEg+PVIbEH9mwHSf9zuCvWO7rRvhBq7T+3pEXLKTEMfaqmLxl9Ob1pw== +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== xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2"