From 97231375d31dfa24f45f563d6e3e2919db3ac9c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 20:06:29 +0000 Subject: [PATCH] fix(deps): update dependency focus-trap to v7.4.2 --- packages/react-core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-core/package.json b/packages/react-core/package.json index dd490a10f69..89505faa3e7 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -49,7 +49,7 @@ "@patternfly/react-icons": "^5.0.0-alpha.17", "@patternfly/react-styles": "^5.0.0-alpha.13", "@patternfly/react-tokens": "^5.0.0-alpha.12", - "focus-trap": "7.4.1", + "focus-trap": "7.4.2", "react-dropzone": "^14.2.3", "tslib": "^2.5.0" }, diff --git a/yarn.lock b/yarn.lock index fbc7959afc1..9ddaf55c489 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9773,10 +9773,10 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -focus-trap@7.4.1: - version "7.4.1" - resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.4.1.tgz#321cd8313c75f6c22ed3c472e04b913e5ee2eb5a" - integrity sha512-rnXP5ERIjlo1gEZp7hQb4ekYqUxRuSDQeyWvxhahH3/GkWtd8h8g1C8Eu/KGpuvbUWNVeogK0kuzzrM4u2Z9jA== +focus-trap@7.4.2: + version "7.4.2" + resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.4.2.tgz#25ad602bfae3284639a26abbf176425d96e47561" + integrity sha512-KMjf+H5uDWPkwSQVqE5r/+vOkP5zBWwVBoWPIZxU3gfg+M8IT+Y8s+vXQqZvHEIXyHPKHrSm6m4G4ceF98OZ8w== dependencies: tabbable "^6.1.2"