From 55c1f378dbb11d3fb853a33c9e0a8c04c69da9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:22:48 +0000 Subject: [PATCH] Bump auspice from 2.39.0 to 2.40.0 Bumps [auspice](https://github.com/nextstrain/auspice) from 2.39.0 to 2.40.0. - [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.39.0...v2.40.0) --- 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 aed7803..aad8f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.39.0", + "auspice": "2.40.0", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2141,9 +2141,9 @@ } }, "node_modules/auspice": { - "version": "2.39.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.39.0.tgz", - "integrity": "sha512-++j7ejCV41nCfrzt1ptzEiOhYlPBNnTLxOdik2b+kX2zUhGdrXI40/Zay7kNcrod+aTTuFiSvosGVoAAcehbbw==", + "version": "2.40.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.40.0.tgz", + "integrity": "sha512-9MoE14jHR46MPrSg6CA6/GUsPKV+zJzX8H2S/34KbKwKCyttPwdHOndE1tqawwa7+jMcja194iFP8EMFkExerQ==", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -10594,9 +10594,9 @@ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" }, "auspice": { - "version": "2.39.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.39.0.tgz", - "integrity": "sha512-++j7ejCV41nCfrzt1ptzEiOhYlPBNnTLxOdik2b+kX2zUhGdrXI40/Zay7kNcrod+aTTuFiSvosGVoAAcehbbw==", + "version": "2.40.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.40.0.tgz", + "integrity": "sha512-9MoE14jHR46MPrSg6CA6/GUsPKV+zJzX8H2S/34KbKwKCyttPwdHOndE1tqawwa7+jMcja194iFP8EMFkExerQ==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index a76efe7..4d3cda1 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.39.0", + "auspice": "2.40.0", "heroku-ssl-redirect": "0.0.4" } }