deps: bump react-focus-on from 3.9.1 to 3.9.2 (#1028)

Bumps [react-focus-on](https://github.com/theKashey/react-focus-on) from 3.9.1 to 3.9.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/theKashey/react-focus-on/blob/master/CHANGELOG.md">react-focus-on's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/theKashey/react-focus-on/compare/v3.9.1...v3.9.2">3.9.2</a> (2024-03-03)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theKashey/react-focus-on/commit/6b52fbf9056c1d04e236c77819a0878b192f3a0b"><code>6b52fbf</code></a> 3.9.2</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/dbab2dbea700c479ff67c62caa456540dbfb2d9a"><code>dbab2db</code></a> update dependencies</li> <li>See full diff in <a href="https://github.com/theKashey/react-focus-on/compare/v3.9.1...v3.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-focus-on&package-manager=npm_and_yarn&previous-version=3.9.1&new-version=3.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Apr 14, 2024 at 17:30 UTC e4f61349ac8c21da61f23db3eec33764a9d793e6
1 file changed +13 -13
package-lock.json
+13 -13
@@ -18791,9 +18791,9 @@
18791 "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ=="
18792 },
18793 "node_modules/focus-lock": {
18794 - "version": "1.0.0",
18795 - "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-1.0.0.tgz",
18796 - "integrity": "sha512-a8Ge6cdKh9za/GZR/qtigTAk7SrGore56EFcoMshClsh7FLk1zwszc/ltuMfKhx56qeuyL/jWQ4J4axou0iJ9w==",
18794 + "version": "1.3.4",
18795 + "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-1.3.4.tgz",
18796 + "integrity": "sha512-Gv0N3mvej3pD+HWkNryrF8sExzEHqhQ6OSFxD4DPxm9n5HGCaHme98ZMBZroNEAJcsdtHxk+skvThGKyUeoEGA==",
18797 "dependencies": {
18798 "tslib": "^2.0.3"
18799 },
@@ -31511,12 +31511,12 @@
31511 "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
31512 },
31513 "node_modules/react-focus-lock": {
31514 - "version": "2.9.6",
31515 - "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.9.6.tgz",
31516 - "integrity": "sha512-B7gYnCjHNrNYwY2juS71dHbf0+UpXXojt02svxybj8N5bxceAkzPChKEncHuratjUHkIFNCn06k2qj1DRlzTug==",
31514 + "version": "2.11.2",
31515 + "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.11.2.tgz",
31516 + "integrity": "sha512-DDTbEiov0+RthESPVSTIdAWPPKic+op3sCcP+icbMRobvQNt7LuAlJ3KoarqQv5sCgKArru3kXmlmFTa27/CdQ==",
31517 "dependencies": {
31518 "@babel/runtime": "^7.0.0",
31519 - "focus-lock": "^1.0.0",
31519 + "focus-lock": "^1.3.2",
31520 "prop-types": "^15.6.2",
31521 "react-clientside-effect": "^1.2.6",
31522 "use-callback-ref": "^1.3.0",
@@ -31533,14 +31533,14 @@
31533 }
31534 },
31535 "node_modules/react-focus-on": {
31536 - "version": "3.9.1",
31537 - "resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.9.1.tgz",
31538 - "integrity": "sha512-IYo2j4mgNpZEJNv+/XzZs3S3xhJbR+AFop092h4OMW7sbFpIMVWxp/Z61V/gfpsgOi7VnoSFXP2bfOWWkjjtOw==",
31536 + "version": "3.9.2",
31537 + "resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.9.2.tgz",
31538 + "integrity": "sha512-3UZ9PjA+pe8ZK3B+rz7zcgJUIRJVzJEddYe6R5WVUAsSXW8awHw9nXJqK0UU5MenGEUh/tMUBWMqN633+d2eCA==",
31539 "dependencies": {
31540 "aria-hidden": "^1.2.2",
31541 - "react-focus-lock": "^2.9.4",
31542 - "react-remove-scroll": "^2.5.6",
31543 - "react-style-singleton": "^2.2.0",
31541 + "react-focus-lock": "^2.11.2",
31542 + "react-remove-scroll": "^2.5.7",
31543 + "react-style-singleton": "^2.2.1",
31544 "tslib": "^2.3.1",
31545 "use-callback-ref": "^1.3.0",
31546 "use-sidecar": "^1.1.2"