Skip to content

Commit c0f7fea

Browse files
committed
fix: 🐛 update emuto to fix broken dependency
1 parent bf72cb1 commit c0f7fea

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"billboard.js": "^1.4.1",
2929
"d3": "4.10.0",
30-
"emuto": "^1.37.0",
30+
"emuto": "^1.37.1",
3131
"fast-deep-equal": "^2.0.1",
3232
"fd-slicer": "^1.1.0",
3333
"sassline": "^2.1.2",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3404,14 +3404,13 @@ emojis-list@^2.0.0:
34043404
version "2.1.0"
34053405
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
34063406

3407-
emuto@^1.37.0:
3408-
version "1.37.0"
3409-
resolved "https://registry.yarnpkg.com/emuto/-/emuto-1.37.0.tgz#9417439ea0b1db9701d61dbbb04339d05392feca"
3410-
integrity sha512-8J/L6OM2aA/THYcqnqrxMp6riAuJX4WkxYDvw1Joskr9H8KnCWdZKoyKY2N+zE0rY+oMUeWgCX052Lr1SXxu2A==
3407+
emuto@^1.37.1:
3408+
version "1.37.1"
3409+
resolved "https://registry.yarnpkg.com/emuto/-/emuto-1.37.1.tgz#e3433fc4e9e9b3bf8c21142ae7c984d7fab2ed3b"
3410+
integrity sha512-ASnVFLoKCjzv88bDK9+MxMLxbfvQixIymbtn/H8yBTWT6DR4IcoJ14VJlOsy0vfRyEP7HtjpP/EptHBXKuWYVQ==
34113411
dependencies:
34123412
cartesian-product-generator "^1.1.0"
34133413
combinations-generator "^1.0.1"
3414-
flow "^0.2.3"
34153414
parsimmon "^1.12.0"
34163415

34173416
encodeurl@~1.0.2:
@@ -4062,11 +4061,6 @@ flatted@^2.0.0:
40624061
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
40634062
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
40644063

4065-
flow@^0.2.3:
4066-
version "0.2.3"
4067-
resolved "https://registry.yarnpkg.com/flow/-/flow-0.2.3.tgz#f8da65efa249127ec99376a28896572a9795d1af"
4068-
integrity sha1-+Npl76JJEn7Jk3aiiJZXKpeV0a8=
4069-
40704064
flush-write-stream@^1.0.0:
40714065
version "1.0.3"
40724066
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd"

0 commit comments

Comments
 (0)