diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index 9d2b87c11..e1e5cc941 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.59.1", + "auspice": "github:nextstrain/auspice#c2284a0626bbd97ba4a2e20db899d79e693e3568", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.59.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.1.tgz", - "integrity": "sha512-JdfCQ2waAY/BPeIZ58tAUIYWwopY28FuQ3JjG+esa5fPbp5+Ovbx4rl6LqWCscohyojdxgJvJX4l8a1Av2b9ZA==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#c2284a0626bbd97ba4a2e20db899d79e693e3568", + "integrity": "sha512-UvgpPDX7baO39AxX/2z79hGd3JM/1n64zkNYeg4+0mekpLcCM6kRqr1T0Wx8r54sGZLB8eIqQrBL+qX4wR84Yg==", + "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.59.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.1.tgz", - "integrity": "sha512-JdfCQ2waAY/BPeIZ58tAUIYWwopY28FuQ3JjG+esa5fPbp5+Ovbx4rl6LqWCscohyojdxgJvJX4l8a1Av2b9ZA==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#c2284a0626bbd97ba4a2e20db899d79e693e3568", + "integrity": "sha512-UvgpPDX7baO39AxX/2z79hGd3JM/1n64zkNYeg4+0mekpLcCM6kRqr1T0Wx8r54sGZLB8eIqQrBL+qX4wR84Yg==", + "from": "auspice@github:nextstrain/auspice#c2284a0626bbd97ba4a2e20db899d79e693e3568", "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 4df2e6e06..5dc12791f 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.59.1", + "auspice": "github:nextstrain/auspice#c2284a0626bbd97ba4a2e20db899d79e693e3568", "iso-639-1": "^2.1.15" } }