From 3fd53b755ec883be8f119c747f0b04130741e456 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 23 Feb 2024 15:28:10 +0100 Subject: [PATCH] chore: Upgrade` lint-staged` to v13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49f1c323..1712d70f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "git-list-updated": "^1.2.1", "github-release-from-cc-changelog": "^2.3.0", "husky": "^4.3.8", - "lint-staged": "^12.5.0", + "lint-staged": "~13.2.3", "nyc": "^15.1.0", "plain-promise": "^0.1.1", "prettier-elastic": "^2.8.8",