From bd3793e6d595d6d3ce9ddcbf647705b995ff9b34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Dec 2020 22:06:31 +0000 Subject: [PATCH] fix: upgrade xstate from 4.13.0 to 4.14.0 Snyk has created this PR to upgrade xstate from 4.13.0 to 4.14.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/ee280047-f651-440a-aaec-462aac2b4fe2?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af81f367f..40c06cb68 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "use-dark-mode": "^2.3.1", "use-media": "^1.4.0", "warning": "^4.0.3", - "xstate": "^4.13.0" + "xstate": "^4.14.0" }, "devDependencies": { "@newrelic/eslint-plugin-newrelic": "^0.3.1", diff --git a/yarn.lock b/yarn.lock index 9e03c8770..4f844e074 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20398,6 +20398,11 @@ xstate@^4.11.0, xstate@^4.13.0, xstate@^4.9.1: resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.13.0.tgz#0be22ceb8bae2bc6a025fab330fe44204d76771c" integrity sha512-UnUJJzP2KTPqnmxIoD/ymXtpy/hehZnUlO6EXqWC/72XkPb15p9Oz/X4WhS3QE+by7NP+6b5bCi/GTGFzm5D+A== +xstate@^4.14.0: + version "4.14.1" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.14.1.tgz#8902304944aa78ef5bdfa818ca2ca5fd109a3959" + integrity sha512-1LyR5c6wgA41660Cp8Dq5VWRtS75l+KnjysgpgZI9FVLvYl5BF2FmkfT5CAlTIo+CKfj/4IznQYkYfURxuY6WA== + xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"