From 9efe47257922e234ab70a7989e56ccfe8a164cd2 Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Tue, 22 Oct 2024 22:09:48 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to 08e6216a2c581a9a59b629ea5ca8f44f92df246d --- 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 b736ddedc..de51959df 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.59.0", + "auspice": "github:nextstrain/auspice#08e6216a2c581a9a59b629ea5ca8f44f92df246d", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.59.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.0.tgz", - "integrity": "sha512-CXzBm2L+EFE8J6qVZZhvWHZtKeF6skPasaNGRj2WuzUAETcSgaZxZGJlsTctw+pf25OUkVo78w+X1KewdysvKw==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#08e6216a2c581a9a59b629ea5ca8f44f92df246d", + "integrity": "sha512-+NOdlh1BBxF+/GJ+yFPK9Yq8sVPk797lK/o6MOvk5qSMu5BdDION9895lym02P2wycHzQyKa9HDCrSRZOpeJRA==", + "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.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.0.tgz", - "integrity": "sha512-CXzBm2L+EFE8J6qVZZhvWHZtKeF6skPasaNGRj2WuzUAETcSgaZxZGJlsTctw+pf25OUkVo78w+X1KewdysvKw==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#08e6216a2c581a9a59b629ea5ca8f44f92df246d", + "integrity": "sha512-+NOdlh1BBxF+/GJ+yFPK9Yq8sVPk797lK/o6MOvk5qSMu5BdDION9895lym02P2wycHzQyKa9HDCrSRZOpeJRA==", + "from": "auspice@github:nextstrain/auspice#08e6216a2c581a9a59b629ea5ca8f44f92df246d", "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 7d81aa743..979268acd 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.59.0", + "auspice": "github:nextstrain/auspice#08e6216a2c581a9a59b629ea5ca8f44f92df246d", "iso-639-1": "^2.1.15" } }