build(deps-dev): bump textlint-rule-no-dead-link in the linting group (#592)

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.0.1 to 6.1.0
- [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.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: textlint-rule-no-dead-link
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-27 09:32:39 +01:00 committed by GitHub
parent 85789dc2c9
commit bd65bd2fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2", "textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-max-comma": "^4.0.0", "textlint-rule-max-comma": "^4.0.0",
"textlint-rule-no-dead-link": "^6.0.1", "textlint-rule-no-dead-link": "^6.1.0",
"textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-element": "^0.3.1",
"textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
@ -16077,9 +16077,9 @@
} }
}, },
"node_modules/textlint-rule-no-dead-link": { "node_modules/textlint-rule-no-dead-link": {
"version": "6.0.1", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.0.1.tgz", "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.1.0.tgz",
"integrity": "sha512-AhzerfzP9DItUXcG5APFLp4Y+6bka2psb3DQ5u40uSmXhxW2pW1ZAukPq6S1I2dH6ypkJ0eB8YEskr0trd0YrA==", "integrity": "sha512-d2I9V7ASJx5IyLyOJNgnxd4zMh2qAlv/1opMsSM0hkWYo37dglGHp1g56V57EqVx+2qZBBYUmiX9TgSXwZIAYg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -41,7 +41,7 @@
"textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2", "textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-max-comma": "^4.0.0", "textlint-rule-max-comma": "^4.0.0",
"textlint-rule-no-dead-link": "^6.0.1", "textlint-rule-no-dead-link": "^6.1.0",
"textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-element": "^0.3.1",
"textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2",