Skip to content

Commit d44fc54

Browse files
chore(deps): update dependency markdownlint-cli to v0.46.0
1 parent 9d75fc8 commit d44fc54

File tree

2 files changed

+31
-39
lines changed

2 files changed

+31
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lint-staged": "16.2.7",
9292
"lodash": "4.17.21",
9393
"markdownlint": "0.40.0",
94-
"markdownlint-cli": "0.45.0",
94+
"markdownlint-cli": "0.46.0",
9595
"npm-registry-fetch": "19.1.1",
9696
"nunjucks": "3.2.4",
9797
"nx": "21.6.10",

yarn.lock

Lines changed: 30 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ __metadata:
136136
lint-staged: "npm:16.2.7"
137137
lodash: "npm:4.17.21"
138138
markdownlint: "npm:0.40.0"
139-
markdownlint-cli: "npm:0.45.0"
139+
markdownlint-cli: "npm:0.46.0"
140140
npm-registry-fetch: "npm:19.1.1"
141141
nunjucks: "npm:3.2.4"
142142
nx: "npm:21.6.10"
@@ -8720,7 +8720,7 @@ __metadata:
87208720
languageName: node
87218721
linkType: hard
87228722

8723-
"commander@npm:, commander@npm:^14.0.2":
8723+
"commander@npm:, commander@npm:^14.0.2, commander@npm:~14.0.2":
87248724
version: 14.0.2
87258725
resolution: "commander@npm:14.0.2"
87268726
checksum: 10c0/245abd1349dbad5414cb6517b7b5c584895c02c4f7836ff5395f301192b8566f9796c82d7bd6c92d07eba8775fe4df86602fca5d86d8d10bcc2aded1e21c2aeb
@@ -8741,7 +8741,7 @@ __metadata:
87418741
languageName: node
87428742
linkType: hard
87438743

8744-
"commander@npm:^13.0.0, commander@npm:^13.1.0, commander@npm:~13.1.0":
8744+
"commander@npm:^13.0.0, commander@npm:^13.1.0":
87458745
version: 13.1.0
87468746
resolution: "commander@npm:13.1.0"
87478747
checksum: 10c0/7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164
@@ -9436,7 +9436,7 @@ __metadata:
94369436
languageName: node
94379437
linkType: hard
94389438

9439-
"deep-extend@npm:^0.6.0":
9439+
"deep-extend@npm:^0.6.0, deep-extend@npm:~0.6.0":
94409440
version: 0.6.0
94419441
resolution: "deep-extend@npm:0.6.0"
94429442
checksum: 10c0/1c6b0abcdb901e13a44c7d699116d3d4279fdb261983122a3783e7273844d5f2537dc2e1c454a23fcf645917f93fbf8d07101c1d03c015a87faa662755212566
@@ -11587,7 +11587,7 @@ __metadata:
1158711587
languageName: node
1158811588
linkType: hard
1158911589

11590-
"glob@npm:^11.0.3, glob@npm:~11.0.2":
11590+
"glob@npm:^11.0.3":
1159111591
version: 11.0.3
1159211592
resolution: "glob@npm:11.0.3"
1159311593
dependencies:
@@ -12141,7 +12141,7 @@ __metadata:
1214112141
languageName: node
1214212142
linkType: hard
1214312143

12144-
"ignore@npm:^7.0.3, ignore@npm:^7.0.5, ignore@npm:~7.0.4":
12144+
"ignore@npm:^7.0.3, ignore@npm:^7.0.5, ignore@npm:~7.0.5":
1214512145
version: 7.0.5
1214612146
resolution: "ignore@npm:7.0.5"
1214712147
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
@@ -13661,7 +13661,7 @@ __metadata:
1366113661
languageName: node
1366213662
linkType: hard
1366313663

13664-
"js-yaml@npm:^4.1.0, js-yaml@npm:~4.1.0":
13664+
"js-yaml@npm:^4.1.0":
1366513665
version: 4.1.0
1366613666
resolution: "js-yaml@npm:4.1.0"
1366713667
dependencies:
@@ -13672,7 +13672,7 @@ __metadata:
1367213672
languageName: node
1367313673
linkType: hard
1367413674

13675-
"js-yaml@npm:^4.1.1":
13675+
"js-yaml@npm:^4.1.1, js-yaml@npm:~4.1.1":
1367613676
version: 4.1.1
1367713677
resolution: "js-yaml@npm:4.1.1"
1367813678
dependencies:
@@ -14453,24 +14453,25 @@ __metadata:
1445314453
languageName: node
1445414454
linkType: hard
1445514455

