From 4fbd040f8cd7d06eb4130111e830cc1bca589096 Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Wed, 28 Aug 2024 02:11:31 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to 53a5e41360b21f340b3fa8af164dc527fb739fad --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9eabc0e..1672191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.56.1", + "auspice": "github:nextstrain/auspice#53a5e41360b21f340b3fa8af164dc527fb739fad", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2573,8 +2573,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#53a5e41360b21f340b3fa8af164dc527fb739fad", + "integrity": "sha512-7grIjJ53KpDyXQDH/5z+3+UlRwR1ZhlFoFGmyfRHellfLa5oSGCngx43mNyLwLD5SUMYlmC9lBtQGCYGBO9BpQ==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9682,9 +9683,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#53a5e41360b21f340b3fa8af164dc527fb739fad", + "integrity": "sha512-7grIjJ53KpDyXQDH/5z+3+UlRwR1ZhlFoFGmyfRHellfLa5oSGCngx43mNyLwLD5SUMYlmC9lBtQGCYGBO9BpQ==", + "from": "auspice@nextstrain/auspice#53a5e41360b21f340b3fa8af164dc527fb739fad", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index f2bfe95..b9b8eee 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "develop": "auspice develop --verbose --extend ./auspice_client_customisation/config.json --handlers ./server/handlers.js" }, "dependencies": { - "auspice": "2.56.1", + "auspice": "github:nextstrain/auspice#53a5e41360b21f340b3fa8af164dc527fb739fad", "heroku-ssl-redirect": "0.0.4" } }