Skip to content

Commit ab3d016

Browse files
chore(deps): Update dependency broadcast-channel to ^7.1.0
1 parent 40a4cb6 commit ab3d016

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.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
10401040
"@babel/plugin-transform-typescript" "^7.27.1"
10411041

1042-
"@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.2":
1042+
"@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.2":
10431043
version "7.28.2"
10441044
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz#2ae5a9d51cc583bd1f5673b3bb70d6d819682473"
10451045
integrity sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==
@@ -4291,12 +4291,12 @@ braces@^3.0.3, braces@~3.0.2:
42914291
dependencies:
42924292
fill-range "^7.1.1"
42934293

4294-
broadcast-channel@^7.0.0:
4295-
version "7.0.0"
4296-
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz#715823823a9c6eb4ade02abc26b9767d7cc1d075"
4297-
integrity sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ==
4294+
broadcast-channel@^7.1.0:
4295+
version "7.1.0"
4296+
resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.1.0.tgz#fe64bea202f45d0fa91ad19498154527fd78cfbe"
4297+
integrity sha512-InJljddsYWbEL8LBnopnCg+qMQp9KcowvYWOt4YWrjD5HmxzDYKdVbDS1w/ji5rFZdRD58V5UxJPtBdpEbEJYw==
42984298
dependencies:
4299-
"@babel/runtime" "7.23.4"
4299+
"@babel/runtime" "7.27.0"
43004300
oblivious-set "1.4.0"
43014301
p-queue "6.6.2"
43024302
unload "2.4.1"

0 commit comments

Comments
 (0)