From a5d9b064003ab53a0c540cc1bbe13b22823c0eab Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:20:16 -0800 Subject: [PATCH] Revert to auspice 2.59.1 This reverts commit 04784ba7d847de8ffe7bed72e79348f77ea2474e. --- 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 b108217c4..9d2b87c11 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.60.0", + "auspice": "^2.59.1", "iso-639-1": "^2.1.15" } }, @@ -2462,9 +2462,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.60.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.60.0.tgz", - "integrity": "sha512-2kzfVOiO3h4jjKUlF8vWhyty8UBUoWVP1ES3G65C3XN/0q9xVHHyBH5xHz7KXW4i5MuoUre8xPxVgm9L7+AOxQ==", + "version": "2.59.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.1.tgz", + "integrity": "sha512-JdfCQ2waAY/BPeIZ58tAUIYWwopY28FuQ3JjG+esa5fPbp5+Ovbx4rl6LqWCscohyojdxgJvJX4l8a1Av2b9ZA==", "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.60.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.60.0.tgz", - "integrity": "sha512-2kzfVOiO3h4jjKUlF8vWhyty8UBUoWVP1ES3G65C3XN/0q9xVHHyBH5xHz7KXW4i5MuoUre8xPxVgm9L7+AOxQ==", + "version": "2.59.1", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.1.tgz", + "integrity": "sha512-JdfCQ2waAY/BPeIZ58tAUIYWwopY28FuQ3JjG+esa5fPbp5+Ovbx4rl6LqWCscohyojdxgJvJX4l8a1Av2b9ZA==", "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 fc515b302..4df2e6e06 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.60.0", + "auspice": "^2.59.1", "iso-639-1": "^2.1.15" } }