From ad7c742ea34bc6920bed5891853e41c53f2ef8c1 Mon Sep 17 00:00:00 2001 From: jrobinso <933148+jrobinso@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:36:01 -0600 Subject: [PATCH] update hdf5 dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b94a0ee4..a58285252 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "chai": "^4.3.7", "circular-view": "github:igvteam/circular-view#v0.2.4", "eslint": "^6.4.0", - "hdf5-indexed-reader": "github:jrobinso/hdf5-indexed-reader#v0.5.4", + "hdf5-indexed-reader": "github:jrobinso/hdf5-indexed-reader#v0.5.5", "igv-ui": "github:igvteam/igv-ui#v1.5.3", "igv-utils": "github:igvteam/igv-utils#v1.4.8", "mocha": "^10.2.0",