diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index 345d050d3..1b4fe29cc 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.62.0", + "auspice": "github:nextstrain/auspice#76031f431bd3fc907c366d3002d6e3bcdad682b8", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,8 @@ }, "node_modules/auspice": { "version": "2.62.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.62.0.tgz", - "integrity": "sha512-5tkWkbLijsBaK52UgA2Kk/SUIFUfN13lxougBhVnH8IV2K/CU4835Kaw6gOvNSWG97kux37meFQBANqTDYyzYg==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#76031f431bd3fc907c366d3002d6e3bcdad682b8", + "integrity": "sha512-3jc5HBl9tv/YSoPmebfT6Mf/Q7+y43kqEZgOngd45way5QdLMHxhiu2+IbNGzmzQm9DMnicWZa2g/hmEBLHa4A==", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", @@ -9376,9 +9376,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.62.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.62.0.tgz", - "integrity": "sha512-5tkWkbLijsBaK52UgA2Kk/SUIFUfN13lxougBhVnH8IV2K/CU4835Kaw6gOvNSWG97kux37meFQBANqTDYyzYg==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#76031f431bd3fc907c366d3002d6e3bcdad682b8", + "integrity": "sha512-3jc5HBl9tv/YSoPmebfT6Mf/Q7+y43kqEZgOngd45way5QdLMHxhiu2+IbNGzmzQm9DMnicWZa2g/hmEBLHa4A==", + "from": "auspice@github:nextstrain/auspice#76031f431bd3fc907c366d3002d6e3bcdad682b8", "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 c33b36dd6..aa71fedf8 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.62.0", + "auspice": "github:nextstrain/auspice#76031f431bd3fc907c366d3002d6e3bcdad682b8", "iso-639-1": "^2.1.15" } }