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"