From 9c1e5008eb5667a772d3b733eeef1da38701d9c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 05:53:23 +0000 Subject: [PATCH] fix(deps): update dependency lint-staged to v15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4150608..497781b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "husky": "^8.0.3", "lerna": "^7.0.0", - "lint-staged": "^13.2.0", + "lint-staged": "^15.0.0", "prettier": "^2.8.4", "tsbb": "^4.1.5" }