Skip to content

Commit 3ed1135

Browse files
chore(deps): update dependency lint-staged to v16.3.0
1 parent 5f659fc commit 3ed1135

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"jest": "30.2.0",
5353
"jest-docblock": "30.2.0",
5454
"jest-junit": "16.0.0",
55-
"lint-staged": "16.2.7",
55+
"lint-staged": "16.3.0",
5656
"patch-package": "8.0.1",
5757
"prettier": "3.6.2",
5858
"rimraf": "6.1.3",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3762,7 +3762,7 @@ colorette@^2.0.16, colorette@^2.0.20:
37623762
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
37633763
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
37643764

3765-
commander@^14.0.2:
3765+
commander@^14.0.3:
37663766
version "14.0.3"
37673767
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2"
37683768
integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==
@@ -6046,18 +6046,18 @@ lines-and-columns@^1.1.6:
60466046
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
60476047
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
60486048

6049-
lint-staged@16.2.7:
6050-
version "16.2.7"
6051-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz#c4a635960c17b52fe774f1f40aee8ce1bd86531f"
6052-
integrity sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==
6049+
lint-staged@16.3.0:
6050+
version "16.3.0"
6051+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.0.tgz#6907226b6a925406d504264c22c62c490e44aefe"
6052+
integrity sha512-YVHHy/p6U4/No9Af+35JLh3umJ9dPQnGTvNCbfO/T5fC60us0jFnc+vw33cqveI+kqxIFJQakcMVTO2KM+653A==
60536053
dependencies:
6054-
commander "^14.0.2"
6054+
commander "^14.0.3"
60556055
listr2 "^9.0.5"
60566056
micromatch "^4.0.8"
60576057
nano-spawn "^2.0.0"
6058-
pidtree "^0.6.0"
60596058
string-argv "^0.3.2"
6060-
yaml "^2.8.1"
6059+
tinyexec "^1.0.2"
6060+
yaml "^2.8.2"
60616061

60626062
listr2@^4.0.5:
60636063
version "4.0.5"
@@ -6784,11 +6784,6 @@ picomatch@^4.0.2, picomatch@^4.0.3:
67846784
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
67856785
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
67866786

6787-
pidtree@^0.6.0:
6788-
version "0.6.0"
6789-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
6790-
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
6791-
67926787
pify@^4.0.1:
67936788
version "4.0.1"
67946789
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -7645,6 +7640,11 @@ through@^2.3.6, through@^2.3.8:
76457640
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
76467641
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
76477642

7643+
tinyexec@^1.0.2:
7644+
version "1.0.2"
7645+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
7646+
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
7647+
76487648
tinyglobby@^0.2.15:
76497649
version "0.2.15"
76507650
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
@@ -8230,7 +8230,7 @@ yaml@^1.10.0, yaml@^1.10.2:
82308230
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
82318231
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
82328232

8233-
yaml@^2.2.2, yaml@^2.8.1:
8233+
yaml@^2.2.2, yaml@^2.8.2:
82348234
version "2.8.2"
82358235
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.2.tgz#5694f25eca0ce9c3e7a9d9e00ce0ddabbd9e35c5"
82368236
integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==

0 commit comments

Comments
 (0)