diff --git a/package-lock.json b/package-lock.json index 49a8f67..54b38ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.52.1", + "auspice": "github:nextstrain/auspice#345b7df5a531ef2a066ed1dd6c1b9f68025119a0", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2573,8 +2573,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#345b7df5a531ef2a066ed1dd6c1b9f68025119a0", + "integrity": "sha512-MsJShDPiQriW5DxMM3Tg6hFLiv9Zct+yf8WqpmnnHxPIhGAlRsoxnFEQXy6GvxAWPeW8sUTofnKRTe/irK8L3g==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9682,9 +9683,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#345b7df5a531ef2a066ed1dd6c1b9f68025119a0", + "integrity": "sha512-MsJShDPiQriW5DxMM3Tg6hFLiv9Zct+yf8WqpmnnHxPIhGAlRsoxnFEQXy6GvxAWPeW8sUTofnKRTe/irK8L3g==", + "from": "auspice@nextstrain/auspice#345b7df5a531ef2a066ed1dd6c1b9f68025119a0", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index c5f7f6a..3522dbe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "develop": "auspice develop --verbose --extend ./auspice_client_customisation/config.json --handlers ./server/handlers.js" }, "dependencies": { - "auspice": "2.52.1", + "auspice": "github:nextstrain/auspice#345b7df5a531ef2a066ed1dd6c1b9f68025119a0", "heroku-ssl-redirect": "0.0.4" } }