Skip to content

Commit efb498c

Browse files
authored
Merge pull request #311 from arduino/dependabot/npm_and_yarn/markdownlint-cli-0.33.0
Bump markdownlint-cli from 0.32.2 to 0.33.0
2 parents 1d217d2 + 622519a commit efb498c

File tree

3 files changed

+50
-67
lines changed

3 files changed

+50
-67
lines changed

package-lock.json

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

package.json

+1-1
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.3",
11-
"markdownlint-cli": "^0.32.2",
11+
"markdownlint-cli": "^0.33.0",
1212
"prettier": "^2.8.2"
1313
},
1414
"dependencies": {

workflow-templates/check-markdown-task.md

+1-1
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.3 markdownlint-cli@^0.32.2
40+
npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.2
4141
```
4242

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

0 commit comments

Comments
 (0)