From f9af32ca0b1378b0c935ea8695d5f1f2ee8ba2d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 05:29:54 +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 898c300c..b8b46e6f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.18.0", "eslint-plugin-import": "^2.29.1", - "lint-staged": "^13.3.0", + "lint-staged": "^16.0.0", "prettier": "^2.8.8", "typescript": "^4.9.5" },