diff --git a/ui/package-lock.json b/ui/package-lock.json index 94cd032f5..8babd1096 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "@patternfly/react-user-feedback": "^5.0.0", "@stdlib/string-truncate": "^0.2.1", "@stdlib/string-truncate-middle": "^0.2.1", - "@tanstack/react-virtual": "^3.2.1", + "@tanstack/react-virtual": "^3.3.0", "@types/lodash.groupby": "^4.6.9", "@types/node": "20.12.7", "@types/react": "18.2.79", @@ -7894,11 +7894,11 @@ "dev": true }, "node_modules/@tanstack/react-virtual": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.2.1.tgz", - "integrity": "sha512-i9Nt0ssIh2bSjomJZlr6Iq5usT/9+ewo2/fKHRNk6kjVKS8jrhXbnO8NEawarCuBx/efv0xpoUUKKGxa0cQb4Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.3.0.tgz", + "integrity": "sha512-QFxmTSZBniq15S0vSZ55P4ToXquMXwJypPXyX/ux7sYo6a2FX3/zWoRLLc4eIOGWTjvzqcIVNKhcuFb+OZL3aQ==", "dependencies": { - "@tanstack/virtual-core": "3.2.1" + "@tanstack/virtual-core": "3.3.0" }, "funding": { "type": "github", @@ -7910,9 +7910,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.2.1.tgz", - "integrity": "sha512-nO0d4vRzsmpBQCJYyClNHPPoUMI4nXNfrm6IcCRL33ncWMoNVpURh9YebEHPw8KrtsP2VSJIHE4gf4XFGk1OGg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.3.0.tgz", + "integrity": "sha512-A0004OAa1FcUkPHeeGoKgBrAgjH+uHdDPrw1L7RpkwnODYqRvoilqsHPs8cyTjMg1byZBbiNpQAq2TlFLIaQag==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" diff --git a/ui/package.json b/ui/package.json index 8e3777f18..7b864e8ed 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "@patternfly/react-user-feedback": "^5.0.0", "@stdlib/string-truncate": "^0.2.1", "@stdlib/string-truncate-middle": "^0.2.1", - "@tanstack/react-virtual": "^3.2.1", + "@tanstack/react-virtual": "^3.3.0", "@types/lodash.groupby": "^4.6.9", "@types/node": "20.12.7", "@types/react": "18.2.79",