Skip to content

Commit f4e5c2c

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency lint-staged to v16.2.1
1 parent 608e4ff commit f4e5c2c

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"eslint-config-airbnb-base": "15.0.0",
3030
"eslint-plugin-import": "2.32.0",
3131
"husky": "9.1.7",
32-
"lint-staged": "16.2.0"
32+
"lint-staged": "16.2.1"
3333
}
3434
}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ combined-stream@^1.0.8:
762762
dependencies:
763763
delayed-stream "~1.0.0"
764764

765-
commander@14.0.1:
765+
commander@^14.0.1:
766766
version "14.0.1"
767767
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.1.tgz#2f9225c19e6ebd0dc4404dd45821b2caa17ea09b"
768768
integrity sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==
@@ -2523,20 +2523,20 @@ lines-and-columns@^1.1.6:
25232523
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
25242524
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
25252525

2526-
lint-staged@16.2.0:
2527-
version "16.2.0"
2528-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.0.tgz#ea7157bf007bdb50d2bb0559bc91c8e77d71c84b"
2529-
integrity sha512-spdYSOCQ2MdZ9CM1/bu/kDmaYGsrpNOeu1InFFV8uhv14x6YIubGxbCpSmGILFoxkiheNQPDXSg5Sbb5ZuVnug==
2526+
lint-staged@16.2.1:
2527+
version "16.2.1"
2528+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.1.tgz#bb82da8ce10059296b220f321980f0ee1ce40c28"
2529+
integrity sha512-KMeYmH9wKvHsXdUp+z6w7HN3fHKHXwT1pSTQTYxB9kI6ekK1rlL3kLZEoXZCppRPXFK9PFW/wfQctV7XUqMrPQ==
25302530
dependencies:
2531-
commander "14.0.1"
2532-
listr2 "9.0.4"
2533-
micromatch "4.0.8"
2534-
nano-spawn "1.0.3"
2535-
pidtree "0.6.0"
2536-
string-argv "0.3.2"
2537-
yaml "2.8.1"
2531+
commander "^14.0.1"
2532+
listr2 "^9.0.4"
2533+
micromatch "^4.0.8"
2534+
nano-spawn "^1.0.3"
2535+
pidtree "^0.6.0"
2536+
string-argv "^0.3.2"
2537+
yaml "^2.8.1"
25382538

2539-
listr2@9.0.4:
2539+
listr2@^9.0.4:
25402540
version "9.0.4"
25412541
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.4.tgz#2916e633ae6e09d1a3f981172937ac1c5a8fa64f"
25422542
integrity sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==
@@ -2635,7 +2635,7 @@ meow@^12.0.1:
26352635
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
26362636
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
26372637

2638-
micromatch@4.0.8:
2638+
micromatch@^4.0.8:
26392639
version "4.0.8"
26402640
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
26412641
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -2692,7 +2692,7 @@ ms@^2.1.1:
26922692
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
26932693
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
26942694

2695-
nano-spawn@1.0.3:
2695+
nano-spawn@^1.0.3:
26962696
version "1.0.3"
26972697
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.3.tgz#ef8d89a275eebc8657e67b95fc312a6527a05b8d"
26982698
integrity sha512-jtpsQDetTnvS2Ts1fiRdci5rx0VYws5jGyC+4IYOTnIQ/wwdf6JdomlHBwqC3bJYOvaKu0C2GSZ1A60anrYpaA==
@@ -2929,7 +2929,7 @@ picomatch@^2.3.1:
29292929
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
29302930
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
29312931

2932-
pidtree@0.6.0:
2932+
pidtree@^0.6.0:
29332933
version "0.6.0"
29342934
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
29352935
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
@@ -3283,7 +3283,7 @@ stop-iteration-iterator@^1.1.0:
32833283
es-errors "^1.3.0"
32843284
internal-slot "^1.1.0"
32853285

3286-
string-argv@0.3.2:
3286+
string-argv@^0.3.2:
32873287
version "0.3.2"
32883288
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
32893289
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
@@ -3896,7 +3896,7 @@ yallist@^4.0.0:
38963896
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
38973897
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
38983898

3899-
yaml@2.8.1:
3899+
yaml@^2.8.1:
39003900
version "2.8.1"
39013901
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"
39023902
integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==

0 commit comments

Comments
 (0)