Skip to content

Commit 56581b0

Browse files
chore(deps): update dependency lint-staged to ^16.1.5 (#4121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22d7867 commit 56581b0

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"gh-pages": "^6.3.0",
9090
"husky": "^9.1.7",
9191
"jsonc-eslint-parser": "^2.4.0",
92-
"lint-staged": "^16.1.4",
92+
"lint-staged": "^16.1.5",
9393
"lodash": "^4.17.21",
9494
"markdownlint": "^0.38.0",
9595
"markdownlint-cli": "^0.45.0",

yarn.lock

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ __metadata:
143143
gh-pages: "npm:^6.3.0"
144144
husky: "npm:^9.1.7"
145145
jsonc-eslint-parser: "npm:^2.4.0"
146-
lint-staged: "npm:^16.1.4"
146+
lint-staged: "npm:^16.1.5"
147147
lodash: "npm:^4.17.21"
148148
markdownlint: "npm:^0.38.0"
149149
markdownlint-cli: "npm:^0.45.0"
@@ -8454,6 +8454,13 @@ __metadata:
84548454
languageName: node
84558455
linkType: hard
84568456

8457+
"chalk@npm:^5.5.0":
8458+
version: 5.5.0
8459+
resolution: "chalk@npm:5.5.0"
8460+
checksum: 10c0/23063b544f7c2fe57d25ff814807de561f8adfff72e4f0051051eaa606f772586470507ccd38d89166300eeaadb0164acde8bb8a0716a0f2d56ccdf3761d5e4f
8461+
languageName: node
8462+
linkType: hard
8463+
84578464
"change-case@npm:^4.1.2":
84588465
version: 4.1.2
84598466
resolution: "change-case@npm:4.1.2"
@@ -14329,11 +14336,11 @@ __metadata:
1432914336
languageName: node
1433014337
linkType: hard
1433114338

14332-
"lint-staged@npm:^16.1.4":
14333-
version: 16.1.4
14334-
resolution: "lint-staged@npm:16.1.4"
14339+
"lint-staged@npm:^16.1.5":
14340+
version: 16.1.5
14341+
resolution: "lint-staged@npm:16.1.5"
1433514342
dependencies:
14336-
chalk: "npm:^5.4.1"
14343+
chalk: "npm:^5.5.0"
1433714344
commander: "npm:^14.0.0"
1433814345
debug: "npm:^4.4.1"
1433914346
lilconfig: "npm:^3.1.3"
@@ -14342,10 +14349,10 @@ __metadata:
1434214349
nano-spawn: "npm:^1.0.2"
1434314350
pidtree: "npm:^0.6.0"
1434414351
string-argv: "npm:^0.3.2"
14345-
yaml: "npm:^2.8.0"
14352+
yaml: "npm:^2.8.1"
1434614353
bin:
1434714354
lint-staged: bin/lint-staged.js
14348-
checksum: 10c0/dd1caa079a37598e1a8e25661f0ab387c584b83f06364e112d73fcfea3896ea920bbadbe89a7150de1bf02130efd16ce0cc8cd217e1db94570fddc93e77878ac
14355+
checksum: 10c0/771e7be871f1d74ed09ef4e4eae5f835ed962965db7709be26cccf71bef8fed34f8d5d92f193b2a6fad32c12d955850aa74008e6180fabea8a7a6666cba2ac39
1434914356
languageName: node
1435014357
linkType: hard
1435114358

@@ -21311,7 +21318,7 @@ __metadata:
2131121318
languageName: node
2131221319
linkType: hard
2131321320

21314-
"yaml@npm:^2.6.0, yaml@npm:^2.8.0":
21321+
"yaml@npm:^2.6.0":
2131521322
version: 2.8.0
2131621323
resolution: "yaml@npm:2.8.0"
2131721324
bin:
@@ -21320,6 +21327,15 @@ __metadata:
2132021327
languageName: node
2132121328
linkType: hard
2132221329

21330+
"yaml@npm:^2.8.1":
21331+
version: 2.8.1
21332+
resolution: "yaml@npm:2.8.1"
21333+
bin:
21334+
yaml: bin.mjs
21335+
checksum: 10c0/7c587be00d9303d2ae1566e03bc5bc7fe978ba0d9bf39cc418c3139d37929dfcb93a230d9749f2cb578b6aa5d9ebebc322415e4b653cb83acd8bc0bc321707f3
21336+
languageName: node
21337+
linkType: hard
21338+
2132321339
"yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1":
2132421340
version: 21.1.1
2132521341
resolution: "yargs-parser@npm:21.1.1"

0 commit comments

Comments
 (0)