From fda32956bb59335abecaea819618e362adf56936 Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Wed, 30 Aug 2023 21:06:04 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to 2c30e0ca65545dac8d43fd2ec24390ca4eae037a --- 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 eda2be3cd..db05898c5 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.47.0", + "auspice": "github:nextstrain/auspice#8c1ea79147445040f0ac1dcdf0f511ad8d0a29da", "iso-639-1": "^2.1.15" } }, @@ -2440,8 +2440,9 @@ }, "node_modules/auspice": { "version": "2.47.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.47.0.tgz", - "integrity": "sha512-ZbgAa3wkjV+ska7uqYVIgJkjWlwChNwmAmcONr+6wu3gEWqMKhPXALdikL9TBC+RaU2m/Az+yXTONAUx1yLKLQ==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#8c1ea79147445040f0ac1dcdf0f511ad8d0a29da", + "integrity": "sha512-zmFez9ofPrVmToSON6a6EzKRY4tiukbMqgxj+aTeYSvwTjuuUp/zjRiY+gk+oEaua0V8pgGPCID8I7DC8iIukA==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9327,9 +9328,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.47.0.tgz", - "integrity": "sha512-ZbgAa3wkjV+ska7uqYVIgJkjWlwChNwmAmcONr+6wu3gEWqMKhPXALdikL9TBC+RaU2m/Az+yXTONAUx1yLKLQ==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#8c1ea79147445040f0ac1dcdf0f511ad8d0a29da", + "integrity": "sha512-zmFez9ofPrVmToSON6a6EzKRY4tiukbMqgxj+aTeYSvwTjuuUp/zjRiY+gk+oEaua0V8pgGPCID8I7DC8iIukA==", + "from": "auspice@nextstrain/auspice#8c1ea79147445040f0ac1dcdf0f511ad8d0a29da", "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 e942eaa4e..65d11f86c 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.47.0", + "auspice": "github:nextstrain/auspice#8c1ea79147445040f0ac1dcdf0f511ad8d0a29da", "iso-639-1": "^2.1.15" } }