diff --git a/package-lock.json b/package-lock.json index 49a8f67..c941fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.52.1", + "auspice": "2.53.0", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2572,9 +2572,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.52.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.1.tgz", - "integrity": "sha512-x8KKA29BYf4qpQcnH/ODvIl2+xPMTUHFKU8W76CBOTFa+4pEp44+DK554jllc/Edp60pl1wEx75nGhTxlnhZ4w==", + "version": "2.53.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.53.0.tgz", + "integrity": "sha512-wuKpCGOyrBVvEGRviIKPrv8u7UGHV3miUbdhoX7nxMbTg2kfHGFb86sG/x7p8awQa07Zz2RWW7o66QUiLp06YQ==", "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.52.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.52.1.tgz", - "integrity": "sha512-x8KKA29BYf4qpQcnH/ODvIl2+xPMTUHFKU8W76CBOTFa+4pEp44+DK554jllc/Edp60pl1wEx75nGhTxlnhZ4w==", + "version": "2.53.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.53.0.tgz", + "integrity": "sha512-wuKpCGOyrBVvEGRviIKPrv8u7UGHV3miUbdhoX7nxMbTg2kfHGFb86sG/x7p8awQa07Zz2RWW7o66QUiLp06YQ==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index c5f7f6a..9f9f641 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.52.1", + "auspice": "2.53.0", "heroku-ssl-redirect": "0.0.4" } }