From e318b24a66eebc95d232d33e0d218692085aed30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:53:45 +0000 Subject: [PATCH] Bump auspice from 2.51.0 to 2.52.1 Bumps [auspice](https://github.com/nextstrain/auspice) from 2.51.0 to 2.52.1. - [Release notes](https://github.com/nextstrain/auspice/releases) - [Changelog](https://github.com/nextstrain/auspice/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextstrain/auspice/compare/v2.51.0...v2.52.1) --- updated-dependencies: - dependency-name: auspice dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2fdce0..422b0c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.51.0", + "auspice": "2.52.1", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2572,9 +2572,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.51.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.51.0.tgz", - "integrity": "sha512-mj5M8eVENE46LHdO68d759ucWFzNni55hrjn6Ft9tBwQG/4KTS6H1stKh836uOCGyI79t5C95Gt4SHgT/UacVQ==", + "version": "2.52.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.1.tgz", + "integrity": "sha512-x8KKA29BYf4qpQcnH/ODvIl2+xPMTUHFKU8W76CBOTFa+4pEp44+DK554jllc/Edp60pl1wEx75nGhTxlnhZ4w==", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9682,9 +9682,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.51.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.51.0.tgz", - "integrity": "sha512-mj5M8eVENE46LHdO68d759ucWFzNni55hrjn6Ft9tBwQG/4KTS6H1stKh836uOCGyI79t5C95Gt4SHgT/UacVQ==", + "version": "2.52.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.1.tgz", + "integrity": "sha512-x8KKA29BYf4qpQcnH/ODvIl2+xPMTUHFKU8W76CBOTFa+4pEp44+DK554jllc/Edp60pl1wEx75nGhTxlnhZ4w==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index ea7905c..d0d97da 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.51.0", + "auspice": "2.52.1", "heroku-ssl-redirect": "0.0.4" } }