From 0546a26aceec8f6ba10c4204262457970264969a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 22:34:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0003117..266e402 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/nodeshift-starters/nodejs-health-check", "devDependencies": { - "eslint": "^8.22.0", + "eslint": "^9.0.0", "eslint-config-semistandard": "^17.0.0", "mocha": "^10.1.0", "nodeshift": "~8.7.0",