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"