Skip to content

Commit 2ad3e42

Browse files
authored
Merge pull request #350 from arduino/dependabot/npm_and_yarn/markdown-link-check-3.11.2
Bump markdown-link-check from 3.11.1 to 3.11.2
2 parents 45b59d6 + dc41fcd commit 2ad3e42

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint-config-prettier": "^8.8.0",
88
"eslint-plugin-import": "^2.27.5",
99
"github-label-sync": "2.3.1",
10-
"markdown-link-check": "^3.11.1",
10+
"markdown-link-check": "^3.11.2",
1111
"markdownlint-cli": "^0.33.0",
1212
"prettier": "^2.8.8"
1313
},

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.11.1 markdownlint-cli@^0.33.0
40+
npm install --save-dev markdown-link-check@^3.11.2 markdownlint-cli@^0.33.0
4141
```
4242

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

0 commit comments

Comments
 (0)