From a62c8c9663144c46b31f4662a48cac197ccfc0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:33:39 +0000 Subject: [PATCH] Bump lint-staged from 15.5.2 to 16.1.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.2 to 16.1.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.5.2...v16.1.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72dd6fa0..016188e9 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "devDependencies": { "husky": "^4.3.0", - "lint-staged": "^15.4.1" + "lint-staged": "^16.1.0" } }