diff --git a/package-lock.json b/package-lock.json index 825052e2..b5213302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "commander": "^12.1.0", "config": "^3.3.12", "fastify": "^4.28.1", - "fastify-healthcheck": "^4.4.0", + "fastify-healthcheck": "^5.0.0", "fastify-metrics": "^11.0.0", "fs-extra": "^11.2.0", "handlebars": "^4.7.7", @@ -1206,14 +1206,27 @@ } }, "node_modules/@fastify/under-pressure": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@fastify/under-pressure/-/under-pressure-8.3.0.tgz", - "integrity": "sha512-ap1EePB9vHm8uQLM0nnaOeIMBLooNmAMTnccavBRwaXmu+acJFuSEQRVdMGRkW6viFDhdo5RGTcHzMBQyrucEA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@fastify/under-pressure/-/under-pressure-9.0.1.tgz", + "integrity": "sha512-aafxmJYJBgbYad4eoKwaWXtyBwoLoUCpVDahjzsvRcCjR8esm0F6s3jACWWtZqgcE498gV7fG1X4vzGt9lWw9A==", + "license": "MIT", "dependencies": { - "@fastify/error": "^3.0.0", - "fastify-plugin": "^4.0.0" + "@fastify/error": "^4.0.0", + "fastify-plugin": "^5.0.0" } }, + "node_modules/@fastify/under-pressure/node_modules/@fastify/error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.0.0.tgz", + "integrity": "sha512-OO/SA8As24JtT1usTUTKgGH7uLvhfwZPwlptRi2Dp5P4KKmJI3gvsZ8MIHnNwDs4sLf/aai5LzTyl66xr7qMxA==", + "license": "MIT" + }, + "node_modules/@fastify/under-pressure/node_modules/fastify-plugin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==", + "license": "MIT" + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -2729,14 +2742,15 @@ } }, "node_modules/fastify-healthcheck": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fastify-healthcheck/-/fastify-healthcheck-4.4.0.tgz", - "integrity": "sha512-goP2YYBp+inqrEFixZDxsoxFN8h219ZOzCFv1sMpleaxwbo5CmoLrVzrja6vCMa1LNx6aEvOcGaqLX5Oev1q/A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/fastify-healthcheck/-/fastify-healthcheck-5.0.0.tgz", + "integrity": "sha512-aFZi3VaZjfIg2kogN5uz0pYIrslkV8Fq0OICZVG2h+xy8mdWOLJlBGxyAQXlF8LwDZ+gFqeukPjqkyI61K9/Tw==", + "license": "Apache-2.0", "dependencies": { - "@fastify/under-pressure": "^8.2.0" + "@fastify/under-pressure": "^9.0.1" }, "engines": { - "node": ">=14.15.0" + "node": ">=20.9.0" } }, "node_modules/fastify-metrics": { diff --git a/package.json b/package.json index 39b62e89..8ffc4ebe 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "commander": "^12.1.0", "config": "^3.3.12", "fastify": "^4.28.1", - "fastify-healthcheck": "^4.4.0", + "fastify-healthcheck": "^5.0.0", "fastify-metrics": "^11.0.0", "fs-extra": "^11.2.0", "handlebars": "^4.7.7",