Skip to content

Commit 7d4a9d5

Browse files
chore(deps): Update dependency broadcast-channel to ^7.1.0
1 parent 5201307 commit 7d4a9d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/brick-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@next-core/theme": "^1.5.4",
6464
"@next-core/types": "^1.15.0",
6565
"@next-core/utils": "^1.7.35",
66-
"broadcast-channel": "^7.0.0",
66+
"broadcast-channel": "^7.1.0",
6767
"copy-webpack-plugin": "^13.0.0",
6868
"core-js": "^3.43.0",
6969
"html-webpack-plugin": "^5.6.3",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
10241024
"@babel/plugin-transform-typescript" "^7.27.1"
10251025

1026-
"@babel/runtime@7.23.4", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.0", "@babel/runtime@^7.20.6", "@babel/runtime@^7.23.2", "@babel/runtime@^7.27.6":
1026+
"@babel/runtime@7.27.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.0", "@babel/runtime@^7.20.6", "@babel/runtime@^7.23.2", "@babel/runtime@^7.27.6":
10271027
version "7.27.6"
10281028
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
10291029
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
@@ -4276,12 +4276,12 @@ braces@^3.0.3, braces@~3.0.2:
42764276
dependencies:
42774277
fill-range "^7.1.1"
42784278

4279-
broadcast-channel@^7.0.0:
4280-
version "7.0.0"
4281-
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz#715823823a9c6eb4ade02abc26b9767d7cc1d075"
4282-
integrity sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ==
4279+
broadcast-channel@^7.1.0:
4280+
version "7.1.0"
4281+
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.1.0.tgz#fe64bea202f45d0fa91ad19498154527fd78cfbe"
4282+
integrity sha512-InJljddsYWbEL8LBnopnCg+qMQp9KcowvYWOt4YWrjD5HmxzDYKdVbDS1w/ji5rFZdRD58V5UxJPtBdpEbEJYw==
42834283
dependencies:
4284-
"@babel/runtime" "7.23.4"
4284+
"@babel/runtime" "7.27.0"
42854285
oblivious-set "1.4.0"
42864286
p-queue "6.6.2"
42874287
unload "2.4.1"
@@ -6396,7 +6396,7 @@ eslint-visitor-keys@^3.4.3:
63966396
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
63976397
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
63986398

6399-
eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
6399+
eslint-visitor-keys@^4.2.1:
64006400
version "4.2.1"
64016401
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
64026402
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==

0 commit comments

Comments
 (0)