From 68b844ecefb6c26c0fdaa17d3d8b8fa02e5eb0d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 May 2025 04:53: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 0f09028..9b78cc8 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-config-next": "^13.4.13", "eslint-plugin-tailwindcss": "^3.13.0", "husky": "^8.0.3", - "lint-staged": "^13.2.3", + "lint-staged": "^16.0.0", "postcss": "^8.4.31", "postcss-import": "^15.1.0", "prettier": "^2.8.8",