From 408a7b71a6a521106d1fd4e1f59f9ce6bac0c84d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Jan 2020 15:52:38 +0000 Subject: [PATCH] fix(deps): update dependency mitt to v1.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7d3c2248..47f2becf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-native": ">=0.40.0" }, "dependencies": { - "mitt": "1.1.3", + "mitt": "1.2.0", "query-string": "6.10.1", "reactotron-core-client": "2.8.6", "rn-host-detect": "1.2.0" diff --git a/yarn.lock b/yarn.lock index da28f62a..55c36b5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8248,10 +8248,10 @@ mississippi@^3.0.0: stream-each "^1.1.0" through2 "^2.0.0" -mitt@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.1.3.tgz#528c506238a05dce11cd914a741ea2cc332da9b8" - integrity sha512-mUDCnVNsAi+eD6qA0HkRkwYczbLHJ49z17BGe2PYRhZL4wpZUFZGJHU7/5tmvohoma+Hdn0Vh/oJTiPEmgSruA== +mitt@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.2.0.tgz#cb24e6569c806e31bd4e3995787fe38a04fdf90d" + integrity sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw== mixin-deep@^1.2.0: version "1.3.1"