Skip to content

Commit 6c461ad

Browse files
committed
chore(deps): update dependency lint-staged to ^15.2.10
1 parent ddf531d commit 6c461ad

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react": "^18.3.5",
4444
"husky": "^9.1.5",
4545
"jest": "^29.7.0",
46-
"lint-staged": "^15.2.9",
46+
"lint-staged": "^15.2.10",
4747
"react": "^18.3.1",
4848
"ts-jest": "^29.2.5",
4949
"typescript": "^5.5.4"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5288,18 +5288,18 @@ lines-and-columns@^1.1.6:
52885288
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
52895289
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
52905290

5291-
lint-staged@^15.2.9:
5292-
version "15.2.9"
5293-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.9.tgz#bf70d40b6b192df6ad756fb89822211615e0f4da"
5294-
integrity sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==
5291+
lint-staged@^15.2.10:
5292+
version "15.2.10"
5293+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.10.tgz#92ac222f802ba911897dcf23671da5bb80643cd2"
5294+
integrity sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==
52955295
dependencies:
52965296
chalk "~5.3.0"
52975297
commander "~12.1.0"
52985298
debug "~4.3.6"
52995299
execa "~8.0.1"
53005300
lilconfig "~3.1.2"
53015301
listr2 "~8.2.4"
5302-
micromatch "~4.0.7"
5302+
micromatch "~4.0.8"
53035303
pidtree "~0.6.0"
53045304
string-argv "~0.3.2"
53055305
yaml "~2.5.0"
@@ -5701,10 +5701,10 @@ micromatch@4.0.2:
57015701
braces "^3.0.1"
57025702
picomatch "^2.0.5"
57035703

5704-
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@~4.0.7:
5705-
version "4.0.7"
5706-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
5707-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
5704+
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@~4.0.8:
5705+
version "4.0.8"
5706+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5707+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
57085708
dependencies:
57095709
braces "^3.0.3"
57105710
picomatch "^2.3.1"

0 commit comments

Comments
 (0)