diff --git a/ui/package-lock.json b/ui/package-lock.json index 533274eb8..21b7a167f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -42,7 +42,7 @@ "react-dom": "17.0.2", "react-hotkeys-hook": "4.4.1", "react-idle-timer": "4.6.4", - "react-intersection-observer": "9.10.3", + "react-intersection-observer": "9.13.0", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.5.0", @@ -11671,10 +11671,9 @@ } }, "node_modules/react-intersection-observer": { - "version": "9.10.3", - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.10.3.tgz", - "integrity": "sha512-9NYfKwPZRovB6QJee7fDg0zz/SyYrqXtn5xTZU0vwLtLVBtfu9aZt1pVmr825REE49VPDZ7Lm5SNHjJBOTZHpA==", - "license": "MIT", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.13.0.tgz", + "integrity": "sha512-y0UvBfjDiXqC8h0EWccyaj4dVBWMxgEx0t5RGNzQsvkfvZwugnKwxpu70StY4ivzYuMajavwUDjH4LJyIki9Lw==", "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/ui/package.json b/ui/package.json index 3fa86c4e7..a4939d0be 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ "react-dom": "17.0.2", "react-hotkeys-hook": "4.4.1", "react-idle-timer": "4.6.4", - "react-intersection-observer": "9.10.3", + "react-intersection-observer": "9.13.0", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.5.0",