diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index 70f34f375..aaf777a77 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.52.1", + "auspice": "github:nextstrain/auspice#508082b87938f87f9dc81844b55848b55185c3a9", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.52.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.1.tgz", - "integrity": "sha512-x8KKA29BYf4qpQcnH/ODvIl2+xPMTUHFKU8W76CBOTFa+4pEp44+DK554jllc/Edp60pl1wEx75nGhTxlnhZ4w==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#508082b87938f87f9dc81844b55848b55185c3a9", + "integrity": "sha512-/RUEGiUNf2n6+bnsplzfXbz/d8WMWf9BOOiPP5NsDMLAVnvgYp9DVhUzGHbxx7yu/f9few4V9Onm1vt3gSVNUw==", + "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.52.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.1.tgz", - "integrity": "sha512-x8KKA29BYf4qpQcnH/ODvIl2+xPMTUHFKU8W76CBOTFa+4pEp44+DK554jllc/Edp60pl1wEx75nGhTxlnhZ4w==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#508082b87938f87f9dc81844b55848b55185c3a9", + "integrity": "sha512-/RUEGiUNf2n6+bnsplzfXbz/d8WMWf9BOOiPP5NsDMLAVnvgYp9DVhUzGHbxx7yu/f9few4V9Onm1vt3gSVNUw==", + "from": "auspice@nextstrain/auspice#508082b87938f87f9dc81844b55848b55185c3a9", "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 822567f8d..a63e3797c 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.52.1", + "auspice": "github:nextstrain/auspice#508082b87938f87f9dc81844b55848b55185c3a9", "iso-639-1": "^2.1.15" } }