From 58aa6f21a165d84ee22f00a34c31df28b2e88bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:43:49 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged from 16.1.0 to 16.1.4 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.0 to 16.1.4. - [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.0...v16.1.4) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 405915e5..7433e5f2 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "fork-ts-checker-webpack-plugin": "^9.1.0", "html-loader": "^5.1.0", "husky": "^9.1.7", - "lint-staged": "^16.1.0", + "lint-staged": "^16.1.4", "mini-css-extract-plugin": "^2.9.2", "node-loader": "^2.1.0", "npm-run-all2": "^8.0.4", diff --git a/yarn.lock b/yarn.lock index 34e2766d..837bbf71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6010,16 +6010,16 @@ 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@^16.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.0.tgz#06807ef3dbbade9e4e3416897aac0ac5b99a2377" - integrity sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ== +lint-staged@^16.1.4: + version "16.1.4" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.4.tgz#f6ff3f23b87369da6184f165abc56553b70bb988" + integrity sha512-xy7rnzQrhTVGKMpv6+bmIA3C0yET31x8OhKBYfvGo0/byeZ6E0BjGARrir3Kg/RhhYHutpsi01+2J5IpfVoueA== dependencies: chalk "^5.4.1" commander "^14.0.0" debug "^4.4.1" lilconfig "^3.1.3" - listr2 "^8.3.3" + listr2 "^9.0.1" micromatch "^4.0.8" nano-spawn "^1.0.2" pidtree "^0.6.0" @@ -6047,10 +6047,10 @@ listr2@^5.0.3: through "^2.3.8" wrap-ansi "^7.0.0" -listr2@^8.3.3: - version "8.3.3" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf" - integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ== +listr2@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.1.tgz#3cad12d81d998f8024621d9b35c969dba5da4103" + integrity sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g== dependencies: cli-truncate "^4.0.0" colorette "^2.0.20"