From b9d8a9f20a47e18022ed4f2f65f1252477f50078 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 06:38:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da7bd4dfc026d..149d568b589ba 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-jest-dom": "^5.0.1", "eslint-plugin-testing-library": "^5.11.0", "ghooks": "^2.0.4", - "lint-staged": "^13.2.3", + "lint-staged": "^15.2.4", "pretty-format": "^24.0.0", "pretty-quick": "^3.1.0", "react": "^18.0.0",