From efd6a69d7a52b517a51ac1310f382d09b7bbc626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:06:31 +0000 Subject: [PATCH] build(deps-dev): update lint-staged requirement from ^16.1.5 to ^16.1.6 Updates the requirements on [lint-staged](https://github.com/lint-staged/lint-staged) to permit the latest version. - [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/v16.1.5...v16.1.6) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae5d4a8..4c86b63 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "editorconfig-checker": "^6.1.0", "git-pull-run": "^1.6.2", "husky": "^9.1.7", - "lint-staged": "^16.1.5", + "lint-staged": "^16.1.6", "remark": "15.0.1", "remark-cli": "^12.0.1", "remark-lint-no-file-name-irregular-characters": "^3.0.1",