From 0bd77801f2eb8ca22371732454ec0141d09a79bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:05:53 +0000 Subject: [PATCH] build(deps-dev): 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 23dbd8ba..13c73e54 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", "markdown-toc": "1.2.0", "markdownlint-cli": "0.45.0", "prettier": "3.6.2" @@ -1930,9 +1930,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", @@ -5366,9 +5366,9 @@ "dev": true }, "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 90354729..2176a9ef 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", "markdown-toc": "1.2.0", "markdownlint-cli": "0.45.0", "prettier": "3.6.2"