From 33cb0fff041a00972bd2eea67dd6ad33457da180 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 12:27:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e24b0f..da2e721 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", - "husky": "^1.1.2", + "husky": "^4.0.0", "lint-staged": "^12.4.1", - "mocha": "^9.1.3", + "mocha": "^10.6.0", "prettier": "^2.2.1", "sinon": "^12.0.1", "sinon-chai": "^3.7.0"