From c530f7ec34787edb27212c64da68e4bd23441b55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 12:20:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b050bf0..cd1717c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "eslint": "~7.25.0", + "eslint": "~9.0.0", "eslint-config-semistandard": "~15.0.1", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1", @@ -23,7 +23,7 @@ "eslint-plugin-promise": "~4.3.1", "eslint-plugin-standard": "~5.0.0", "husky": "^6.0.0", - "mocha": "^8.4.0", + "mocha": "^10.6.0", "nyc": "^15.1.0" } }