From b3dce15ac5af6c921a908a16ca1e4615886d8d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:26:30 +0000 Subject: [PATCH] Bump markdown-link-check from 3.14.0 to 3.14.1 Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/tcort/markdown-link-check/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: markdown-link-check dependency-version: 3.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0367843..9864ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "ajv-cli": "^5.0.0", "ajv-formats": "^3.0.1", "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" @@ -1727,9 +1727,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", @@ -4725,9 +4725,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 d21d421..ff7fa08 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "ajv-cli": "^5.0.0", "ajv-formats": "^3.0.1", "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"