diff --git a/package-lock.json b/package-lock.json index a9941d6..4b7b044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.57.0", + "auspice": "github:nextstrain/auspice#3ac61c9b2668308dbb5e88d34fc73e73d3f644bf", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2573,8 +2573,9 @@ }, "node_modules/auspice": { "version": "2.57.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.57.0.tgz", - "integrity": "sha512-PJg6LYaZ0SRAZHBB3SjMZ+cKLcTacEwHV5dgnFn8JdiK35IVjBzPiP5vS+/riZ09W7JdxjVR1pmUZcSZkz/c5Q==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#3ac61c9b2668308dbb5e88d34fc73e73d3f644bf", + "integrity": "sha512-7lheb5MOZRXEOqu8P/bofSE+tY+TIN6dYwA3wiVMmO299NBVEbuZzeOdsjDvWKQFkbXiuD1/0XWvFf4UBRpR7g==", + "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.57.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.57.0.tgz", - "integrity": "sha512-PJg6LYaZ0SRAZHBB3SjMZ+cKLcTacEwHV5dgnFn8JdiK35IVjBzPiP5vS+/riZ09W7JdxjVR1pmUZcSZkz/c5Q==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#3ac61c9b2668308dbb5e88d34fc73e73d3f644bf", + "integrity": "sha512-7lheb5MOZRXEOqu8P/bofSE+tY+TIN6dYwA3wiVMmO299NBVEbuZzeOdsjDvWKQFkbXiuD1/0XWvFf4UBRpR7g==", + "from": "auspice@nextstrain/auspice#3ac61c9b2668308dbb5e88d34fc73e73d3f644bf", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index 60cdc87..86d1747 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.57.0", + "auspice": "github:nextstrain/auspice#3ac61c9b2668308dbb5e88d34fc73e73d3f644bf", "heroku-ssl-redirect": "0.0.4" } }