From bda3e7151bd8f30b8468ef536da52e40920cab24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 02:04:54 +0000 Subject: [PATCH] :arrow_up:(deps): Bump broadcast-channel from 3.4.1 to 3.5.0 Bumps [broadcast-channel](https://github.com/pubkey/broadcast-channel) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/pubkey/broadcast-channel/releases) - [Changelog](https://github.com/pubkey/broadcast-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/pubkey/broadcast-channel/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5012e0fd02..6255722fa8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-solid-svg-icons": "^5.15.2", "@fortawesome/vue-fontawesome": "^2.0.2", - "broadcast-channel": "^3.4.1", + "broadcast-channel": "^3.5.0", "combokeys": "^3.0.1", "highcharts": "^9.0.1", "localforage": "^1.8.1", diff --git a/yarn.lock b/yarn.lock index a863529737..cd999c42ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2257,10 +2257,10 @@ brfs@^2.0.0, brfs@^2.0.2: static-module "^3.0.2" through2 "^2.0.0" -broadcast-channel@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-3.4.1.tgz#65b63068d0a5216026a19905c9b2d5e9adf0928a" - integrity sha512-VXYivSkuBeQY+pL5hNQQNvBdKKQINBAROm4G8lAbWQfOZ7Yn4TMcgLNlJyEqlkxy5G8JJBsI3VJ1u8FUTOROcg== +broadcast-channel@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-3.5.0.tgz#0b472e862e5c36179e417daac54d2294571f60b6" + integrity sha512-tg58fj8lt++tv+tTrz204emcYDyEWN6xpsrhBXA3uNo2enMPTm5HTKXG+PwkxZ0Rqha78hqqupY/SmfgsX35Cw== dependencies: "@babel/runtime" "^7.7.2" detect-node "^2.0.4"