diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index b736ddedc..62555be70 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.59.0", + "auspice": "github:nextstrain/auspice#37fae5266aa9cd13759ef5239b8f2ed59dc815b2", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.59.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.0.tgz", - "integrity": "sha512-CXzBm2L+EFE8J6qVZZhvWHZtKeF6skPasaNGRj2WuzUAETcSgaZxZGJlsTctw+pf25OUkVo78w+X1KewdysvKw==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#37fae5266aa9cd13759ef5239b8f2ed59dc815b2", + "integrity": "sha512-MzyryWO7TrLBVeiuHmOiv8x+7IMXxLCopvCgzg3bIbIfGi0yrRHN8uUAjWbxme/8VozDFowsTDODeiA2Y5gSnw==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9374,9 +9375,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.0.tgz", - "integrity": "sha512-CXzBm2L+EFE8J6qVZZhvWHZtKeF6skPasaNGRj2WuzUAETcSgaZxZGJlsTctw+pf25OUkVo78w+X1KewdysvKw==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#37fae5266aa9cd13759ef5239b8f2ed59dc815b2", + "integrity": "sha512-MzyryWO7TrLBVeiuHmOiv8x+7IMXxLCopvCgzg3bIbIfGi0yrRHN8uUAjWbxme/8VozDFowsTDODeiA2Y5gSnw==", + "from": "auspice@github:nextstrain/auspice#37fae5266aa9cd13759ef5239b8f2ed59dc815b2", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/auspice-client/package.json b/auspice-client/package.json index 7d81aa743..c71b6789c 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.59.0", + "auspice": "github:nextstrain/auspice#37fae5266aa9cd13759ef5239b8f2ed59dc815b2", "iso-639-1": "^2.1.15" } }