From b3995f5571f1b5d2774af4c29e01b82739d61c0e Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Mon, 7 Oct 2024 21:31:09 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to 2e73bcc7ecac6c0a77a314ee1e2af591b9df118d --- 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 b1bfcba4d..02b8efdcd 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#2e73bcc7ecac6c0a77a314ee1e2af591b9df118d", "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#2e73bcc7ecac6c0a77a314ee1e2af591b9df118d", + "integrity": "sha512-ltZxWHv/TRO6MnL5micdUkGVlrDNMTeNPH33Uec5w+/S2p152QsKFm4YTMJmfGjTKDwYl0pCVZxvsNeSh+W38g==", + "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#2e73bcc7ecac6c0a77a314ee1e2af591b9df118d", + "integrity": "sha512-ltZxWHv/TRO6MnL5micdUkGVlrDNMTeNPH33Uec5w+/S2p152QsKFm4YTMJmfGjTKDwYl0pCVZxvsNeSh+W38g==", + "from": "auspice@nextstrain/auspice#2e73bcc7ecac6c0a77a314ee1e2af591b9df118d", "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..02ad8b82c 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#2e73bcc7ecac6c0a77a314ee1e2af591b9df118d", "iso-639-1": "^2.1.15" } }