diff --git a/package.json b/package.json index c1c26c1..8c39a86 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "^8.43.0", "eslint-plugin-github": "^4.8.0", "husky": "^8.0.0", - "lint-staged": "^14.0.0", + "lint-staged": "^14.0.1", "prettier": "^2.8.8", "typescript": "5.0.4" } diff --git a/yarn.lock b/yarn.lock index 8f95b9e..2a009e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2056,10 +2056,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@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.0.tgz#81a06f1a265854070dc4c9ace0978bb12d4b17c3" - integrity sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA== +lint-staged@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.1.tgz#57dfa3013a3d60762d9af5d9c83bdb51291a6232" + integrity sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw== dependencies: chalk "5.3.0" commander "11.0.0"