From a134f33b86edc4a51a75b7cb262dc081bec026c2 Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Thu, 28 Dec 2023 01:24:53 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to 57b58a34424aa450dee7cfc07d4a279e47f3dc37 --- 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 e7376fde9..b4b475a65 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.51.0", + "auspice": "github:nextstrain/auspice#c4cbc71f9a893cfc87f58e2a8b305ef2233b7e64", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.51.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.51.0.tgz", - "integrity": "sha512-mj5M8eVENE46LHdO68d759ucWFzNni55hrjn6Ft9tBwQG/4KTS6H1stKh836uOCGyI79t5C95Gt4SHgT/UacVQ==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#c4cbc71f9a893cfc87f58e2a8b305ef2233b7e64", + "integrity": "sha512-DsNUy9bAu6AuIrJN/JJ2mDnu6R+i5qd8ZP3rwEpiylirgaEi/Y1Zhjz2AdYxM61y4NDtlgHBpcQOXwM6fnvbRQ==", + "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.51.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.51.0.tgz", - "integrity": "sha512-mj5M8eVENE46LHdO68d759ucWFzNni55hrjn6Ft9tBwQG/4KTS6H1stKh836uOCGyI79t5C95Gt4SHgT/UacVQ==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#c4cbc71f9a893cfc87f58e2a8b305ef2233b7e64", + "integrity": "sha512-DsNUy9bAu6AuIrJN/JJ2mDnu6R+i5qd8ZP3rwEpiylirgaEi/Y1Zhjz2AdYxM61y4NDtlgHBpcQOXwM6fnvbRQ==", + "from": "auspice@nextstrain/auspice#c4cbc71f9a893cfc87f58e2a8b305ef2233b7e64", "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 f5a774127..652c56ea3 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.51.0", + "auspice": "github:nextstrain/auspice#c4cbc71f9a893cfc87f58e2a8b305ef2233b7e64", "iso-639-1": "^2.1.15" } }