diff --git a/ui/package-lock.json b/ui/package-lock.json index 3ee5ba6eb..999a6adcf 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -42,7 +42,7 @@ "react-dom": "17.0.2", "react-hotkeys-hook": "3.4.6", "react-idle-timer": "4.6.4", - "react-intersection-observer": "9.3.3", + "react-intersection-observer": "9.3.4", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.4.9", @@ -27286,9 +27286,9 @@ } }, "node_modules/react-intersection-observer": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.3.tgz", - "integrity": "sha512-IEXX+Qd3/Bi2EzR2TYBLosHIaIMOTpgKRp5UH//eWOuteO/lpyTpQXt5ACy/ZugI6v0nwJBfiKLvWtCaKiRI7g==", + "version": "9.3.4", + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.4.tgz", + "integrity": "sha512-8L0NpqldlILWE9qurRvPJDx3fgwj5gPUJbtZq860wDdHyR1IU52DhhAVN6rmo3TqHF0CgCA50mIT4SHtBSbKLw==", "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0" } @@ -54747,9 +54747,9 @@ "requires": {} }, "react-intersection-observer": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.3.tgz", - "integrity": "sha512-IEXX+Qd3/Bi2EzR2TYBLosHIaIMOTpgKRp5UH//eWOuteO/lpyTpQXt5ACy/ZugI6v0nwJBfiKLvWtCaKiRI7g==", + "version": "9.3.4", + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.4.tgz", + "integrity": "sha512-8L0NpqldlILWE9qurRvPJDx3fgwj5gPUJbtZq860wDdHyR1IU52DhhAVN6rmo3TqHF0CgCA50mIT4SHtBSbKLw==", "requires": {} }, "react-is": { diff --git a/ui/package.json b/ui/package.json index 67682c2b0..22aa8c57e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -41,7 +41,7 @@ "react-dom": "17.0.2", "react-hotkeys-hook": "3.4.6", "react-idle-timer": "4.6.4", - "react-intersection-observer": "9.3.3", + "react-intersection-observer": "9.3.4", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.4.9",