Skip to content

Commit efbf73d

Browse files
chore(deps): update dependency lint-staged to v16.4.0
1 parent bcd123c commit efbf73d

2 files changed

Lines changed: 8 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint": "9.39.4",
6060
"eslint-config-prettier": "10.1.8",
6161
"husky": "9.1.7",
62-
"lint-staged": "16.3.4",
62+
"lint-staged": "16.4.0",
6363
"nodemon": "3.1.14",
6464
"prettier": "3.8.1",
6565
"ts-node": "10.9.2",

yarn.lock

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ brace-expansion@^5.0.2:
867867
dependencies:
868868
balanced-match "^4.0.2"
869869

870-
braces@^3.0.3, braces@~3.0.2:
870+
braces@~3.0.2:
871871
version "3.0.3"
872872
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
873873
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -2206,14 +2206,14 @@ levn@^0.4.1:
22062206
prelude-ls "^1.2.1"
22072207
type-check "~0.4.0"
22082208

2209-
lint-staged@16.3.4:
2210-
version "16.3.4"
2211-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.4.tgz#e02284f985efe142d2b3f33e2d7e6cec5a97e410"
2212-
integrity sha512-U5bxYjQA+yeKm4+8bVlkixlDlXdqlrJJU1Rx/h2h1B/FSlt7zW2rkPcnpRHFkSyjkNX8gLXfgfYaDwWkDXbvsQ==
2209+
lint-staged@16.4.0:
2210+
version "16.4.0"
2211+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.4.0.tgz#a00b0e3abff59239cef6d7d9341e8f8473308e23"
2212+
integrity sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==
22132213
dependencies:
22142214
commander "^14.0.3"
22152215
listr2 "^9.0.5"
2216-
micromatch "^4.0.8"
2216+
picomatch "^4.0.3"
22172217
string-argv "^0.3.2"
22182218
tinyexec "^1.0.4"
22192219
yaml "^2.8.2"
@@ -2357,14 +2357,6 @@ methods@~1.1.2:
23572357
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
23582358
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
23592359

2360-
micromatch@^4.0.8:
2361-
version "4.0.8"
2362-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
2363-
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
2364-
dependencies:
2365-
braces "^3.0.3"
2366-
picomatch "^2.3.1"
2367-
23682360
mime-db@1.52.0:
23692361
version "1.52.0"
23702362
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
@@ -2665,7 +2657,7 @@ performance-now@^2.1.0:
26652657
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
26662658
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
26672659

2668-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
2660+
picomatch@^2.0.4, picomatch@^2.2.1:
26692661
version "2.3.1"
26702662
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
26712663
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

0 commit comments

Comments
 (0)