diff --git a/package-lock.json b/package-lock.json index 9703d1314e4..37edf4864a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-aria": "^3.33.1", "react-cookie": "^7.1.0", "react-dom": "^18.2.0", - "react-intersection-observer": "^9.10.3", + "react-intersection-observer": "^9.13.0", "react-stately": "^3.31.1", "server-only": "^0.0.1", "uuid": "^9.0.1", @@ -24319,9 +24319,10 @@ "dev": true }, "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==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.13.0.tgz", + "integrity": "sha512-y0UvBfjDiXqC8h0EWccyaj4dVBWMxgEx0t5RGNzQsvkfvZwugnKwxpu70StY4ivzYuMajavwUDjH4LJyIki9Lw==", + "license": "MIT", "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/package.json b/package.json index bc9db6aaec0..c371e401f17 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "react-aria": "^3.33.1", "react-cookie": "^7.1.0", "react-dom": "^18.2.0", - "react-intersection-observer": "^9.10.3", + "react-intersection-observer": "^9.13.0", "react-stately": "^3.31.1", "server-only": "^0.0.1", "uuid": "^9.0.1",