From c79cd53187abb88d6333810c69c936b1ea78be87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2025 06:54:37 +0000 Subject: [PATCH] fix: upgrade react-focus-lock from 2.13.0 to 2.13.5 Snyk has created this PR to upgrade react-focus-lock from 2.13.0 to 2.13.5. See this package in yarn: react-focus-lock See this project in Snyk: https://app.snyk.io/org/thekashey/project/1e89ac24-4991-4177-acf8-f2d9cb4bf299?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca0aa95..c896e06 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "aria-hidden": "^1.2.2", - "react-focus-lock": "^2.11.3", + "react-focus-lock": "^2.13.5", "react-remove-scroll": "^2.6.0", "react-style-singleton": "^2.2.1", "tslib": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index c6513b0..277d948 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8481,10 +8481,10 @@ react-dom@^16.8.6: prop-types "^15.6.2" scheduler "^0.13.6" -react-focus-lock@^2.11.3: - version "2.13.0" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.0.tgz#e4dbfdbcdd31bf91d5b16263fe68c30d0fdc95a6" - integrity sha512-w7aIcTwZwNzUp2fYQDMICy+khFwVmKmOrLF8kNsPS+dz4Oi/oxoVJ2wCMVvX6rWGriM/+mYaTyp1MRmkcs2amw== +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"