From f7b72ddc7a5859291837e41a1595d430c7f3dfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 15:08:30 -0400 Subject: [PATCH] chore: bump xstate from 4.30.6 to 4.31.0 in /site (#962) Bumps [xstate](https://github.com/statelyai/xstate) from 4.30.6 to 4.31.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@4.30.6...xstate@4.31.0) --- 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.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 72b4df34ff..8fc1eb47a2 100644 --- a/site/package.json +++ b/site/package.json @@ -38,7 +38,7 @@ "react-dom": "17.0.2", "react-router-dom": "6.3.0", "swr": "1.2.2", - "xstate": "4.30.6", + "xstate": "4.31.0", "yup": "0.32.11" }, "devDependencies": { diff --git a/site/yarn.lock b/site/yarn.lock index b221c31257..8de1d11916 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -14716,10 +14716,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.30.6, xstate@^4.29.0: - version "4.30.6" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.30.6.tgz#62b6dea37a500e0e1c0ff7c553a801eea5119554" - integrity sha512-V7liK1cjkZRh6R/MSneG8S5VLGRatpOUcnNieiYJX4LbwKi9eUVUH5V04ugJYVcJ+2oKDKvEFvzk0VnSC7lTag== +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== xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2"