diff --git a/package-lock.json b/package-lock.json index 49a8f67..0a2e6da 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#d5f61a18dc55e29f0cb9c48c9a1d946600fd6044", "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#d5f61a18dc55e29f0cb9c48c9a1d946600fd6044", + "integrity": "sha512-ZAzAtcsVpQ/l5koSzPiDylMLcgpERmK8obQ6Uxgy5lycut++/r+NYZuvtMX6uMQ65ChrE2+RP3uYm999AlWWnw==", + "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#d5f61a18dc55e29f0cb9c48c9a1d946600fd6044", + "integrity": "sha512-ZAzAtcsVpQ/l5koSzPiDylMLcgpERmK8obQ6Uxgy5lycut++/r+NYZuvtMX6uMQ65ChrE2+RP3uYm999AlWWnw==", + "from": "auspice@nextstrain/auspice#d5f61a18dc55e29f0cb9c48c9a1d946600fd6044", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index c5f7f6a..6a8cf71 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#d5f61a18dc55e29f0cb9c48c9a1d946600fd6044", "heroku-ssl-redirect": "0.0.4" } }