Skip to content

Commit 24e8592

Browse files
deps: fix xstate to 4.23.1 (#4484)
1 parent 4e149f0 commit 24e8592

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/core-blockchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lodash.get": "^4.4.2",
3838
"pluralize": "^8.0.0",
3939
"pretty-ms": "^6.0.0",
40-
"xstate": "^4.8.0"
40+
"xstate": "4.23.1"
4141
},
4242
"devDependencies": {
4343
"@types/async": "^3.0.0",

packages/core-jest-matchers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lodash.isequal": "^4.5.0",
3131
"lodash.sortby": "^4.7.0",
3232
"superheroes": "^3.0.0",
33-
"xstate": "^4.6.7"
33+
"xstate": "4.23.1"
3434
},
3535
"devDependencies": {
3636
"@types/bip39": "^2.4.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -15808,10 +15808,10 @@ xmlchars@^2.1.1:
1580815808
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
1580915809
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
1581015810

15811-
xstate@^4.6.7, xstate@^4.8.0:
15812-
version "4.8.0"
15813-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.8.0.tgz#1aefa1f7828f84f61c356785615ffc0824ebf5a2"
15814-
integrity sha512-xHSYQtCHLkcrFRxa5lK4Lp1rnKt00a80jcKFMQiMBuE+6MvTYv7twwqYpzjsJoKFjGZB3GGEpZAuY1dmlPTh/g==
15811+
xstate@4.23.1:
15812+
version "4.23.1"
15813+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.23.1.tgz#a85ce0ca4ad9737f1497e2da7a3abc6a5697fbcd"
15814+
integrity sha512-8ZoCe8d6wDSPfkep+GBgi+fKAdMyXcaizoNf5FKceEhlso4+9n1TeK6oviaDsXZ3Z5O8xKkJOxXPNuD4cA9LCw==
1581515815

1581615816
xtend@^4.0.0, xtend@~4.0.1:
1581715817
version "4.0.2"

0 commit comments

Comments
 (0)