From 8470cb510b64e493a300ddc33acf7f531564b79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:44:00 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 16.3.1 to 16.3.2 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.3.1 to 16.3.2. - [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.3.1...v16.3.2) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f30b418..557b1592 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-prettier": "^10.1.8", "gh-pages": "^6.3.0", "husky": "^9.1.7", - "lint-staged": "^16.3.1", + "lint-staged": "^16.3.2", "prettier": "^3.8.1", "typescript": "5.9.3" }, diff --git a/yarn.lock b/yarn.lock index 096a388b..373bf9eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4181,10 +4181,10 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" -lint-staged@^16.3.1: - version "16.3.1" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.1.tgz#ab153ee630f0e07fa35d13992af79f42cc2e67a6" - integrity sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q== +lint-staged@^16.3.2: + version "16.3.2" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.2.tgz#378b48c6c340d42eefcc8d13d198b61a562e63a9" + integrity sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg== dependencies: commander "^14.0.3" listr2 "^9.0.5"