diff --git a/ui/package-lock.json b/ui/package-lock.json index db1223238..657ce118e 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.4", + "react-intersection-observer": "9.3.5", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.4.9", @@ -27202,9 +27202,9 @@ } }, "node_modules/react-intersection-observer": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.4.tgz", - "integrity": "sha512-8L0NpqldlILWE9qurRvPJDx3fgwj5gPUJbtZq860wDdHyR1IU52DhhAVN6rmo3TqHF0CgCA50mIT4SHtBSbKLw==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.5.tgz", + "integrity": "sha512-TiJXVUapzAaIrZCAMBLjyWvwGYNGm0Xpkcwm3NY23b9PsJEBavul0hRFmrwc/LOmBUA/8TlkjCj7lCvjM0q1Hg==", "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0" } @@ -54581,9 +54581,9 @@ "requires": {} }, "react-intersection-observer": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.4.tgz", - "integrity": "sha512-8L0NpqldlILWE9qurRvPJDx3fgwj5gPUJbtZq860wDdHyR1IU52DhhAVN6rmo3TqHF0CgCA50mIT4SHtBSbKLw==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.3.5.tgz", + "integrity": "sha512-TiJXVUapzAaIrZCAMBLjyWvwGYNGm0Xpkcwm3NY23b9PsJEBavul0hRFmrwc/LOmBUA/8TlkjCj7lCvjM0q1Hg==", "requires": {} }, "react-is": { diff --git a/ui/package.json b/ui/package.json index 052d72b7f..0bd27214a 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.4", + "react-intersection-observer": "9.3.5", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.4.9",