diff --git a/package-lock.json b/package-lock.json index 4b6e223..11bfea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.54.3", + "auspice": "2.55.0", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2572,9 +2572,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "node_modules/auspice": { - "version": "2.54.3", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.54.3.tgz", - "integrity": "sha512-HYnI+pl2+s6kEXkk2I4LIuR5ecI4Vd0GJyFrhwCVTZTS1XNxmAZKEusV4pDkxwXnTOoCX/8TjyIrO0hGXlCQeg==", + "version": "2.55.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.55.0.tgz", + "integrity": "sha512-KMg3NycBB1F3ruYUVy2kxXrkoyChVR6JfXp8D9RhOGVxt9HAYzLNYCQuHM/bQ8dpF7PR5xzbC9G76PWv/yLQNg==", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -2662,7 +2662,7 @@ "auspice": "auspice.js" }, "engines": { - "node": "^16 || ^18 || ^20", + "node": "^16 || ^18 || ^20 || ^22", "npm": "^7 || ^8 || ^9 || ^10" } }, @@ -9682,9 +9682,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.54.3", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.54.3.tgz", - "integrity": "sha512-HYnI+pl2+s6kEXkk2I4LIuR5ecI4Vd0GJyFrhwCVTZTS1XNxmAZKEusV4pDkxwXnTOoCX/8TjyIrO0hGXlCQeg==", + "version": "2.55.0", + "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.55.0.tgz", + "integrity": "sha512-KMg3NycBB1F3ruYUVy2kxXrkoyChVR6JfXp8D9RhOGVxt9HAYzLNYCQuHM/bQ8dpF7PR5xzbC9G76PWv/yLQNg==", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index ee75e9c..4d5691b 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.54.3", + "auspice": "2.55.0", "heroku-ssl-redirect": "0.0.4" } }