From 4cdbfdf7cee53390b5161b0d5151f779b3dedad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:56:40 +0000 Subject: [PATCH] Bump auspice from 2.57.0 to 2.58.0 in /auspice-client Bumps [auspice](https://github.com/nextstrain/auspice) from 2.57.0 to 2.58.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.57.0...v2.58.0) --- updated-dependencies: - dependency-name: auspice dependency-type: direct:production update-type: version-update:semver-minor ... 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 0b8266eb6..b1bfcba4d 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.57.0", + "auspice": "^2.58.0", "iso-639-1": "^2.1.15" } }, @@ -2462,9 +2462,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.57.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.57.0.tgz", - "integrity": "sha512-PJg6LYaZ0SRAZHBB3SjMZ+cKLcTacEwHV5dgnFn8JdiK35IVjBzPiP5vS+/riZ09W7JdxjVR1pmUZcSZkz/c5Q==", + "version": "2.58.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.58.0.tgz", + "integrity": "sha512-JkCWYgAjrmFUApbGlg42wj8r0MW55fD/LiMg7IvGlYmKTJUyLOUzv6wXizVcLvaPeQMJr+IyUU7EOzcwyLUx4w==", "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.57.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.57.0.tgz", - "integrity": "sha512-PJg6LYaZ0SRAZHBB3SjMZ+cKLcTacEwHV5dgnFn8JdiK35IVjBzPiP5vS+/riZ09W7JdxjVR1pmUZcSZkz/c5Q==", + "version": "2.58.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.58.0.tgz", + "integrity": "sha512-JkCWYgAjrmFUApbGlg42wj8r0MW55fD/LiMg7IvGlYmKTJUyLOUzv6wXizVcLvaPeQMJr+IyUU7EOzcwyLUx4w==", "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 708fc56b1..a4880361e 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.57.0", + "auspice": "^2.58.0", "iso-639-1": "^2.1.15" } }