diff --git a/package-lock.json b/package-lock.json index ce9db52d..80013642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "github-label-sync": "3.0.0", - "markdown-link-check": "^3.14.0", + "markdown-link-check": "^3.14.1", "markdownlint-cli": "^0.45.0", "prettier": "^3.6.2", "prettier-plugin-toml": "^2.0.6" @@ -3555,9 +3555,9 @@ } }, "node_modules/markdown-link-check": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.0.tgz", - "integrity": "sha512-JmzUyLS1XUlLO3NyT7lSXgkrjB3Q7hUhQxQOs64AU/bQzTTPINhBHstAAwV5QQbvb5aKLeQ0IecLn6eozae4Sw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.1.tgz", + "integrity": "sha512-h1tihNL3kmOS3N7H4FyF4xKDxiHnNBNSgs/LWlDiRHlC8O0vfRX0LhDDvesRSs4HM7nS0F658glLxonaXBmuWw==", "dev": true, "dependencies": { "async": "^3.2.6", @@ -8769,9 +8769,9 @@ } }, "markdown-link-check": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.0.tgz", - "integrity": "sha512-JmzUyLS1XUlLO3NyT7lSXgkrjB3Q7hUhQxQOs64AU/bQzTTPINhBHstAAwV5QQbvb5aKLeQ0IecLn6eozae4Sw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.1.tgz", + "integrity": "sha512-h1tihNL3kmOS3N7H4FyF4xKDxiHnNBNSgs/LWlDiRHlC8O0vfRX0LhDDvesRSs4HM7nS0F658glLxonaXBmuWw==", "dev": true, "requires": { "async": "^3.2.6", diff --git a/package.json b/package.json index 83db17f2..f35c0f29 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "github-label-sync": "3.0.0", - "markdown-link-check": "^3.14.0", + "markdown-link-check": "^3.14.1", "markdownlint-cli": "^0.45.0", "prettier": "^3.6.2", "prettier-plugin-toml": "^2.0.6" diff --git a/workflow-templates/check-markdown-task.md b/workflow-templates/check-markdown-task.md index dc79dd45..7b1c1436 100644 --- a/workflow-templates/check-markdown-task.md +++ b/workflow-templates/check-markdown-task.md @@ -59,7 +59,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files. Add the dependencies by running this command: ```text -npm install --save-dev markdown-link-check@^3.14.0 markdownlint-cli@^0.45.0 +npm install --save-dev markdown-link-check@^3.14.1 markdownlint-cli@^0.45.0 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.