diff --git a/package.json b/package.json index 577e9269..c071ca0e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-native": ">=0.40.0" }, "dependencies": { - "mitt": "1.1.3", + "mitt": "3.0.0", "query-string": "6.10.1", "reactotron-core-client": "2.8.10", "rn-host-detect": "1.2.0" diff --git a/yarn.lock b/yarn.lock index 0864867f..7c98d1d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10096,10 +10096,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@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.0.tgz#69ef9bd5c80ff6f57473e8d89326d01c414be0bd" + integrity sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ== mixin-deep@^1.2.0: version "1.3.1"