From a7d5009fa3afa5cffdeee46b1834f3ab0ba85082 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 21:09:02 +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 - 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 1084992025b..c5e19559a9b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "husky": "^0.13.2", "lerna": "2.6.0", "lerna-changelog": "^0.6.0", - "lint-staged": "^7.0.5", + "lint-staged": "^9.0.0", "meow": "^4.0.0", "multimatch": "^2.1.0", "prettier": "1.6.1",