14456-
"markdownlint-cli@npm:0.45.0":
14457-
version: 0.45.0
14458-
resolution: "markdownlint-cli@npm:0.45.0"
14456+
"markdownlint-cli@npm:0.46.0":
14457+
version: 0.46.0
14458+
resolution: "markdownlint-cli@npm:0.46.0"
1445914459
dependencies:
14460-
commander: "npm:~13.1.0"
14461-
glob: "npm:~11.0.2"
14462-
ignore: "npm:~7.0.4"
14463-
js-yaml: "npm:~4.1.0"
14460+
commander: "npm:~14.0.2"
14461+
deep-extend: "npm:~0.6.0"
14462+
ignore: "npm:~7.0.5"
14463+
js-yaml: "npm:~4.1.1"
1446414464
jsonc-parser: "npm:~3.3.1"
1446514465
jsonpointer: "npm:~5.0.1"
1446614466
markdown-it: "npm:~14.1.0"
14467-
markdownlint: "npm:~0.38.0"
14468-
minimatch: "npm:~10.0.1"
14467+
markdownlint: "npm:~0.39.0"
14468+
minimatch: "npm:~10.1.1"
1446914469
run-con: "npm:~1.3.2"
14470-
smol-toml: "npm:~1.3.4"
14470+
smol-toml: "npm:~1.5.2"
14471+
tinyglobby: "npm:~0.2.15"
1447114472
bin:
1447214473
markdownlint: markdownlint.js
14473-
checksum: 10c0/2e2126f4fee193574f8ad8ffaa3eb95dcee99b164c8b785e3e2d3c85f6a374b103edf7e173c6a208e750bda12eb1358b7cd0be78c7b0638a0dca3dc6df8eb1e4
14474+
checksum: 10c0/cd6d7a9e84bbf02e768dffa3b695f61d24709e8c036ed46ee6fdccd747e6adc5f0e3839e378319f2195ee8fb117f358b9ea7f0c00203e48a9e54829ea5223d68
1447414475
languageName: node
1447514476
linkType: hard
1447614477

@@ -14491,9 +14492,9 @@ __metadata:
1449114492
languageName: node
1449214493
linkType: hard
1449314494

14494-
"markdownlint@npm:~0.38.0":
14495-
version: 0.38.0
14496-
resolution: "markdownlint@npm:0.38.0"
14495+
"markdownlint@npm:~0.39.0":
14496+
version: 0.39.0
14497+
resolution: "markdownlint@npm:0.39.0"
1449714498
dependencies:
1449814499
micromark: "npm:4.0.2"
1449914500
micromark-core-commonmark: "npm:2.0.3"
@@ -14503,7 +14504,7 @@ __metadata:
1450314504
micromark-extension-gfm-table: "npm:2.1.1"
1450414505
micromark-extension-math: "npm:3.1.0"
1450514506
micromark-util-types: "npm:2.0.2"
14506-
checksum: 10c0/8937dd91e1e107cb3e079447ca465c7877097762bfe692c76db3629b054954583c7b703cf747370af0edf0263130a8c2f8ff6e9297f5ee722c27aa51d2a69f33
14507+
checksum: 10c0/aaa079902fa1585e3769a0f699478cdcca0e2bf205916e5cc90a362746548b5530aa8e0a762e255b5e05dc481d86f9e8859780d4e5943e3ace8a5fb48023b6af
1450714508
languageName: node
1450814509
linkType: hard
1450914510

@@ -15187,7 +15188,7 @@ __metadata:
1518715188
languageName: node
1518815189
linkType: hard
1518915190

15190-
"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1":
15191+
"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1, minimatch@npm:~10.1.1":
1519115192
version: 10.1.1
1519215193
resolution: "minimatch@npm:10.1.1"
1519315194
dependencies:
@@ -15223,15 +15224,6 @@ __metadata:
1522315224
languageName: node
1522415225
linkType: hard
1522515226

15226-
"minimatch@npm:~10.0.1":
15227-
version: 10.0.3
15228-
resolution: "minimatch@npm:10.0.3"
15229-
dependencies:
15230-
"@isaacs/brace-expansion": "npm:^5.0.0"
15231-
checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f
15232-
languageName: node
15233-
linkType: hard
15234-
1523515227
"minimist@npm:^1.2.0, minimist@npm:^1.2.5, minimist@npm:^1.2.6, minimist@npm:^1.2.8":
1523615228
version: 1.2.8
1523715229
resolution: "minimist@npm:1.2.8"
@@ -18699,10 +18691,10 @@ __metadata:
1869918691
languageName: node
1870018692
linkType: hard
1870118693

18702-
"smol-toml@npm:~1.3.4":
18703-
version: 1.3.4
18704-
resolution: "smol-toml@npm:1.3.4"
18705-
checksum: 10c0/801435476f52d6b05dfcb2bd2ed1956c6fc2b4c20e84b5e609eb27fa0c27b51a47528d91cabd1a93e8659bd2b8edb685e73ce2b686678739e67d7939fa25a92b
18694+
"smol-toml@npm:~1.5.2":
18695+
version: 1.5.2
18696+
resolution: "smol-toml@npm:1.5.2"
18697+
checksum: 10c0/ccfe5dda80c1d0c45869140b1e695a13a81ba7c57c1ca083146fe2f475d6f57031c12410f95d53a5acb3a1504e8e8e12cab36871909e8c8ce0c7011ccd22a2ac
1870618698
languageName: node
1870718699
linkType: hard
1870818700

@@ -19611,7 +19603,7 @@ __metadata:
1961119603
languageName: node
1961219604
linkType: hard
1961319605

19614-
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15":
19606+
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15, tinyglobby@npm:~0.2.15":
1961519607
version: 0.2.15
1961619608
resolution: "tinyglobby@npm:0.2.15"
1961719609
dependencies:

0 commit comments

Comments
 (0)