From 8d84600cf5e9bc3e882ec09e6d95e4a3dd92c2b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:38:04 +0000 Subject: [PATCH] fix(deps): update dependency virtua to v0.27.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 860ca7ff..4fe94019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "18.2.0", "react-easy-crop": "5.0.5", "swr": "2.2.5", - "virtua": "0.27.3" + "virtua": "0.27.4" }, "devDependencies": { "@fontsource/material-icons": "5.0.13", @@ -31704,9 +31704,9 @@ } }, "node_modules/virtua": { - "version": "0.27.3", - "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.27.3.tgz", - "integrity": "sha512-Fp7/k4gsrUaWNgj442qa1Yw0fLIo29Ybtz6b0K89UK3UoiIcI4TfqL86lKuoBmzeb6ffE+GW1iXrMs3XywoDOg==", + "version": "0.27.4", + "resolved": "https://registry.npmjs.org/virtua/-/virtua-0.27.4.tgz", + "integrity": "sha512-CG7uFgVgjF8SLo7t35M3fLGnlgVbtOy+wfN/L3sHQ0qUb+REOTnr5XIBss2v1f3zikvnqIiHCUbndJxSNUARMg==", "peerDependencies": { "react": ">=16.14.0", "react-dom": ">=16.14.0", diff --git a/package.json b/package.json index 2a9fe527..c9d3cbaa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-dom": "18.2.0", "react-easy-crop": "5.0.5", "swr": "2.2.5", - "virtua": "0.27.3" + "virtua": "0.27.4" }, "devDependencies": { "@fontsource/material-icons": "5.0.13",