From 44e7a6f305600cfa1bcee913ab0d6f56c6714d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:34:01 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 17.1.0 to 17.2.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.1.0 to 17.2.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/v17.1.0...v17.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 0f7081f..a2b447f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "husky": "9.1.7", "jest": "30.4.2", "jest-extended": "7.0.0", - "lint-staged": "17.1.0", + "lint-staged": "17.2.0", "prettier": "3.9.5", "ts-jest": "29.4.11", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index 2e0ced2..991c71a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2903,10 +2903,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lint-staged@17.1.0: - version "17.1.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-17.1.0.tgz#2673a96468ae907d29e74977f3a382666d87df11" - integrity sha512-d7UQRu/9ZPgfu4+hu/k0wny5GEaIxo+2jb2LJqQDkE7cHRTm1HGqNUDq5UOwsGPpjpaNAFmgAsYo3TR+i9cSJw== +lint-staged@17.2.0: + version "17.2.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-17.2.0.tgz#b7676a66ea77ae4d24018c12ce9e235ed59b46b8" + integrity sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A== dependencies: picomatch "^4.0.5" string-argv "^0.3.2"