diff --git a/package-lock.json b/package-lock.json index 64a57cc43..b1dda9aa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "react": "^18.2.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", - "react-focus-on": "3.6", + "react-focus-on": "3.9", "react-hook-form": "^7.31.2", "react-markdown": "^8.0.0", "react-redux": "^8.0.1", @@ -19874,13 +19874,13 @@ } }, "node_modules/react-focus-on": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.6.0.tgz", - "integrity": "sha512-onIRjpd9trAUenXNdDcvjc8KJUSklty4X/Gr7hAm/MzM7ekSF2pg9D8KBKL7ipige22IAPxLRRf/EmJji9KD6Q==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.9.1.tgz", + "integrity": "sha512-IYo2j4mgNpZEJNv+/XzZs3S3xhJbR+AFop092h4OMW7sbFpIMVWxp/Z61V/gfpsgOi7VnoSFXP2bfOWWkjjtOw==", "dependencies": { - "aria-hidden": "^1.1.3", - "react-focus-lock": "^2.9.0", - "react-remove-scroll": "^2.5.2", + "aria-hidden": "^1.2.2", + "react-focus-lock": "^2.9.4", + "react-remove-scroll": "^2.5.6", "react-style-singleton": "^2.2.0", "tslib": "^2.3.1", "use-callback-ref": "^1.3.0", diff --git a/package.json b/package.json index 3996f0551..85de1f4df 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react": "^18.2.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", - "react-focus-on": "3.6", + "react-focus-on": "3.9", "react-hook-form": "^7.31.2", "react-markdown": "^8.0.0", "react-redux": "^8.0.1",