From a6ce15727e48e0d8962f61111198cfc84f5d86e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:58:33 +0000 Subject: [PATCH] fix(deps): update dependency react-virtuoso to v4.7.10 --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 911102489..ef5582626 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -41,7 +41,7 @@ "react-hotkeys-hook": "4.5.0", "react-linkify": "1.0.0-alpha", "react-markdown": "9.0.1", - "react-virtuoso": "4.7.9", + "react-virtuoso": "4.7.10", "recoil": "0.7.7", "regexpu-core": "^5.3.2", "sanitize-html": "^2.11.0", @@ -32667,9 +32667,9 @@ } }, "node_modules/react-virtuoso": { - "version": "4.7.9", - "resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.7.9.tgz", - "integrity": "sha512-Y1Tkho/yD9+UP6anfraMRv6tbjvJFJK6A6puIucHITmBzXkkKaJ1xtydH+Rl74ItLE+oB9/XfPe37hqN2gZMsg==", + "version": "4.7.10", + "resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.7.10.tgz", + "integrity": "sha512-l+fnBf/G1Fp6pHCnhFq2Ra4lkZtT6c5XrS9rCS0OA6de7WGLZviCo0y61CUZZG79TeAw3L7O4czeNPiqh9CIrg==", "engines": { "node": ">=10" }, diff --git a/web/package.json b/web/package.json index 14dc73b02..1159f714b 100644 --- a/web/package.json +++ b/web/package.json @@ -47,7 +47,7 @@ "react-hotkeys-hook": "4.5.0", "react-linkify": "1.0.0-alpha", "react-markdown": "9.0.1", - "react-virtuoso": "4.7.9", + "react-virtuoso": "4.7.10", "recoil": "0.7.7", "regexpu-core": "^5.3.2", "sanitize-html": "^2.11.0",