From 64be1089b56f5c3e9860297c96c1ada3aedccbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:32:15 +0000 Subject: [PATCH] build(deps-dev): bump textlint-rule-no-dead-link in the linting group (#639) Bumps the linting group with 1 update: [textlint-rule-no-dead-link](https://github.com/textlint-rule/textlint-rule-no-dead-link). Updates `textlint-rule-no-dead-link` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/textlint-rule/textlint-rule-no-dead-link/releases) - [Commits](https://github.com/textlint-rule/textlint-rule-no-dead-link/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: textlint-rule-no-dead-link dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad1387b..73d70eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-doubled-spaces": "^1.0.2", "textlint-rule-max-comma": "^4.0.0", - "textlint-rule-no-dead-link": "^6.2.0", + "textlint-rule-no-dead-link": "^6.2.1", "textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2", @@ -16126,9 +16126,9 @@ } }, "node_modules/textlint-rule-no-dead-link": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.2.0.tgz", - "integrity": "sha512-x/bfBeD3qjJZ+pVFh1GF4u0VaSXuQdPolGZHFQbNab3otSucK6Wjk11yLaU5PFozkChwr5FdefYI1jyGlOuSJA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.2.1.tgz", + "integrity": "sha512-HcEQ5gjrzVlHW6R2ERwEbJ2tKwNnhTl6KqAhZcEqRXqmj6fZuzP9D7knzxuPlCZ/wA609tifARlhRLLTCa5tQQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 617ba8e..25df50f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-doubled-spaces": "^1.0.2", "textlint-rule-max-comma": "^4.0.0", - "textlint-rule-no-dead-link": "^6.2.0", + "textlint-rule-no-dead-link": "^6.2.1", "textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2",