diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index 0b8266eb6..9403c5be3 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.57.0", + "auspice": "github:nextstrain/auspice#28d525e71e8a1218ff081b23efa7e18a11c92f76", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,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#28d525e71e8a1218ff081b23efa7e18a11c92f76", + "integrity": "sha512-jm3OxeBMMHJicqu0x2VyAo6PNwC9evaQ9GucVq4QfBBFPIJgKmmkovCTy3PVatNdq+hWTO/E168qbkdsjJr6fg==", + "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.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#28d525e71e8a1218ff081b23efa7e18a11c92f76", + "integrity": "sha512-jm3OxeBMMHJicqu0x2VyAo6PNwC9evaQ9GucVq4QfBBFPIJgKmmkovCTy3PVatNdq+hWTO/E168qbkdsjJr6fg==", + "from": "auspice@nextstrain/auspice#28d525e71e8a1218ff081b23efa7e18a11c92f76", "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 708fc56b1..69674dc8d 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.57.0", + "auspice": "github:nextstrain/auspice#28d525e71e8a1218ff081b23efa7e18a11c92f76", "iso-639-1": "^2.1.15" } }