From 1f21670086ab817879a9b60e1a7cf5f85db31944 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:35:54 +0000 Subject: [PATCH] fix(deps): update dependency lint-staged to v17.0.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b0f0c3f..37edcc6d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@mdx-js/react": "3.1.1", "antd": "6.4.2", "clsx": "2.1.1", - "lint-staged": "17.0.4", + "lint-staged": "17.0.5", "nodejieba": "3.5.8", "react": "19.2.6", "react-dom": "19.2.6", diff --git a/yarn.lock b/yarn.lock index 18544e79..8b03251f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10420,10 +10420,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lint-staged@17.0.4: - version "17.0.4" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-17.0.4.tgz#7fecff62ab416b9ec88f3b49a53fbbc86a95f462" - integrity sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA== +lint-staged@17.0.5: + version "17.0.5" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-17.0.5.tgz#f9de89d870663eb9227557c37a1e9dde7bdafc0e" + integrity sha512-d12yC+/e8RhBjZtaxZn71FyrgU/P5e+uAPifhCLwdosQZP/zamSdKRWDC30ocVIbzDKiFG1McHc/LUgB92GIPw== dependencies: listr2 "^10.2.1" picomatch "^4.0.4"