Skip to content

Commit 79b6c9d

Browse files
authored
Merge pull request #696 from arduino/dependabot/npm_and_yarn/markdownlint-cli-0.47.0
Bump markdownlint-cli from 0.46.0 to 0.47.0
2 parents 0548983 + c332167 commit 79b6c9d

File tree

3 files changed

+115
-25
lines changed

3 files changed

+115
-25
lines changed

package-lock.json

Lines changed: 113 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.32.0",
99
"github-label-sync": "3.0.0",
1010
"markdown-link-check": "^3.14.2",
11-
"markdownlint-cli": "^0.46.0",
11+
"markdownlint-cli": "^0.47.0",
1212
"prettier": "^3.7.4",
1313
"prettier-plugin-toml": "^2.0.6"
1414
},

workflow-templates/check-markdown-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5959
Add the dependencies by running this command:
6060

6161
```text
62-
npm install --save-dev markdown-link-check@^3.14.2 markdownlint-cli@^0.46.0
62+
npm install --save-dev markdown-link-check@^3.14.2 markdownlint-cli@^0.47.0
6363
```
6464

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

0 commit comments

Comments
 (0)