Skip to content

Commit 1f460bd

Browse files
meta: update dependency lint-staged to v16.4.0
1 parent 166ba80 commit 1f460bd

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-react": "7.37.5",
5252
"eslint-plugin-react-hooks": "7.0.1",
5353
"husky": "9.1.7",
54-
"lint-staged": "16.3.3",
54+
"lint-staged": "16.4.0",
5555
"netlify-cli": "20.1.1",
5656
"prettier": "3.3.3",
5757
"typescript": "5.8.3"

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11954,16 +11954,16 @@ lines-and-columns@^1.1.6:
1195411954
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
1195511955
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
1195611956

11957-
lint-staged@16.3.3:
11958-
version "16.3.3"
11959-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.3.tgz#ce5c95b5623cca295f8f4251f00c0642c7e84976"
11960-
integrity sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA==
11957+
lint-staged@16.4.0:
11958+
version "16.4.0"
11959+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.4.0.tgz#a00b0e3abff59239cef6d7d9341e8f8473308e23"
11960+
integrity sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==
1196111961
dependencies:
1196211962
commander "^14.0.3"
1196311963
listr2 "^9.0.5"
11964-
micromatch "^4.0.8"
11964+
picomatch "^4.0.3"
1196511965
string-argv "^0.3.2"
11966-
tinyexec "^1.0.2"
11966+
tinyexec "^1.0.4"
1196711967
yaml "^2.8.2"
1196811968

1196911969
listhen@^1.5.6:
@@ -14452,6 +14452,11 @@ picomatch@^4.0.2:
1445214452
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
1445314453
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
1445414454

14455+
picomatch@^4.0.3:
14456+
version "4.0.3"
14457+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
14458+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
14459+
1445514460
pino-abstract-transport@^2.0.0:
1445614461
version "2.0.0"
1445714462
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
@@ -17372,10 +17377,10 @@ tinyexec@^0.3.0:
1737217377
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
1737317378
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==
1737417379

17375-
tinyexec@^1.0.2:
17376-
version "1.0.2"
17377-
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
17378-
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
17380+
tinyexec@^1.0.4:
17381+
version "1.0.4"
17382+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.4.tgz#6c60864fe1d01331b2f17c6890f535d7e5385408"
17383+
integrity sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==
1737917384

1738017385
tmp-promise@^3.0.2, tmp-promise@^3.0.3:
1738117386
version "3.0.3"

0 commit comments

Comments
 (0)