Skip to content

Commit af329ea

Browse files
authored
Merge pull request #669 from arduino/dependabot/npm_and_yarn/markdown-link-check-3.14.1
Bump markdown-link-check from 3.14.0 to 3.14.1
2 parents 070c68e + 76ff174 commit af329ea

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -7,7 +7,7 @@
77
"eslint-config-prettier": "^10.1.8",
88
"eslint-plugin-import": "^2.32.0",
99
"github-label-sync": "3.0.0",
10-
"markdown-link-check": "^3.14.0",
10+
"markdown-link-check": "^3.14.1",
1111
"markdownlint-cli": "^0.45.0",
1212
"prettier": "^3.6.2",
1313
"prettier-plugin-toml": "^2.0.6"

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.0 markdownlint-cli@^0.45.0
62+
npm install --save-dev markdown-link-check@^3.14.1 markdownlint-cli@^0.45.0
6363
```
6464

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

0 commit comments

Comments
 (0)