diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index b1bfcba4d..436637f79 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.58.0", + "auspice": "github:nextstrain/auspice#cd3e9027092047684a5e74fbcf599578d335e428", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.58.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.58.0.tgz", - "integrity": "sha512-JkCWYgAjrmFUApbGlg42wj8r0MW55fD/LiMg7IvGlYmKTJUyLOUzv6wXizVcLvaPeQMJr+IyUU7EOzcwyLUx4w==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#cd3e9027092047684a5e74fbcf599578d335e428", + "integrity": "sha512-e+3xzcQwYkggr10Kd0IfEZrnBpM0reDmyE7iFeGT0csCUtk3NvOigTkz16beI4Cj6Uo9LfdzQKd/9pc9hcoRGQ==", + "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.58.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.58.0.tgz", - "integrity": "sha512-JkCWYgAjrmFUApbGlg42wj8r0MW55fD/LiMg7IvGlYmKTJUyLOUzv6wXizVcLvaPeQMJr+IyUU7EOzcwyLUx4w==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#cd3e9027092047684a5e74fbcf599578d335e428", + "integrity": "sha512-e+3xzcQwYkggr10Kd0IfEZrnBpM0reDmyE7iFeGT0csCUtk3NvOigTkz16beI4Cj6Uo9LfdzQKd/9pc9hcoRGQ==", + "from": "auspice@nextstrain/auspice#cd3e9027092047684a5e74fbcf599578d335e428", "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 a4880361e..761611c72 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.58.0", + "auspice": "github:nextstrain/auspice#cd3e9027092047684a5e74fbcf599578d335e428", "iso-639-1": "^2.1.15" } }