Skip to content

Commit 4b65b31

Browse files
chore(deps): Update dependency broadcast-channel to ^7.2.0
1 parent f338682 commit 4b65b31

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.2.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: 11 additions & 11 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.28.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":
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==
@@ -4328,13 +4328,13 @@ braces@^3.0.3, braces@~3.0.2:
43284328
dependencies:
43294329
fill-range "^7.1.1"
43304330

4331-
broadcast-channel@^7.0.0:
4332-
version "7.0.0"
4333-
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz#715823823a9c6eb4ade02abc26b9767d7cc1d075"
4334-
integrity sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ==
4331+
broadcast-channel@^7.2.0:
4332+
version "7.2.0"
4333+
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.2.0.tgz#06c7fd3ea9f64691b3615ed39ab387c4598988b0"
4334+
integrity sha512-JgraikEriG/TxBUi2W/w2O0jhHjXZUtXAvCZH0Yr3whjxYVgAg0hSe6r/teM+I5H5Q/q6RhyuKdC2pHNlFyepQ==
43354335
dependencies:
4336-
"@babel/runtime" "7.23.4"
4337-
oblivious-set "1.4.0"
4336+
"@babel/runtime" "7.28.4"
4337+
oblivious-set "2.0.0"
43384338
p-queue "6.6.2"
43394339
unload "2.4.1"
43404340

@@ -10539,10 +10539,10 @@ object.values@^1.2.1:
1053910539
define-properties "^1.2.1"
1054010540
es-object-atoms "^1.0.0"
1054110541

10542-
oblivious-set@1.4.0:
10543-
version "1.4.0"
10544-
resolved "https://registry.npmjs.org/oblivious-set/-/oblivious-set-1.4.0.tgz#1ee7c90f0605bb2a182fbcc8fffbe324d9994b43"
10545-
integrity sha512-szyd0ou0T8nsAqHtprRcP3WidfsN1TnAR5yWXf2mFCEr5ek3LEOkT6EZ/92Xfs74HIdyhG5WkGxIssMU0jBaeg==
10542+
oblivious-set@2.0.0:
10543+
version "2.0.0"
10544+
resolved "https://registry.npmjs.org/oblivious-set/-/oblivious-set-2.0.0.tgz#30e0f0770cdde62aa906d935e25adfca8e3de895"
10545+
integrity sha512-QOUH5Xrsced9fKXaQTjWoDGKeS/Or7E2jB0FN63N4mkAO4qJdB7WR7e6qWAOHM5nk25FJ8TGjhP7DH4l6vFVLg==
1054610546

1054710547
obuf@^1.0.0, obuf@^1.1.2:
1054810548
version "1.1.2"

0 commit comments

Comments
 (0)