From 91694a98f7451adfefb38e78b53f8aadfe9ca2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:34:06 +0000 Subject: [PATCH] Bump auspice from 2.54.0 to 2.54.1 Bumps [auspice](https://github.com/nextstrain/auspice) from 2.54.0 to 2.54.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.54.0...v2.54.1) --- updated-dependencies: - dependency-name: auspice dependency-type: direct:production update-type: version-update:semver-patch ... 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 dbefd0a..2f42acb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.54.0", + "auspice": "2.54.1", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2572,9 +2572,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.54.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.54.0.tgz", - "integrity": "sha512-7JbXmNpIlV8qRNWtVEElrl9W7XkconM6vMJD9B9C3y1TIyZEaRa2aTp3tyoJQoHtmrM7kio8YORZwQI1DfRYHw==", + "version": "2.54.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.54.1.tgz", + "integrity": "sha512-h5EBQgW4jA1NISZtPV0+4TysBE4np04UZx+s9jftDWgHNH2Wl1mbI0BR5jU/XVfRHzplIBoJvmq/RqctPf4LKQ==", "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.54.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.54.0.tgz", - "integrity": "sha512-7JbXmNpIlV8qRNWtVEElrl9W7XkconM6vMJD9B9C3y1TIyZEaRa2aTp3tyoJQoHtmrM7kio8YORZwQI1DfRYHw==", + "version": "2.54.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.54.1.tgz", + "integrity": "sha512-h5EBQgW4jA1NISZtPV0+4TysBE4np04UZx+s9jftDWgHNH2Wl1mbI0BR5jU/XVfRHzplIBoJvmq/RqctPf4LKQ==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index 067339f..080431d 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.54.0", + "auspice": "2.54.1", "heroku-ssl-redirect": "0.0.4" } }