From 2460b7b7d3967ec974f6a83b8406099680f2e466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:23:34 +0000 Subject: [PATCH] Bump auspice from 2.61.1 to 2.61.2 Bumps [auspice](https://github.com/nextstrain/auspice) from 2.61.1 to 2.61.2. - [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.61.1...v2.61.2) --- 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 d819e87..881b850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.61.1", + "auspice": "2.61.2", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2572,9 +2572,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.61.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.1.tgz", - "integrity": "sha512-dtJSdk8YLcl3Nk+mPN5WvXRnvCGwJSlhCoiQlP1ERJmmXGeGfKBC0/8fjfyE41On2PksGudx7075TNF+0asAlw==", + "version": "2.61.2", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.2.tgz", + "integrity": "sha512-jVeUjD13RryH7WIVQPRfG7SKEbBYW9ZwW0mv9DedLL5Vpou67W7gw6tqCqhlU7imzeR7fy25dV6rN7UrlY0BrA==", "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.61.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.1.tgz", - "integrity": "sha512-dtJSdk8YLcl3Nk+mPN5WvXRnvCGwJSlhCoiQlP1ERJmmXGeGfKBC0/8fjfyE41On2PksGudx7075TNF+0asAlw==", + "version": "2.61.2", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.61.2.tgz", + "integrity": "sha512-jVeUjD13RryH7WIVQPRfG7SKEbBYW9ZwW0mv9DedLL5Vpou67W7gw6tqCqhlU7imzeR7fy25dV6rN7UrlY0BrA==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index 458d5ed..855ceb0 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.61.1", + "auspice": "2.61.2", "heroku-ssl-redirect": "0.0.4" } }