From b5903c4c917d00bb56544fd781f6b66d94a7155b Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Sat, 7 Dec 2024 00:33:46 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to ff0505c686b90bc750d0ae9f5b80eeb47ac06ba0 --- 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 881b850..ef07397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.61.2", + "auspice": "github:nextstrain/auspice#ff0505c686b90bc750d0ae9f5b80eeb47ac06ba0", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2573,8 +2573,9 @@ }, "node_modules/auspice": { "version": "2.61.2", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.2.tgz", - "integrity": "sha512-jVeUjD13RryH7WIVQPRfG7SKEbBYW9ZwW0mv9DedLL5Vpou67W7gw6tqCqhlU7imzeR7fy25dV6rN7UrlY0BrA==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#ff0505c686b90bc750d0ae9f5b80eeb47ac06ba0", + "integrity": "sha512-cfp0j0qyZZjE4DfZfLJwgiMD01RYOxtXes/5eXsjszXCUwIkPyRUuv2rpm/b4Ce9AQ7C8Lx+/22abDkcSixtlA==", + "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.61.2", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.2.tgz", - "integrity": "sha512-jVeUjD13RryH7WIVQPRfG7SKEbBYW9ZwW0mv9DedLL5Vpou67W7gw6tqCqhlU7imzeR7fy25dV6rN7UrlY0BrA==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#ff0505c686b90bc750d0ae9f5b80eeb47ac06ba0", + "integrity": "sha512-cfp0j0qyZZjE4DfZfLJwgiMD01RYOxtXes/5eXsjszXCUwIkPyRUuv2rpm/b4Ce9AQ7C8Lx+/22abDkcSixtlA==", + "from": "auspice@github:nextstrain/auspice#ff0505c686b90bc750d0ae9f5b80eeb47ac06ba0", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index 855ceb0..2308238 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.61.2", + "auspice": "github:nextstrain/auspice#ff0505c686b90bc750d0ae9f5b80eeb47ac06ba0", "heroku-ssl-redirect": "0.0.4" } }