Skip to content

Commit 73c4c67

Browse files
chore(deps): Update dependency broadcast-channel to ^7.1.0
1 parent 800064a commit 73c4c67

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.6.0",
6464
"@next-core/types": "^1.17.0",
6565
"@next-core/utils": "^1.8.4",
66-
"broadcast-channel": "^7.0.0",
66+
"broadcast-channel": "^7.1.0",
6767
"copy-webpack-plugin": "^13.0.0",
6868
"core-js": "^3.45.1",
6969
"html-webpack-plugin": "^5.6.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
10321032
"@babel/plugin-transform-typescript" "^7.27.1"
10331033

1034-
"@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.28.4":
1034+
"@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.28.4":
10351035
version "7.28.4"
10361036
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
10371037
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
@@ -4314,12 +4314,12 @@ braces@^3.0.3, braces@~3.0.2:
43144314
dependencies:
43154315
fill-range "^7.1.1"
43164316

4317-
broadcast-channel@^7.0.0:
4318-
version "7.0.0"
4319-
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz#715823823a9c6eb4ade02abc26b9767d7cc1d075"
4320-
integrity sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ==
4317+
broadcast-channel@^7.1.0:
4318+
version "7.1.0"
4319+
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.1.0.tgz#fe64bea202f45d0fa91ad19498154527fd78cfbe"
4320+
integrity sha512-InJljddsYWbEL8LBnopnCg+qMQp9KcowvYWOt4YWrjD5HmxzDYKdVbDS1w/ji5rFZdRD58V5UxJPtBdpEbEJYw==
43214321
dependencies:
4322-
"@babel/runtime" "7.23.4"
4322+
"@babel/runtime" "7.27.0"
43234323
oblivious-set "1.4.0"
43244324
p-queue "6.6.2"
43254325
unload "2.4.1"

0 commit comments

Comments
 (0)