diff --git a/packages/element-web-opendesk-module/package.json b/packages/element-web-opendesk-module/package.json index e46b704..d817078 100644 --- a/packages/element-web-opendesk-module/package.json +++ b/packages/element-web-opendesk-module/package.json @@ -34,7 +34,7 @@ "dependencies": { "@matrix-org/react-sdk-module-api": "^2.2.1", "joi": "^17.13.3", - "react-focus-lock": "^2.12.1", + "react-focus-lock": "^2.13.1", "styled-components": "^6.1.11" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 920260f..7879b95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6599,10 +6599,10 @@ react-dom@17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" -react-focus-lock@^2.12.1: - version "2.12.1" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.12.1.tgz#0eaefd5fc34de8998967043d902e426352393349" - integrity sha512-lfp8Dve4yJagkHiFrC1bGtib3mF2ktqwPJw4/WGcgPW+pJ/AVQA5X2vI7xgp13FcxFEpYBBHpXai/N2DBNC0Jw== +react-focus-lock@^2.13.1: + version "2.13.1" + resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.1.tgz#bc4034107f140d6583a2bd0d035105c79686a619" + integrity sha512-Zd/NE5Ht3LA5cCJorcWJw0H9iXPlkNa/HFLM7H2z7rTfvEPlPHeJuI1KbxWvcXCO0GrFLD/L/MwoLCSrYUFaNA== dependencies: "@babel/runtime" "^7.0.0" focus-lock "^1.3.5" @@ -7358,9 +7358,9 @@ strip-json-comments@^3.1.1, strip-json-comments@~3.1.1: integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== styled-components@^6.1.11: - version "6.1.11" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.11.tgz#01948e5195bf1d39e57e0a85b41958c80e40cfb8" - integrity sha512-Ui0jXPzbp1phYij90h12ksljKGqF8ncGx+pjrNPsSPhbUUjWT2tD1FwGo2LF6USCnbrsIhNngDfodhxbegfEOA== + version "6.1.12" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.12.tgz#0d9d511aacfb9052936146dcc2856559e6fae4df" + integrity sha512-n/O4PzRPhbYI0k1vKKayfti3C/IGcPf+DqcrOB7O/ab9x4u/zjqraneT5N45+sIe87cxrCApXM8Bna7NYxwoTA== dependencies: "@emotion/is-prop-valid" "1.2.2" "@emotion/unitless" "0.8.1"