From 797ea69dc857b3b604e3a053e78e3fd4c3d8cade Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Wed, 5 Jun 2024 21:37:15 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to 80635614e01edeff000d1f238bc13eca9a8cb287 --- 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 40ad4c821..1c162416e 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.53.0", + "auspice": "github:nextstrain/auspice#80635614e01edeff000d1f238bc13eca9a8cb287", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.53.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.53.0.tgz", - "integrity": "sha512-wuKpCGOyrBVvEGRviIKPrv8u7UGHV3miUbdhoX7nxMbTg2kfHGFb86sG/x7p8awQa07Zz2RWW7o66QUiLp06YQ==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#80635614e01edeff000d1f238bc13eca9a8cb287", + "integrity": "sha512-bt4fUEBybja/AqIPisMA590wQcWLghD/3GNrquNm0Rv3NlZkLwCCyoPv10vlugw0GbwiQHbWq5q37UBmQ3VGbg==", + "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.53.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.53.0.tgz", - "integrity": "sha512-wuKpCGOyrBVvEGRviIKPrv8u7UGHV3miUbdhoX7nxMbTg2kfHGFb86sG/x7p8awQa07Zz2RWW7o66QUiLp06YQ==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#80635614e01edeff000d1f238bc13eca9a8cb287", + "integrity": "sha512-bt4fUEBybja/AqIPisMA590wQcWLghD/3GNrquNm0Rv3NlZkLwCCyoPv10vlugw0GbwiQHbWq5q37UBmQ3VGbg==", + "from": "auspice@nextstrain/auspice#80635614e01edeff000d1f238bc13eca9a8cb287", "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 1a75edea5..a3f10e584 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.53.0", + "auspice": "github:nextstrain/auspice#80635614e01edeff000d1f238bc13eca9a8cb287", "iso-639-1": "^2.1.15" } }