From 3c23dee15fe1dcdb4a7d88dfe2678071bedd481c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:05:47 +0100 Subject: [PATCH] yarn(deps): bump react-focus-lock from 2.13.2 to 2.13.5 (#4703) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ff79eb332..763c830873 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react": "^18.3.1", "react-autosize-textarea": "^7.1.0", "react-dom": "^18.3.1", - "react-focus-lock": "^2.13.2", + "react-focus-lock": "^2.13.5", "react-helmet": "^6.1.0", "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.2.0", diff --git a/yarn.lock b/yarn.lock index f340c09266..d512cca0fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9710,10 +9710,10 @@ react-fast-compare@^3.1.1, react-fast-compare@^3.2.2: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49" integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== -react-focus-lock@^2.13.2: - version "2.13.2" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.2.tgz#e1addac2f8b9550bc0581f3c416755ba0f81f5ef" - integrity sha512-T/7bsofxYqnod2xadvuwjGKHOoL5GH7/EIPI5UyEvaU/c2CcphvGI371opFtuY/SYdbMsNiuF4HsHQ50nA/TKQ== +react-focus-lock@^2.13.5: + version "2.13.5" + resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.5.tgz#68b01618ef3a4717746a02e223afe9d86a69a95e" + integrity sha512-HjHuZFFk2+j6ZT3LDQpyqffue541HrxUG/OFchCEwis9nstgNg0rREVRAxHBcB1lHJ5Fsxtx1qya/5xFwxDb4g== dependencies: "@babel/runtime" "^7.0.0" focus-lock "^1.3.5"