Skip to content

Commit 7fe1801

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

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
@@ -87,7 +87,7 @@
8787
"gh-pages": "^6.3.0",
8888
"husky": "^9.1.7",
8989
"jsonc-eslint-parser": "^2.4.0",
90-
"lint-staged": "^16.1.4",
90+
"lint-staged": "^16.1.5",
9191
"lodash": "^4.17.21",
9292
"markdownlint": "^0.38.0",
9393
"markdownlint-cli": "^0.45.0",

yarn.lock

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ __metadata:
141141
gh-pages: "npm:^6.3.0"
142142
husky: "npm:^9.1.7"
143143
jsonc-eslint-parser: "npm:^2.4.0"
144-
lint-staged: "npm:^16.1.4"
144+
lint-staged: "npm:^16.1.5"
145145
lodash: "npm:^4.17.21"
146146
markdownlint: "npm:^0.38.0"
147147
markdownlint-cli: "npm:^0.45.0"
@@ -8467,6 +8467,13 @@ __metadata:
84678467
languageName: node
84688468
linkType: hard
84698469

8470+
"chalk@npm:^5.5.0":
8471+
version: 5.5.0
8472+
resolution: "chalk@npm:5.5.0"
8473+
checksum: 10c0/23063b544f7c2fe57d25ff814807de561f8adfff72e4f0051051eaa606f772586470507ccd38d89166300eeaadb0164acde8bb8a0716a0f2d56ccdf3761d5e4f
8474+
languageName: node
8475+
linkType: hard
8476+
84708477
"change-case@npm:^4.1.2":
84718478
version: 4.1.2
84728479
resolution: "change-case@npm:4.1.2"
@@ -14331,11 +14338,11 @@ __metadata:
1433114338
languageName: node
1433214339
linkType: hard
1433314340

14334-
"lint-staged@npm:^16.1.4":
14335-
version: 16.1.4
14336-
resolution: "lint-staged@npm:16.1.4"
14341+
"lint-staged@npm:^16.1.5":
14342+
version: 16.1.5
14343+
resolution: "lint-staged@npm:16.1.5"
1433714344
dependencies:
14338-
chalk: "npm:^5.4.1"
14345+
chalk: "npm:^5.5.0"
1433914346
commander: "npm:^14.0.0"
1434014347
debug: "npm:^4.4.1"
1434114348
lilconfig: "npm:^3.1.3"
@@ -14344,10 +14351,10 @@ __metadata:
1434414351
nano-spawn: "npm:^1.0.2"
1434514352
pidtree: "npm:^0.6.0"
1434614353
string-argv: "npm:^0.3.2"
14347-
yaml: "npm:^2.8.0"
14354+
yaml: "npm:^2.8.1"
1434814355
bin:
1434914356
lint-staged: bin/lint-staged.js
14350-
checksum: 10c0/dd1caa079a37598e1a8e25661f0ab387c584b83f06364e112d73fcfea3896ea920bbadbe89a7150de1bf02130efd16ce0cc8cd217e1db94570fddc93e77878ac
14357+
checksum: 10c0/771e7be871f1d74ed09ef4e4eae5f835ed962965db7709be26cccf71bef8fed34f8d5d92f193b2a6fad32c12d955850aa74008e6180fabea8a7a6666cba2ac39
1435114358
languageName: node
1435214359
linkType: hard
1435314360

@@ -21331,7 +21338,7 @@ __metadata:
2133121338
languageName: node
2133221339
linkType: hard
2133321340

21334-
"yaml@npm:^2.6.0, yaml@npm:^2.8.0":
21341+
"yaml@npm:^2.6.0":
2133521342
version: 2.8.0
2133621343
resolution: "yaml@npm:2.8.0"
2133721344
bin:
@@ -21340,6 +21347,15 @@ __metadata:
2134021347
languageName: node
2134121348
linkType: hard
2134221349

21350+
"yaml@npm:^2.8.1":
21351+
version: 2.8.1
21352+
resolution: "yaml@npm:2.8.1"
21353+
bin:
21354+
yaml: bin.mjs
21355+
checksum: 10c0/7c587be00d9303d2ae1566e03bc5bc7fe978ba0d9bf39cc418c3139d37929dfcb93a230d9749f2cb578b6aa5d9ebebc322415e4b653cb83acd8bc0bc321707f3
21356+
languageName: node
21357+
linkType: hard
21358+
2134321359
"yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1":
2134421360
version: 21.1.1
2134521361
resolution: "yargs-parser@npm:21.1.1"

0 commit comments

Comments
 (0)