Skip to content

Commit 40894d6

Browse files
authored
Merge pull request #264 from arduino/dependabot/npm_and_yarn/markdownlint-cli-0.32.2
Bump markdownlint-cli from 0.32.1 to 0.32.2
2 parents e289989 + 8412066 commit 40894d6

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint-plugin-import": "^2.26.0",
99
"github-label-sync": "2.2.0",
1010
"markdown-link-check": "^3.10.2",
11-
"markdownlint-cli": "^0.32.1",
11+
"markdownlint-cli": "^0.32.2",
1212
"prettier": "^2.7.1"
1313
},
1414
"dependencies": {

workflow-templates/check-markdown-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3737
Add the dependencies by running this command:
3838

3939
```text
40-
npm install --save-dev markdown-link-check@^3.10.2 markdownlint-cli@^0.32.1
40+
npm install --save-dev markdown-link-check@^3.10.2 markdownlint-cli@^0.32.2
4141
```
4242

4343
Commit the resulting changes to the `package.json` and `package-lock.json` files.

0 commit comments

Comments
 (0)