Skip to content

Commit 136b9f8

Browse files
nodejs-github-botjuanarbol
authored andcommitted
tools: update lint-md-dependencies to [email protected]
PR-URL: #42487 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent f9f6c8e commit 136b9f8

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

tools/lint-md/lint-md.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -21446,11 +21446,11 @@ const supportsColor = {
2144621446

2144721447
const color = supportsColor.stderr.hasBasic;
2144821448

21449+
const platform = process$1.platform;
21450+
2144921451
const own = {}.hasOwnProperty;
2145021452
const chars =
21451-
process.platform === 'win32'
21452-
? {error: '×', warning: '‼'}
21453-
: {error: '✖', warning: '⚠'};
21453+
platform === 'win32' ? {error: '×', warning: '‼'} : {error: '✖', warning: '⚠'};
2145421454
const labels = {
2145521455
true: 'error',
2145621456
false: 'warning',

tools/lint-md/package-lock.json

+21-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"remark-stringify": "^10.0.2",
1212
"to-vfile": "^7.2.3",
1313
"unified": "^10.1.2",
14-
"vfile-reporter": "^7.0.3"
14+
"vfile-reporter": "^7.0.4"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^21.0.2",

0 commit comments

Comments
 (0)