diff --git a/package-lock.json b/package-lock.json index ad02361..5a1ab5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4223,6 +4223,15 @@ "tabulator-tables": "^4.1.4", "vue": "^2.6.10", "vue-bootstrap-typeahead": "^0.2.6" + }, + "dependencies": { + "locuszoom": { + "version": "git+https://github.com/statgen/locuszoom.git#ea3894e8d06a040a0036844d83a222b577a3ca40", + "from": "git+https://github.com/statgen/locuszoom.git#ea3894e", + "requires": { + "d3": "^5.16.0" + } + } } }, "locate-path": { @@ -4848,9 +4857,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-to-regexp": {