From e82594b510819b2412a6ade70df74d9d0668a848 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 13:19:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e11218f62..ceb591029 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-transformer-svg": "^2.0.1", - "lint-staged": "^13.0.3", + "lint-staged": "^15.2.4", "long": "^5.2.1", "moment": "^2.29.4", "morgan": "^1.10.0",