From 3282337103f9a67c25f12ec54d1ae7f8e56fe534 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 22:59:25 +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 898c300c..19144494 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": "^15.2.4", "prettier": "^2.8.8", "typescript": "^4.9.5" },