From f89285c3fbbadb93d999beb367ec61574417d369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:13:38 +0000 Subject: [PATCH] Bump auspice from 2.51.0 to 2.52.0 Bumps [auspice](https://github.com/nextstrain/auspice) from 2.51.0 to 2.52.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.51.0...v2.52.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 b2fdce0..d04472e 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.0", "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.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.0.tgz", + "integrity": "sha512-LGsxd4B9ChRCMAiY72XjNPWKmkgmxdhwTf46ik77rcCwwB/U8GdDJH//aAQO7jX7eM4Tw1/xGT2M5syNfMqcog==", "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.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.0.tgz", + "integrity": "sha512-LGsxd4B9ChRCMAiY72XjNPWKmkgmxdhwTf46ik77rcCwwB/U8GdDJH//aAQO7jX7eM4Tw1/xGT2M5syNfMqcog==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index ea7905c..e443179 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.0", "heroku-ssl-redirect": "0.0.4" } }