diff --git a/package-lock.json b/package-lock.json index f09e8ab3e..31b175d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "react": "^18.2.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", - "react-focus-on": "3.6", + "react-focus-on": "3.10", "react-hook-form": "^7.31.2", "react-markdown": "^8.0.0", "react-redux": "^8.0.1", @@ -7411,9 +7411,10 @@ } }, "node_modules/aria-hidden": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", - "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", + "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", + "license": "MIT", "dependencies": { "tslib": "^2.0.0" }, @@ -15994,24 +15995,24 @@ } }, "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==", - "dependencies": { - "aria-hidden": "^1.1.3", - "react-focus-lock": "^2.9.0", - "react-remove-scroll": "^2.5.2", - "react-style-singleton": "^2.2.0", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.10.0.tgz", + "integrity": "sha512-r2yQchO6QfV5zB3J4Gj6cTYBoxD369vkt0oKj1NJLA5ChQzxjko6V/dqQ7nvmaUBm5pHC+pa8tzHT9jtsVRFMQ==", + "license": "MIT", + "dependencies": { + "aria-hidden": "^1.2.5", + "react-focus-lock": "^2.13.6", + "react-remove-scroll": "^2.6.3", + "react-style-singleton": "^2.2.3", "tslib": "^2.3.1", - "use-callback-ref": "^1.3.0", - "use-sidecar": "^1.1.2" + "use-sidecar": "^1.1.3" }, "engines": { "node": ">=8.5.0" }, "peerDependencies": { - "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/package.json b/package.json index 5d78b1912..417593c19 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react": "^18.2.0", "react-dom": "^18.1.0", "react-dropzone": "^14.2.1", - "react-focus-on": "3.6", + "react-focus-on": "3.10", "react-hook-form": "^7.31.2", "react-markdown": "^8.0.0", "react-redux": "^8.0.1",