From 68ea0c8ad67fe2e55cfacdeaf4b62e1cf35647b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:37:19 +0000 Subject: [PATCH] fix(deps): update dependency mitt to v3 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c97bb34..d20b19d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "core-js": "^3.0.0", "js-polyfills": "^0.1.42", - "mitt": "^1.1.3", + "mitt": "^3.0.0", "normalize.css": "^8.0.1", "svgxuse": "^1.2.6" }, diff --git a/yarn.lock b/yarn.lock index 87af2cf..91d1f3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6831,6 +6831,11 @@ mitt@^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" resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"