diff --git a/package-lock.json b/package-lock.json index a74f6ec93a..f52f1218fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/pro-thin-svg-icons": "^6.6.0", "@react-hook/size": "^2.1.2", "@tanstack/react-table": "^8.19.2", - "@tanstack/react-virtual": "v3.8.3", + "@tanstack/react-virtual": "v3.8.4", "highcharts": "11.4.6", "loglevel": "1.9.1", "primeicons": "^7.0.0", @@ -3004,12 +3004,11 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.8.3.tgz", - "integrity": "sha512-9ICwbDUUzN99CJIGc373i8NLoj6zFTKI2Hlcmo0+lCSAhPQ5mxq4dGOMKmLYoEFyHcGQ64Bd6ZVbnPpM6lNK5w==", - "license": "MIT", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.8.4.tgz", + "integrity": "sha512-Dq0VQr3QlTS2qL35g360QaJWBt7tCn/0xw4uZ0dHXPLO1Ak4Z4nVX4vuj1Npg1b/jqNMDToRtR5OIxM2NXRBWg==", "dependencies": { - "@tanstack/virtual-core": "3.8.3" + "@tanstack/virtual-core": "3.8.4" }, "funding": { "type": "github", @@ -3034,10 +3033,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.8.3.tgz", - "integrity": "sha512-vd2A2TnM5lbnWZnHi9B+L2gPtkSeOtJOAw358JqokIH1+v2J7vUAzFVPwB/wrye12RFOurffXu33plm4uQ+JBQ==", - "license": "MIT", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.8.4.tgz", + "integrity": "sha512-iO5Ujgw3O1yIxWDe9FgUPNkGjyT657b1WNX52u+Wv1DyBFEpdCdGkuVaky0M3hHFqNWjAmHWTn4wgj9rTr7ZQg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" diff --git a/package.json b/package.json index ed2a5e97e3..26b3eec7ef 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@fortawesome/pro-thin-svg-icons": "^6.6.0", "@react-hook/size": "^2.1.2", "@tanstack/react-table": "^8.19.2", - "@tanstack/react-virtual": "v3.8.3", + "@tanstack/react-virtual": "v3.8.4", "highcharts": "11.4.6", "loglevel": "1.9.1", "primeicons": "^7.0.0",