Skip to content

Commit 739c314

Browse files
nodejs-github-botMoLow
authored andcommitted
tools: update lint-md-dependencies
Update to [email protected], [email protected], and [email protected]. PR-URL: #48096 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 6674ed1 commit 739c314

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

tools/lint-md/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"build": "rollup -f es -p '@rollup/plugin-node-resolve={exportConditions: [\"node\"]}' -p @rollup/plugin-commonjs -p rollup-plugin-cleanup lint-md.src.mjs --file lint-md.mjs"
77
},
88
"dependencies": {
9-
"remark-parse": "^10.0.1",
9+
"remark-parse": "^10.0.2",
1010
"remark-preset-lint-node": "^4.0.0",
11-
"remark-stringify": "^10.0.2",
11+
"remark-stringify": "^10.0.3",
1212
"to-vfile": "^7.2.4",
1313
"unified": "^10.1.2",
1414
"vfile-reporter": "^7.0.5"
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^25.0.0",
1818
"@rollup/plugin-node-resolve": "^15.0.2",
19-
"rollup": "^3.21.7",
19+
"rollup": "^3.22.0",
2020
"rollup-plugin-cleanup": "^3.2.1"
2121
}
2222
}

0 commit comments

Comments
 (0)