From 675800222620b08877f4b6cfe5212696be85fcb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jan 2025 02:00:53 +0000 Subject: [PATCH] fix: upgrade n-health from 13.0.0 to 13.1.4 Snyk has created this PR to upgrade n-health from 13.0.0 to 13.1.4. See this package in npm: n-health See this project in Snyk: https://app.snyk.io/org/asugar13/project/d976477e-22c7-4d22-82e9-6b3003dda604?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 49 +++++++++++------------------------------------ package.json | 2 +- 2 files changed, 12 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44590fe8..216f4c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.35", "n-eager-fetch": "6.0.0", - "n-health": "13.0.0", + "n-health": "^13.1.4", "nforce": "^1.7.0", "node-schedule": "^1.2.5", "node-slack": "^0.0.7", @@ -1791,22 +1791,6 @@ } ] }, - "node_modules/@financial-times/n-express/node_modules/n-health": { - "version": "13.1.3", - "resolved": "https://registry.npmjs.org/n-health/-/n-health-13.1.3.tgz", - "integrity": "sha512-sqSxJnxZ0QZqFDWjMIUuPepQI2K9QcmU1uiOE6cfoktKhZ9kyAlPjNUmUZnHRP3z0IkrwBZYRcdcm4DUc/RJpQ==", - "dependencies": { - "@aws-sdk/client-cloudwatch": "^3.670.0", - "@dotcom-reliability-kit/logger": "^3.0.3", - "fetchres": "^1.5.1", - "ms": "^2.0.0", - "node-fetch": "^2.6.7" - }, - "engines": { - "node": "18.x || 20.x || 22.x", - "npm": "8.x || 9.x || 10.x" - } - }, "node_modules/@financial-times/n-express/node_modules/pino": { "version": "9.4.0", "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz", @@ -10241,18 +10225,19 @@ } }, "node_modules/n-health": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/n-health/-/n-health-13.0.0.tgz", - "integrity": "sha512-mR3y9Zau12UjvI7Nr2CGv2g1kVECqrXbEUmURbX7XZi07iGKpwBpipn+3nQnwg3CEXbp0UHg7MLvpxYAAotdxg==", + "version": "13.1.4", + "resolved": "https://registry.npmjs.org/n-health/-/n-health-13.1.4.tgz", + "integrity": "sha512-gEL2TOh1PFKZT7vhefPWeaqQ++S77oJqtQglNLWPeCnyLxo4JbDt/d1Yj6YmEKq4tWfD470dOlaBG5qP0awk5Q==", + "license": "MIT", "dependencies": { + "@aws-sdk/client-cloudwatch": "^3.670.0", "@dotcom-reliability-kit/logger": "^3.0.3", - "aws-sdk": "^2.6.10", "fetchres": "^1.5.1", "ms": "^2.0.0", "node-fetch": "^2.6.7" }, "engines": { - "node": "18.x || 20.x", + "node": "18.x || 20.x || 22.x", "npm": "8.x || 9.x || 10.x" } }, @@ -22088,18 +22073,6 @@ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" }, - "n-health": { - "version": "13.1.3", - "resolved": "https://registry.npmjs.org/n-health/-/n-health-13.1.3.tgz", - "integrity": "sha512-sqSxJnxZ0QZqFDWjMIUuPepQI2K9QcmU1uiOE6cfoktKhZ9kyAlPjNUmUZnHRP3z0IkrwBZYRcdcm4DUc/RJpQ==", - "requires": { - "@aws-sdk/client-cloudwatch": "^3.670.0", - "@dotcom-reliability-kit/logger": "^3.0.3", - "fetchres": "^1.5.1", - "ms": "^2.0.0", - "node-fetch": "^2.6.7" - } - }, "pino": { "version": "9.4.0", "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz", @@ -28747,12 +28720,12 @@ } }, "n-health": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/n-health/-/n-health-13.0.0.tgz", - "integrity": "sha512-mR3y9Zau12UjvI7Nr2CGv2g1kVECqrXbEUmURbX7XZi07iGKpwBpipn+3nQnwg3CEXbp0UHg7MLvpxYAAotdxg==", + "version": "13.1.4", + "resolved": "https://registry.npmjs.org/n-health/-/n-health-13.1.4.tgz", + "integrity": "sha512-gEL2TOh1PFKZT7vhefPWeaqQ++S77oJqtQglNLWPeCnyLxo4JbDt/d1Yj6YmEKq4tWfD470dOlaBG5qP0awk5Q==", "requires": { + "@aws-sdk/client-cloudwatch": "^3.670.0", "@dotcom-reliability-kit/logger": "^3.0.3", - "aws-sdk": "^2.6.10", "fetchres": "^1.5.1", "ms": "^2.0.0", "node-fetch": "^2.6.7" diff --git a/package.json b/package.json index a73109a8..7f10ae1f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.35", "n-eager-fetch": "6.0.0", - "n-health": "13.0.0", + "n-health": "13.1.4", "nforce": "^1.7.0", "node-schedule": "^1.2.5", "node-slack": "^0.0.7",