From 612f7caf3458f8f8626e7c8c11b15023e181f417 Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Wed, 6 Nov 2024 22:20:16 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to badd8b8d79e2633bba27faa8a519ec57fcb1e23f --- auspice-client/package-lock.json | 13 +++++++------ auspice-client/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index 9d2b87c11..02bd71b23 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#badd8b8d79e2633bba27faa8a519ec57fcb1e23f", "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#badd8b8d79e2633bba27faa8a519ec57fcb1e23f", + "integrity": "sha512-R0qewa4eZjSlWmSyxXaekll80tQlNcQGXJUkpdOuinSdU4wjg/Y6riZcyz9U+H3ho8XqWJg5lr//I8wMG4YRIA==", + "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#badd8b8d79e2633bba27faa8a519ec57fcb1e23f", + "integrity": "sha512-R0qewa4eZjSlWmSyxXaekll80tQlNcQGXJUkpdOuinSdU4wjg/Y6riZcyz9U+H3ho8XqWJg5lr//I8wMG4YRIA==", + "from": "auspice@github:nextstrain/auspice#badd8b8d79e2633bba27faa8a519ec57fcb1e23f", "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..9864571e6 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#badd8b8d79e2633bba27faa8a519ec57fcb1e23f", "iso-639-1": "^2.1.15" } }