From 0534f4a9dd4d3ea1aa8ffae894d48480155e51a7 Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Wed, 28 Aug 2024 20:55:49 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to ff53adfc60484ffbf954043b7e553d3b53776683 --- 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 19ebc350b..4951ca5a9 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.56.1", + "auspice": "github:nextstrain/auspice#ff53adfc60484ffbf954043b7e553d3b53776683", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.56.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.56.1.tgz", - "integrity": "sha512-dnXcBePMoW2U2jc0gDdIBk8jXa9gPtIe+oKHiwiJOf1bJfBt2uRAFE+VUUOdaxe31iZlZAxnSUW7fSHsfZxGyA==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#ff53adfc60484ffbf954043b7e553d3b53776683", + "integrity": "sha512-92Dizzo+JrLYPowLzn1AOwKSQEnnTPURcKA7O27x9mDhVEsIUuDYTv7f+9/zm8LLpRP292wY7vE+U/tvO62sRA==", + "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.56.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.56.1.tgz", - "integrity": "sha512-dnXcBePMoW2U2jc0gDdIBk8jXa9gPtIe+oKHiwiJOf1bJfBt2uRAFE+VUUOdaxe31iZlZAxnSUW7fSHsfZxGyA==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#ff53adfc60484ffbf954043b7e553d3b53776683", + "integrity": "sha512-92Dizzo+JrLYPowLzn1AOwKSQEnnTPURcKA7O27x9mDhVEsIUuDYTv7f+9/zm8LLpRP292wY7vE+U/tvO62sRA==", + "from": "auspice@nextstrain/auspice#ff53adfc60484ffbf954043b7e553d3b53776683", "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 28b5381bb..692db4a0d 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.56.1", + "auspice": "github:nextstrain/auspice#ff53adfc60484ffbf954043b7e553d3b53776683", "iso-639-1": "^2.1.15" } }