Skip to content

Commit ff1e553

Browse files
chore(deps): update dependency lint-staged to v15.2.10 (#552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18844a8 commit ff1e553

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"husky": "9.1.5",
100100
"jest": "29.7.0",
101101
"jest-environment-jsdom": "29.7.0",
102-
"lint-staged": "15.2.9",
102+
"lint-staged": "15.2.10",
103103
"next-sitemap": "4.2.3",
104104
"postcss-preset-mantine": "1.17.0",
105105
"prettier": "3.3.3",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9395,18 +9395,18 @@ lines-and-columns@^1.1.6:
93959395
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz"
93969396
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
93979397

9398-
lint-staged@15.2.9:
9399-
version "15.2.9"
9400-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.9.tgz#bf70d40b6b192df6ad756fb89822211615e0f4da"
9401-
integrity sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==
9398+
lint-staged@15.2.10:
9399+
version "15.2.10"
9400+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.10.tgz#92ac222f802ba911897dcf23671da5bb80643cd2"
9401+
integrity sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==
94029402
dependencies:
94039403
chalk "~5.3.0"
94049404
commander "~12.1.0"
94059405
debug "~4.3.6"
94069406
execa "~8.0.1"
94079407
lilconfig "~3.1.2"
94089408
listr2 "~8.2.4"
9409-
micromatch "~4.0.7"
9409+
micromatch "~4.0.8"
94109410
pidtree "~0.6.0"
94119411
string-argv "~0.3.2"
94129412
yaml "~2.5.0"
@@ -9640,14 +9640,22 @@ micromatch@^4.0.2, micromatch@^4.0.4:
96409640
braces "^3.0.2"
96419641
picomatch "^2.3.1"
96429642

9643-
micromatch@^4.0.7, micromatch@~4.0.7:
9643+
micromatch@^4.0.7:
96449644
version "4.0.7"
96459645
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
96469646
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
96479647
dependencies:
96489648
braces "^3.0.3"
96499649
picomatch "^2.3.1"
96509650

9651+
micromatch@~4.0.8:
9652+
version "4.0.8"
9653+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
9654+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
9655+
dependencies:
9656+
braces "^3.0.3"
9657+
picomatch "^2.3.1"
9658+
96519659
mime-db@1.52.0:
96529660
version "1.52.0"
96539661
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz"

0 commit comments

Comments
 (0)