From 5805c75d4250d26b01957226ecf46e62790b5414 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 06:04:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e24b0f..c696814 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "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", "prettier": "^2.2.1",