From 8b109d0e345f184262f3710f3e925d50891611e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:30:29 +0000 Subject: [PATCH] Bump @tanstack/react-virtual from 3.10.1 to 3.10.2 in /ui (#984) Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/TanStack/virtual/releases) - [Commits](https://github.com/TanStack/virtual/commits/v3.10.2/packages/react-virtual) --- updated-dependencies: - dependency-name: "@tanstack/react-virtual" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 16 ++++++++-------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 948d514ac..2d27d022a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20,7 +20,7 @@ "@patternfly/react-user-feedback": "^5.0.0", "@stdlib/string-truncate": "^0.2.2", "@stdlib/string-truncate-middle": "^0.2.2", - "@tanstack/react-virtual": "^3.10.1", + "@tanstack/react-virtual": "^3.10.2", "@types/lodash.groupby": "^4.6.9", "@types/node": "20.14.12", "@types/react": "18.3.4", @@ -7897,11 +7897,11 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.10.1.tgz", - "integrity": "sha512-h5kNeE+yQwspjl9E3sJ3UYQu/MuspNOBT5cVdc+NA0uU9B1XSkxbzp86teV3arMDVcQ4ESExqs4JyIirYAMcuA==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.10.2.tgz", + "integrity": "sha512-RXOj33/xYgylGNczUrufi/ZbpUreBQmlD9ewz1PNZ4NIe6clTMh5NqAL9gXjRBy59UyZSlqo3c1p3EEzEX27oA==", "dependencies": { - "@tanstack/virtual-core": "3.10.1" + "@tanstack/virtual-core": "3.10.2" }, "funding": { "type": "github", @@ -7913,9 +7913,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.10.1.tgz", - "integrity": "sha512-JDi3wU1HIxuxx8BgD7Ix8IXlelCKdTJIh9c0qBs+QXHdix3mjMbkXI3wOq0TuCx1w1RGgzZue34QrM/NPdp/sw==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.10.2.tgz", + "integrity": "sha512-nQXJnavN0D5PcKW2XL+w05aO/bxnuBq0+p3X+RG+R+lTHluNSWp5ePNbz0wIfg7U4HPrX/LBE9llMOvS3/6Cuw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" diff --git a/ui/package.json b/ui/package.json index 22696e3c7..0f3245ec8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "@patternfly/react-user-feedback": "^5.0.0", "@stdlib/string-truncate": "^0.2.2", "@stdlib/string-truncate-middle": "^0.2.2", - "@tanstack/react-virtual": "^3.10.1", + "@tanstack/react-virtual": "^3.10.2", "@types/lodash.groupby": "^4.6.9", "@types/node": "20.14.12", "@types/react": "18.3.4",