Skip to content

Commit 26f5071

Browse files
chore(deps): Update dependency broadcast-channel to ^7.1.0
1 parent c951b2b commit 26f5071

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/brick-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@next-core/theme": "^1.5.4",
6464
"@next-core/types": "^1.14.0",
6565
"@next-core/utils": "^1.7.32",
66-
"broadcast-channel": "^7.0.0",
66+
"broadcast-channel": "^7.1.0",
6767
"copy-webpack-plugin": "^13.0.0",
6868
"core-js": "^3.41.0",
6969
"html-webpack-plugin": "^5.6.3",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@
998998
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
999999
"@babel/plugin-transform-typescript" "^7.27.0"
10001000

1001-
"@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.0", "@babel/runtime@^7.8.4":
1001+
"@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.0", "@babel/runtime@^7.8.4":
10021002
version "7.27.0"
10031003
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
10041004
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
@@ -4028,12 +4028,12 @@ braces@^3.0.3, braces@~3.0.2:
40284028
dependencies:
40294029
fill-range "^7.1.1"
40304030

4031-
broadcast-channel@^7.0.0:
4032-
version "7.0.0"
4033-
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz#715823823a9c6eb4ade02abc26b9767d7cc1d075"
4034-
integrity sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ==
4031+
broadcast-channel@^7.1.0:
4032+
version "7.1.0"
4033+
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.1.0.tgz#fe64bea202f45d0fa91ad19498154527fd78cfbe"
4034+
integrity sha512-InJljddsYWbEL8LBnopnCg+qMQp9KcowvYWOt4YWrjD5HmxzDYKdVbDS1w/ji5rFZdRD58V5UxJPtBdpEbEJYw==
40354035
dependencies:
4036-
"@babel/runtime" "7.23.4"
4036+
"@babel/runtime" "7.27.0"
40374037
oblivious-set "1.4.0"
40384038
p-queue "6.6.2"
40394039
unload "2.4.1"

0 commit comments

Comments
 (0)