From c367125563ff25d861513668886e4cafb61022da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:08:26 +0000 Subject: [PATCH] Bump auspice from 2.56.0 to 2.56.1 in /auspice-client Bumps [auspice](https://github.com/nextstrain/auspice) from 2.56.0 to 2.56.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.56.0...v2.56.1) --- updated-dependencies: - dependency-name: auspice dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auspice-client/package-lock.json | 14 +++++++------- auspice-client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index fb54a6a7f..19ebc350b 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.56.0", + "auspice": "^2.56.1", "iso-639-1": "^2.1.15" } }, @@ -2462,9 +2462,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.56.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.56.0.tgz", - "integrity": "sha512-P3372TSQne4fCcM8OpEz0cYsrxzkHMdBB65b6agH7jcwvRE8cLFNIPzQc+H5YkzAvWIX1Rg1tsUt0TYrSZEBcw==", + "version": "2.56.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.56.1.tgz", + "integrity": "sha512-dnXcBePMoW2U2jc0gDdIBk8jXa9gPtIe+oKHiwiJOf1bJfBt2uRAFE+VUUOdaxe31iZlZAxnSUW7fSHsfZxGyA==", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9374,9 +9374,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.56.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.56.0.tgz", - "integrity": "sha512-P3372TSQne4fCcM8OpEz0cYsrxzkHMdBB65b6agH7jcwvRE8cLFNIPzQc+H5YkzAvWIX1Rg1tsUt0TYrSZEBcw==", + "version": "2.56.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.56.1.tgz", + "integrity": "sha512-dnXcBePMoW2U2jc0gDdIBk8jXa9gPtIe+oKHiwiJOf1bJfBt2uRAFE+VUUOdaxe31iZlZAxnSUW7fSHsfZxGyA==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/auspice-client/package.json b/auspice-client/package.json index 9c19e97ea..28b5381bb 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.56.0", + "auspice": "^2.56.1", "iso-639-1": "^2.1.15" } }