diff --git a/packages/brick-container/package.json b/packages/brick-container/package.json index 9de1dd1a35..00e1cf8861 100644 --- a/packages/brick-container/package.json +++ b/packages/brick-container/package.json @@ -63,7 +63,7 @@ "@next-core/theme": "^1.6.0", "@next-core/types": "^1.17.0", "@next-core/utils": "^1.8.4", - "broadcast-channel": "^7.0.0", + "broadcast-channel": "^7.2.0", "copy-webpack-plugin": "^13.0.0", "core-js": "^3.45.1", "html-webpack-plugin": "^5.6.3", diff --git a/yarn.lock b/yarn.lock index 9d11471fdc..07fe6df237 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1031,7 +1031,7 @@ "@babel/plugin-transform-modules-commonjs" "^7.27.1" "@babel/plugin-transform-typescript" "^7.27.1" -"@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": +"@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": version "7.28.4" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== @@ -4328,13 +4328,13 @@ braces@^3.0.3, braces@~3.0.2: dependencies: fill-range "^7.1.1" -broadcast-channel@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.0.0.tgz#715823823a9c6eb4ade02abc26b9767d7cc1d075" - integrity sha512-a2tW0Ia1pajcPBOGUF2jXlDnvE9d5/dg6BG9h60OmRUcZVr/veUrU8vEQFwwQIhwG3KVzYwSk3v2nRRGFgQDXQ== +broadcast-channel@^7.2.0: + version "7.2.0" + resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-7.2.0.tgz#06c7fd3ea9f64691b3615ed39ab387c4598988b0" + integrity sha512-JgraikEriG/TxBUi2W/w2O0jhHjXZUtXAvCZH0Yr3whjxYVgAg0hSe6r/teM+I5H5Q/q6RhyuKdC2pHNlFyepQ== dependencies: - "@babel/runtime" "7.23.4" - oblivious-set "1.4.0" + "@babel/runtime" "7.28.4" + oblivious-set "2.0.0" p-queue "6.6.2" unload "2.4.1" @@ -10539,10 +10539,10 @@ object.values@^1.2.1: define-properties "^1.2.1" es-object-atoms "^1.0.0" -oblivious-set@1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/oblivious-set/-/oblivious-set-1.4.0.tgz#1ee7c90f0605bb2a182fbcc8fffbe324d9994b43" - integrity sha512-szyd0ou0T8nsAqHtprRcP3WidfsN1TnAR5yWXf2mFCEr5ek3LEOkT6EZ/92Xfs74HIdyhG5WkGxIssMU0jBaeg== +oblivious-set@2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/oblivious-set/-/oblivious-set-2.0.0.tgz#30e0f0770cdde62aa906d935e25adfca8e3de895" + integrity sha512-QOUH5Xrsced9fKXaQTjWoDGKeS/Or7E2jB0FN63N4mkAO4qJdB7WR7e6qWAOHM5nk25FJ8TGjhP7DH4l6vFVLg== obuf@^1.0.0, obuf@^1.1.2: version "1.1.2"