diff --git a/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/package.json b/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/package.json index 5eb85b9d924b..6b5062de0447 100644 --- a/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/package.json +++ b/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/package.json @@ -46,7 +46,7 @@ "@jupyterlab/application": "^3.1.17", "@jupyterlab/launcher": "^3.1.17", "@jupyterlab/mainmenu": "^3.1.17", - "@rmwc/button": "^6.1.3", + "@rmwc/button": "^6.1.4", "@rmwc/checkbox": "^6.1.3", "@rmwc/drawer": "^6.0.14", "@rmwc/list": "^6.1.3", diff --git a/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/yarn.lock b/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/yarn.lock index 0d8dbd128008..e039a2081f54 100644 --- a/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/yarn.lock +++ b/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/yarn.lock @@ -1383,16 +1383,16 @@ mutation-observer "^1.0.3" tslib "^1.10.0" -"@rmwc/button@^6.1.3": - version "6.1.3" - resolved "https://registry.yarnpkg.com/@rmwc/button/-/button-6.1.3.tgz#87e84b32e706dd986b1b56f32c19beac09aab06c" - integrity sha512-ZY8pjWfp3exALPsqSHklIbrrVBUyF6UCKzU6lwGV7U/rvihZ6tRtt2uuv5w5S0NvFHU3jzH1dIZxWxPS75eZJA== +"@rmwc/button@^6.1.4": + version "6.1.4" + resolved "https://registry.yarnpkg.com/@rmwc/button/-/button-6.1.4.tgz#9c08aaee95e25cb6c680d0f75eeed062ad4d9612" + integrity sha512-m4vyzTWdDjaINI7Vu490pvXI0pmF6bPDXE72JJVHqhhAMkwW0LYWe53KCUzsY7Fq3vyrc0YSD7VAXSezgpbSMQ== dependencies: "@material/button" "^5.1.0" - "@rmwc/base" "^6.0.14" - "@rmwc/icon" "^6.1.3" - "@rmwc/provider" "^6.1.3" - "@rmwc/ripple" "^6.1.3" + "@rmwc/base" "^6.1.4" + "@rmwc/icon" "^6.1.4" + "@rmwc/provider" "^6.1.4" + "@rmwc/ripple" "^6.1.4" "@rmwc/types" "^6.0.5" "@rmwc/checkbox@^6.1.3":