diff --git a/package-lock.json b/package-lock.json index 49a8f67..f14470a 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#6d0277e2c38e98c009a756aaf6cb8a243bae5320", "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#6d0277e2c38e98c009a756aaf6cb8a243bae5320", + "integrity": "sha512-0s3ZPZSD99bt7GqnzqJ6aJBnBYREchoEHoQwxEafXCngFOg4sNb9u7xLV1gSgeNnnBKPVp6D2eZzhS5RsIAwSA==", + "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#6d0277e2c38e98c009a756aaf6cb8a243bae5320", + "integrity": "sha512-0s3ZPZSD99bt7GqnzqJ6aJBnBYREchoEHoQwxEafXCngFOg4sNb9u7xLV1gSgeNnnBKPVp6D2eZzhS5RsIAwSA==", + "from": "auspice@nextstrain/auspice#6d0277e2c38e98c009a756aaf6cb8a243bae5320", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index c5f7f6a..2073d56 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#6d0277e2c38e98c009a756aaf6cb8a243bae5320", "heroku-ssl-redirect": "0.0.4" } }