Skip to content

Commit aea5662

Browse files
committed
⬆️ deps: Upgrade dependency lint-staged to v15.2.10.
1 parent 1e63d43 commit aea5662

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
@@ -100,7 +100,7 @@
100100
"esdoc-standard-plugin": "1.0.0",
101101
"fixpack": "4.0.0",
102102
"husky": "9.1.5",
103-
"lint-staged": "15.2.9",
103+
"lint-staged": "15.2.10",
104104
"np": "10.0.7",
105105
"npm-run-all2": "6.2.2",
106106
"pinst": "3.0.0",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6640,18 +6640,18 @@ lines-and-columns@^1.1.6:
66406640
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
66416641
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
66426642

6643-
6644-
version "15.2.9"
6645-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.9.tgz#bf70d40b6b192df6ad756fb89822211615e0f4da"
6646-
integrity sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==
6643+
6644+
version "15.2.10"
6645+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.10.tgz#92ac222f802ba911897dcf23671da5bb80643cd2"
6646+
integrity sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==
66476647
dependencies:
66486648
chalk "~5.3.0"
66496649
commander "~12.1.0"
66506650
debug "~4.3.6"
66516651
execa "~8.0.1"
66526652
lilconfig "~3.1.2"
66536653
listr2 "~8.2.4"
6654-
micromatch "~4.0.7"
6654+
micromatch "~4.0.8"
66556655
pidtree "~0.6.0"
66566656
string-argv "~0.3.2"
66576657
yaml "~2.5.0"
@@ -7081,14 +7081,22 @@ micromatch@^4.0.4:
70817081
braces "^3.0.1"
70827082
picomatch "^2.2.3"
70837083

7084-
micromatch@^4.0.7, micromatch@~4.0.7:
7084+
micromatch@^4.0.7:
70857085
version "4.0.7"
70867086
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
70877087
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
70887088
dependencies:
70897089
braces "^3.0.3"
70907090
picomatch "^2.3.1"
70917091

7092+
micromatch@~4.0.8:
7093+
version "4.0.8"
7094+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
7095+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
7096+
dependencies:
7097+
braces "^3.0.3"
7098+
picomatch "^2.3.1"
7099+
70927100
70937101
version "1.51.0"
70947102
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"

0 commit comments

Comments
 (0)